On Tue, 2006-02-07 at 00:15 -0800, jdow wrote:
> From: "Ramprasad" <[EMAIL PROTECTED]>
> 
> > Hi,
> >   I want to write a personal domain-wise rule 
> > The rule I am using now is 
> > 
> > header __TO_DOMAIN_NET    ToCc =~ /[EMAIL PROTECTED]/i
> > 
> > But the above rule would match "@domain.net" as well as
> > "@domain.net.in" 
> 
> You have not tried it, have you? The \b assures that it will not match
> on @domain.net.in.

I have tested this with SA3.1
ToCc =~ /[EMAIL PROTECTED]/i   matched  @domain.net as well as
@domain.net.in

Thanks
Ram

Reply via email to