X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=08975511451bde866e7956e526157afb419bd60d;hb=0ccd1945560c715e4cc4063209bd0d68b75d5470;hp=73907ab3f0a30f0ab8de9980f52a2979a1666b3b;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 73907ab..0897551 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -1433,9 +1433,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; }