X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..bd1e50a7d47bda4778120d39ec9d168e26d0bd9d:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 1839a15d..fc5ab20b 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; }