Hi All,
 
Would someone just please give me a headsup on the format for reg exp 
headerchecks files,
 
Im not sure how to format for searching for a string within an email address,
 
eg
 
to reject all mail with the word "boarding"  eg for the from address 
boarding...@domain.com and newboarding_pc...@domain.com
 
I have 
 
/^From:(.*)boarding_...@domain\.com/ REJECT junk
/^From:(*)boarding(*)\...@adomain\.com/  REJECT junk
/^From: *boardin...@domain\.com/     REJECT junk
/^From: (.*)boarding(.)*...@domain\.com/       REJECT junk
 
 
this is working now - 
 
which one is right ?
 
im a bit confused
 
 
Thanks
 
Laurence


Reply via email to