spam.assassin.prefs file customization help
    Steve Thomas 
    lists at STHOMAS.NET
       
    Wed Sep 10 22:40:13 IST 2003
    
    
  
On Wed, Sep 10, 2003 at 02:35:16PM -0700, Juan C. Quesada is rumored to have said:
>
> header  FOUL_WORD   Subject =~ /foulword/i
> body    FOUL_WORD  /foulword/i
>
> I want to create a rule that looks for a certain word
> by itself. Any ideas?
>
/\bfoulword\b/i
The \b means "word boundary".
--
"I can write better than anybody who can write faster, and I can write faster than anybody who can write better."
- A. J. Liebling (1904-1963)
    
    
More information about the MailScanner
mailing list