https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7804
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Henrik Krohns <[email protected]> --- The "bug" is in BodyRuleBaseExtractor.pm / fixup_re() function which doesn't handle multiple backslashes properly. Regex strings should not be tried to parse with regexes and eval functions, just look at all the past vulnerabilities. Then again, there is nothing broken here. It simply skips the mismatched rule, which will be used in normal way. So this does not mean that GB_WP_FILELINK rule is not working - there is no reason to comment it out from stock rules. Even the "able to use" message is a normal debug line that noone sees unless debug is enabled. I'm inclined to close this, but might as well leave it open if someone has stamina to tackle the code without breaking something. Personally I would just ditch the whole sa-compile ecosystem in 4.0 as unmaintenable mess. -- You are receiving this mail because: You are the assignee for the bug.
