> Is there any rulesets or plugins that will let me make a word list
> that if there are 2 or more of the words in the list I can start to
> assign a score.
> 
Yes, use meta rules

Header or body rule, header example, lets say that if we see any of these
two words in the subject line, block it:

Bob
Steve
Henry

header __BOB Subject =~ /Bob/
header __STEVE Subject =~ /Steve/
header __HENRY Subject =~ /Henry/

meta ((__BOB+ __STEVE+ __HENRY) > 2)


-- 
Michael Scheidell, CTO
>|SECNAP Network Security
Finalist 2009 Network Products Guide Hot Companies
FreeBSD SpamAssassin Ports maintainer


_________________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
_________________________________________________________________________

Reply via email to