X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparse.c;h=fc5ab20bace30568a5e64620b14915bfbf7293d9;hb=03560c9427c1ae048364d0bb0306cd3c803a0d6d;hp=1839a15ddd544b78a204e254fee8ff2e3668f80e;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhparse.c b/uip/mhparse.c index 1839a15..fc5ab20 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -1194,9 +1194,9 @@ InitMessage (CT ct) struct k2v *kv; CI ci = &ct->c_ctinfo; - if (ct->c_encoding != CE_7BIT) { + if ((ct->c_encoding != CE_7BIT) && (ct->c_encoding != CE_8BIT)) { admonish (NULL, - "\"%s/%s\" type in message %s should be encoded in 7bit", + "\"%s/%s\" type in message %s should be encoded in 7bit or 8bit", ci->ci_type, ci->ci_subtype, ct->c_file); return NOTOK; }