http://bugzilla.spamassassin.org/show_bug.cgi?id=3114
------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 05:23 ------- >> Is there no way to search for ^(-->) that would surely be faster. There is the zero-width negative look-ahead assertion, but that's not what you're looking for. Just use ".*?"; UNSUB_SCRIPT, UNSUB_PAGE, REMOVE_PAGE and MAILTO_TO_REMOVE already use it (though those are uri tests, rather than rawbody tests). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are on the CC list for the bug, or are watching someone who is.
