http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4691





------- Additional Comments From [EMAIL PROTECTED]  2005-11-25 23:09 -------
with this patch running, and testing various SARE rulesets, i'm seeing 
thousands of Malformed UTF-8 warn messages...

[8498] warn: Malformed UTF-8 character (unexpected non-continuation byte 0x00, 
immediately after start byte 0xcf) in pattern match (m//) 
at /usr/share/spamassassin/70_sare_adult.cf, rule SARE_OBFUPUSS, line 1, 
<GEN10> line 266.

when i remove this regex test, they go away...
 while ($fb =~ '.$pat.'g) {

is there a better way to do this??  i see the regex test in 'sub do_full_tests' 
uses 
        while ($$fullmsgref =~ '.$pat.'g) {
 
yet it never produces UTF-8 warnings when I change those body rules (ie 
SARE_OBFUPUSS) from type body to type full.
 
is this because of the way the $evalstr is built up in do_full_tests()?
any recommendations to avoid these UTF-8 warns?

thanks...
  



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

Reply via email to