X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparse.c;h=7a15b75b1e7b8526c7b789d94bb404589c5b8a1a;hb=0b4cb45a0dd18d07f6af9d77283ee369bd17b14e;hp=fad75d7f628c87c7e767a3d10232692709572211;hpb=caa8041a6870b8ce1a92f4384d25599e247b0961;p=mmh diff --git a/uip/mhparse.c b/uip/mhparse.c index fad75d7..7a15b75 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -1035,7 +1035,7 @@ InitMultiPart(CT ct) if (ct->c_encoding != CE_7BIT && ct->c_encoding != CE_8BIT && ct->c_encoding != CE_BINARY) { admonish(NULL, "\"%s/%s\" type in message %s must be encoded in 7bit, 8bit, or binary", ci->ci_type, ci->ci_subtype, ct->c_file); - return NOTOK; + ct->c_encoding = CE_7BIT; } /* match subtype */