https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6188
--- Comment #9 from Mark Martinec <[email protected]> 2009-09-01 05:33:17 PST --- > How would you modify this rule to exclude cases where the ! or # character > precedes the <!, except you don't want ! or # to be captured? I don't think that is possible without capturing it. > (?![#!]) doesn't seem to be valid regex. It is, but is a look-ahead. A look-behind is not possible. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
