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





------- Additional Comments From [EMAIL PROTECTED]  2005-11-28 15:10 -------
i've commented out the substr of $fb, and changed the regexp to match a 
constant string, and still see the Malformed UTF-8

          #  $fb = substr($fb,$arg1,$arg2);
          '.$self->hash_line_for_rule($rulename).'
          pos $fb = 0;
          #while ($fb =~ '.$pat.'g) {
          while(q#blah# =~ '.$pat.'g) {

even if i change it to 

              while(q#blah# =~ /this is a test/g) {
 
i'm still seeing malformed utf-8 in debug...  so this must be coming from some 
where else.    also,  just saw a report on the SARE user list this morning 
about "hundreds of malformed utf-8 errors on svn r349275". 








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

Reply via email to