I have email coming to me in the following way.
To: Fake Name <[EMAIL PROTECTED]>

In other words it has two words before the email address. Eventually I will 
make it so it searches the prefix name for letters not found in my name. 
However to start I just wanted to see if I could find two words before the 
email address. All reasoning tells me that the following should work but it 
does not. Im stumpted. The name has a space as indicated in my example. 

header   CM_BAD_NAM_PREFIX To =~ /[[:alnum:]]{1,10} [[:alpha:]]{1,10} 
(<name\@(domain|domain2))\.COM>/i

I have found that /[[:alpha:]]+ (<name\@(domain|domain2))\.COM>/i 
finds :
To: Fred <[EMAIL PROTECTED]>

I thought searches didn't need to be anchored.

Any advice.


-- 
_______________________________________________
NEW! Lycos Dating Search. The only place to search multiple dating sites at 
once.
http://datingsearch.lycos.com

Reply via email to