https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6188
--- Comment #7 from Warren Togami <[email protected]> 2009-09-01 05:19:29 PST --- rawbody __OBFUSCATING_COMMENT_A /\w(?:<![^>]*>)+\w/ How would you modify this rule to exclude cases where the ! or # character precedes the <!, except you don't want ! or # to be captured? (?![#!]) doesn't seem to be valid regex. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
