Bill Shupp Sent: Friday, October 10, 2003 8:03 PM
> How do I setup SpamAssassin to query only bl.spamcop.net, and set a
> very high score for that?  I'm using spamd with vpopmail support.

First you would need to disable all the RBL tests you don't want to use. You
do that by setting the score of the tests = 0. You'd have to add these lines
like these to your local.cf file in /etc/mail/spamassassin. spamassassin.org
has a list of tests and I think all or most of the RBL tests start with
RCVD.

Example:
score   RCVD_IN_DSBL 0
score   RCVD_IN_DYNABLOCK 0
score   RCVD_IN_NJABL 0

Then, you'd need a line to score your SpamCop rule:
score   RCVD_IN_BL_SPAMCOP_NET 4

Just a note: SpamCop is great but isn't 100% perfect. One of my mailservers
was on there for 2 days once and we have never sent ANY spam. A broadcast
email to a client's clients was the culprit. Just a word of caution.

cheers,
Colin

Colin A. Bartlett
Kinetic Web Solutions
www.kineticweb.biz



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to