https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6649
--- Comment #19 from Mark Martinec <[email protected]> 2011-11-14 18:28:24 UTC --- Perhaps I should explain: the BodyRuleBaseExtractor spawns a perl interpreter in a regexp debug mode and gives it a regexp to compile - letting perl's regexp machinery do the hard work. Then it tries to parse the perl debug output and make some sense/use of it. The trouble is that perl regexp debug output truncates its lines in a report, and does so at fixed line sizes, which do not take into account possible multi-character byte sequences (like backslash-escaping). So doing it right is tricky if not impossible. I'm not volunteering. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
