You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2010/11/19 02:24:55 UTC

[Bug 6042] Malformed UTF-8 character

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6042

--- Comment #6 from jidanni@jidanni.org 2010-11-18 20:24:50 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> OK, thanks. I'll be back if it screws up.

Which it now does.

With
body J_BODY_US_BIG5
/[\xBF]n[\xA5][\xFD][\xA5][\xCD]|[\xA4][\xA6](?:[\xA5][\xA7]|[\xA5][\xFD][\xA5][\xCD])|[\xAC][\xD5][\xA5][\xC9]|[\xA4]G[\xAB][\xD7][\xA4][\xC0][\xB1]a|[\xAA][\xEA][\xA4]l[\xA4]s|[\xBD][\xBA][\xB6][\xE9]/

I get
Nov 19 09:23:06.671 [21608] warn: Malformed UTF-8 character (unexpected
continuation byte 0xbd, with no preceding start byte) in pattern match (m//) at
/home/jidanni/.spamassassin/user_prefs, rule J_BODY_US_BIG5, line 1.
Nov 19 09:23:06.672 [21608] warn: Malformed UTF-8 character (unexpected
continuation byte 0xaa, with no preceding start byte) in pattern match (m//) at
/home/jidanni/.spamassassin/user_prefs, rule J_BODY_US_BIG5, line 1.
Nov 19 09:23:06.672 [21608] warn: Malformed UTF-8 character (unexpected
continuation byte 0xac, with no preceding start byte) in pattern match (m//) at
/home/jidanni/.spamassassin/user_prefs, rule J_BODY_US_BIG5, line 1.
Nov 19 09:23:06.672 [21608] warn: Malformed UTF-8 character (unexpected
continuation byte 0xbd, with no preceding start byte) in pattern match (m//) at
/home/jidanni/.spamassassin/user_prefs, rule J_BODY_US_BIG5, line 1.

etc.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.