(?i:allen.{0,6}\.info)
All expressions must be in parenthesis
?i: non case sensitive
.* any character
{0,6} minimum 0 characters to a maximum of 6
\. Because . can mean any character a \. means specifically use .
Hope this helps.
David B
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John T
Sent: Friday, May 23, 2008 11:07 AM
To: [email protected]
Subject: [Declude.JunkMail] PCRE check
I am taking my first stab at regular expressions.
Trying to write a line to catch all of the @ allen info xx . info from
addresses.
So far, I have "mailfrom 10 PCRE @allen(*{0,6}).info"
Is that to broad or not efficient? (I think that means look for any 6
characters between @allen and .info is a match.
John T
eServices For You
---
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.