#language en == SpamAssassin Rule: MIME_BAD_ISO_CHARSET == ''Standard description:'' MIME character set is an unknown ISO charset === Explanation === The charset attribute of the MIME Content-Type: header is checked. A flag is raised if it is an ISO character set not recognised by the test. === Further Info === The default scores for this rule can be found [[http://spamassassin.apache.org/tests.html|in the online list of tests]]. This rule checks the value of "mime_bad_iso_charset" set by [[http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/MIMEEval.pm?view=markup|MIMEEval.pm]] . MIME headers are defined in [[http://tools.ietf.org/html/rfc2045|RFC 2045]] Valid charsets are [[http://www.iana.org/assignments/character-sets|registered with IANA]]. ---- CategoryRule