On Mon, 2004-01-26 at 13:06, Douglas Kirkland wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Monday 26 January 2004 07:28, Thorsten Schacht wrote:
> > Hey,
> > 
> > What is your opinion to that cf's?
> > Does it make sence to take them all, or maybe only parts of them?
> > Is it a good solution to install them whithout realy knowing how the rules
> > are build?
> > Only for private or also good at company?
> > 
> You could put the rules in and set the score to .01 to see what is happening 
> with the rules.  I know somebody posted a way to set all the scores to this 
> value with a regex expression.

Here's some line noise that can accomplish that task:

perl -ne '(m/^(\s*score\s+\S+\s+)([\d\.]+)(.*$)/i && print "$1 0.01 $3\n") || print;' 
< tripwire.cf > trial_tripwire.cf

input file is tripwire.cf
output file is trial_tripwire.cf (with all scores set to 0.01)

copy trial_tripwire.cf to your /etc/mail/spamassassin

Repeat for each ruleset you are trying out.

HTH.
-- 
Chris Thielen

Easily generate SpamAssassin rules to catch obfuscated spam phrases
(0BFU$C/\TED SPA/\/\ P|-|RA$ES):
http://www.sandgnat.com/cmos/



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to