https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6143
--- Comment #18 from Sidney Markowitz <[email protected]> 2009-07-06 21:09:04 PST --- Created an attachment (id=4476) --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4476) patch for sa-compile.raw in trunk that may fix this As far as I can tell the bug is in sa-compile and will appear with any one-character rule pattern and has nothing to do with a NUL character. I think this patch is the correct fix. It is a one-liner in sa-compile.raw in trunk that also applies ok to branch 3.2, which initializes the variable q so that the backtrack goes to the start of the input if it never is advanced during the scan. I don't know how to run sa-compile on just a few rules to test this easily. Please apply the patch and see if it fixes the problem. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
