[Declude.JunkMail] PCRE and NOTCONTAINS

2008-03-20 Thread Scott Fisher
Is there any way to make a PCRE work like a NOTCONTAINS. I have this filter line: MAILFROM END NOTCONTAINS @aim. I also need to add @aol.com to that. Obviously two notcontains won't work. Is there a way to work the NOT into a PCRE expression? Scott Fisher Director of IT

RE: [Declude.JunkMail] PCRE and NOTCONTAINS

2008-03-20 Thread David Barker
Scott the only way I have done a NOT is in the following example where this will match on the expression but NOT on levitra using (?!levitra) (?i:(?!levitra)\bl.{0,2}e.{0,2}v.{0,2}[|li1í!].{0,2}t.{0,2}r.{0,[EMAIL PROTECTED]) I have attempted to work this type of expression into