On Wed, 16 Sep 2009 12:00:15 +0100, "Laurence Moughan"
<laurence.moug...@aerlingus.com> wrote:
> 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

/^From: .*boarding...@domain\.com$/ REJECT junk
>  
>  
> this is working now - 
>  
> which one is right ?
>  
> im a bit confused
>  
>  
> Thanks
>  
> Laurence

-- 
YoungGuns
Kasteleinenkampweg 7b
5222 AX 's-Hertogenbosch
T. 073 623 56 40
F. 073 623 56 39
www.youngguns.nl
KvK 18076568

Reply via email to