[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
Farm Progress Companies
191 S Gary Ave
Carol Stream, IL 60188

 

This email message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the sender
by reply email and destroy all copies of the original message. Although Farm
Progress Companies has taken reasonable precautions to ensure no viruses are
present in this email, the company cannot accept responsibility for any loss
or damage arising from the use of this email or attachments.

 



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


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 NOTCONTAINS but ran
into some problems, so I reverted to using NOTCONTAINS

 

Let us know if you figure something out.


David B

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott
Fisher
Sent: Thursday, March 20, 2008 10:49 AM
To: declude.junkmail@declude.com
Subject: [Declude.JunkMail] PCRE and NOTCONTAINS

 

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
Farm Progress Companies
191 S Gary Ave
Carol Stream, IL 60188

 

This email message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the sender
by reply email and destroy all copies of the original message. Although Farm
Progress Companies has taken reasonable precautions to ensure no viruses are
present in this email, the company cannot accept responsibility for any loss
or damage arising from the use of this email or attachments.

 


---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail. The archives can be found
at http://www.mail-archive.com. 



---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.