]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
"RFC-2045 to RFC-2049" instead of "thru".
[nmh] / uip / mhparse.c
index dd7c83de2936aeebb6e764ff1050bf9d02443916..69d2f2c848850d3a654fd577a1a53cbb4b34a2da 100644 (file)
@@ -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);
     }
         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;
     if (!inout && part) {
        p = part->mp_part;
        p->c_end = ct->c_end;