I have SA 2.55 and NJABL (not just another black list) set up and working very well.  I have it setup in my local.cf (/etc/mail/spamassassin) as you cna see at the bottom of this post.  My question is, on 2.6 I see the skip_rbl_checks I have that to 0 but I am wondering where i would config the NjABL or other black list stuff, or is it config'd automatically?  I tried using the same that I had in 2.55 but that didn't work.  Anyone use NJABL with 2.6? My config for NJABL on 2.5 is below.
 
Thanks!
Bill
 
#Black list lookup add points from know spammers (never mind the wrapping, happened when I pasted it.
 
header IN_NJABL_ORG    rbleval:check_rbl('njabl','dnsbl.njabl.org.')
describe IN_NJABL_ORG  Received via a relay in dnsbl.njabl.org
tflags IN_NJABL_ORG    net
 
header NJABL_OPEN_RELAY         rbleval:check_rbl_results_for('njabl', '127.0.0.
2')
describe NJABL_OPEN_RELAY       DNSBL: sender is Confirmed Open Relay
tflags NJABL_OPEN_RELAY         net
 
header NJABL_DUL                rbleval:check_rbl_results_for('njabl', '127.0.0.
3')
describe NJABL_DUL              DNSBL: sender ip address in in a dialup block
tflags NJABL_DUL                net
 
header NJABL_SPAM_SRC           rbleval:check_rbl_results_for('njabl', '127.0.0.
4')
describe NJABL_SPAM_SRC         DNSBL: sender is Confirmed Spam Source
tflags NJABL_SPAM_SRC           net
 
header NJABL_MULTI_STAGE        rbleval:check_rbl_results_for('njabl', '127.0.0.
5')
describe NJABL_MULTI_STAGE      DNSBL: sent through multi-stage open relay
tflags NJABL_MULTI_STAGE        net
 
header NJABL_CGI        rbleval:check_rbl_results_for('njabl', '127.0.0.8')
describe NJABL_CGI      DNSBL: sender is an open formmail
tflags NJABL_CGI        net
 
header NJABL_PROXY      rbleval:check_rbl_results_for('njabl', '127.0.0.9')
describe NJABL_PROXY    DNSBL: sender is an open proxy
tflags NJABL_PROXY      net
 
score IN_NJABL_ORG              0.38
score NJABL_DUL                 0.62
score NJABL_MULTI_STAGE         0.75
score NJABL_PROXY               3.00
score NJABL_OPEN_RELAY          3.00
score NJABL_CGI                 1.50
score NJABL_SPAM_SRC            3.00
 
 
 
 

Reply via email to