https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6188
--- Comment #11 from Warren Togami <[email protected]> 2009-09-01 05:39:06 PST --- Damn. t/basic_lint.t .................. [1381] warn: config: invalid regexp for rule __OBFUSCATING_COMMENT_B: /[^\s>!: missing or invalid delimiters My patch broke the __OBFUSCATING_COMMENT_B rule. rawbody __OBFUSCATING_COMMENT_B /[^\s>](?:<![^>]*>)+[^\s<]/ Any suggestions how to exclude ! and # from the leading character class? [^\s>!#] doesn't work. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
