Re: [SAtalk] Some changes to unsub/remove URI rules

2002-03-20 Thread Bart Schaefer
On Wed, 20 Mar 2002, Matthew Cline wrote: > The REMOVE_PAGE regexp was > > /^https?:\/\/[^\/]+\/remove/ > > I changed it so that "remove" can be anywhere in the filename, and also > added "removal", "delete" and "optout" to the words to search for. I got a spam yesterday that used "no_emai

[SAtalk] Some changes to unsub/remove URI rules

2002-03-20 Thread Matthew Cline
I've made some changes to a few of the unsub/remove URI rules. A diff for the changes is included as an attachment... The UNSUB_PAGE regexp was: /^https?:\/\/.*(?!cgi).*unsubscribe/i Using (?!cgi) to exclude URIs with a "cgi" in them doesn't work, because the first ".*" can match everythin