X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fa504a1914319ffbe061820e4e2664f56b43fb0f..1316c8d619a6de50544da7c8435d2f6d6045da54:/uip/mhparse.c?ds=inline diff --git a/uip/mhparse.c b/uip/mhparse.c index dd7c83de..69d2f2c8 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -1247,11 +1247,11 @@ end_part: } } - if (suppress_bogus_mp_content_warning) { - bogus_mp_content = 1; - } else { + if (! suppress_bogus_mp_content_warning) { advise (NULL, "bogus multipart content in message %s", ct->c_file); } + bogus_mp_content = 1; + if (!inout && part) { p = part->mp_part; p->c_end = ct->c_end;