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





--- Comment #31 from Sidney Markowitz <[email protected]>  2009-07-08 01:49:03 
PST ---
perl does not seem to be doing what the code expects it to be doing.

  perl -c -Mre=debug -e 'use bytes; m/foo\x{00}ba\x{7f}r/'

has the output that extract_hints expects, containing the line

  1: EXACT <foo\x{0}ba\x{7f}r>(4)

But with anything >= \x{80} it does not.

  perl -c -Mre=debug -e 'use bytes; m/foo\x{00}ba\x{80}r/'

instead has the line

  1: EXACT <foo>(4)

I don't know the fix for this, as I don't yet understand what this code is
about.

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

Reply via email to