https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7851

RW <rwmailli...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwmailli...@googlemail.com

--- Comment #1 from RW <rwmailli...@googlemail.com> ---
meta MIME_CHARSET_FARAWAY       (__MIME_CHARSET_FARAWAY && __HIGHBITS)
body __HIGHBITS                     /(?:[\x80-\xff].?){4}/

__HIGHBITS seems redundant as __MIME_CHARSET_FARAWAY includes a check that the
rendered body octets are mostly high-bit.

'ascii' is not an official alias for US-ASCII and if it really is in ASCII than
it shouldn't be mostly high-bit.

I think the real problem may be that there is no check that there are high-bits
outside of the decoded Subject line.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to