[EMAIL PROTECTED] wrote:
> I currently use SpamCop, OsiruSoft, and NJABL for RBL on my Postfix
> implementation.  How can I add NJABL to SA?

I have the following lines in my /etc/mail/spamassassin/local.cf file:

header RCVD_IN_NJABL            eval:check_rbl('relay', 'dnsbl.njabl.org')
describe RCVD_IN_NJABL          Received via a relay in dnsbl.njabl.org
score RCVD_IN_NJABL                   1.0

header RCVD_IN_MULTIHOP_DSBL            eval:check_rbl('relay',
'multihop.dsbl.org')
describe RCVD_IN_MULTIHOP_DSBL           Received via a relay in
multihop.dsbl.org
score RCVD_IN_MULTIHOP_DSBL              1.0

header RCVD_IN_DSBL            eval:check_rbl('relay', 'list.dsbl.org')
describe RCVD_IN_DSBL           Received via a relay in list.dsbl.org
score RCVD_IN_DSBL              3.0

header RCVD_IN_UNCONFIRMED_DSBL eval:check_rbl('relay',
'unconfirmed.dsbl.org')
describe RCVD_IN_UNCONFIRMED_DSBL          Received via a relay in
unconfirmed.dsbl.org
score RCVD_IN_UNCONFIRMED_DSBL                   0.5

(See www.dsbl.org for details on the different DSBL lists and why I've
scored them the way I have)

rOD

--
"Sorry, son!  I didn't know you, Jay Leno and
 a monkey were bathing a clown."




_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to