help with regular expression (for spam catching)

Michael S. Dunsavage mikesd at frontiernet.net
Sat Jun 5 03:54:39 UTC 2004



header DICE ALL =~ /From: \w*.*\w*\@jobmail.dice.com/i
score DICE -100.0

is something I use in my ~/.spamassassin/user_prefs file

the \w matches for any alphanumeric character, the . matches any 
chracter.  the \@ escapes the @ symbol


Chris W. Parker wrote:
> Jason Staudenmayer <mailto:jasons at NJAQUARIUM.ORG>
>     on Friday, June 04, 2004 12:29 PM said:
> 
> 
>>Did you train your bayes and turn it on? I catch just about all of
>>them
> 
> 
> actually no i have not. have a document or some instructions? i'm using
> SA 2.63.
> 
> 
> chris.
> 
> 


-- 
Michael S. Dunsavage





More information about the redhat-list mailing list