File njabl.patch of Package policyd-weight
--- policyd-weight.org 2015-01-08 12:13:36.023234472 +0100
+++ policyd-weight 2015-01-08 12:16:37.133238777 +0100
@@ -370,14 +370,16 @@
## DNSBL settings
my @dnsbl_score = (
-# HOST, HIT SCORE, MISS SCORE, LOG NAME
- 'pbl.spamhaus.org', 3.25, 0, 'DYN_PBL_SPAMHAUS',
- 'sbl-xbl.spamhaus.org', 4.35, -1.5, 'SBL_XBL_SPAMHAUS',
- 'bl.spamcop.net', 3.75, -1.5, 'SPAMCOP',
- 'dnsbl.njabl.org', 4.25, -1.5, 'BL_NJABL',
- 'ix.dnsbl.manitu.net', 4.35, 0, 'IX_MANITU'
- #'rbl.ipv6-world.net', 4.25, 0, 'IPv6_RBL' #don't use, kept for testing failures!
-);
+ # HOST, BAD SCORE, GOOD SCORE, LOG NAME
+ # 'dynablock.njabl.org', 3.25, 0, 'DYN_NJABL',
+ # 'combined.njabl.org', 3.25, 0, 'DYN_NJABL',
+ 'sbl-xbl.spamhaus.org', 4.35, -1.5, 'SBL_XBL_SPAMHAUS',
+ 'bl.spamcop.net', 3.75, -1.5, 'SPAMCOP',
+ # offline since march 2013
+ # 'dnsbl.njabl.org', 4.25, -1.5, 'BL_NJABL',
+ # 'list.dsbl.org', 4.35, 0, 'DSBL_ORG',
+ 'ix.dnsbl.manitu.net', 4.35, 0, 'IX_MANITU'
+ );
my $MAXDNSBLHITS = 2; # If Client IP is listed in MORE
# DNSBLS than this var, it gets
@@ -390,13 +392,15 @@
my $MAXDNSBLMSG = '550 Your MTA is listed in too many DNSBLs';
## RHSBL settings
-my @rhsbl_score = (
- 'multi.surbl.org', 4, 0, 'SURBL',
- 'rhsbl.ahbl.org', 4, 0, 'AHBL',
- 'dsn.rfc-ignorant.org', 3.5, 0, 'DSN_RFCI',
- 'postmaster.rfc-ignorant.org', 0.1, 0, 'PM_RFCI',
- 'abuse.rfc-ignorant.org', 0.1, 0, 'ABUSE_RFCI'
-);
+my @rhsbl_score = (
+ 'multi.surbl.org', 4, 0, 'SURBL',
+ # ahbl stopped working in 2014
+ # 'rhsbl.ahbl.org', 1.8, 0, 'AHBL',
+ # rfc-ignorant.org stopped working in 2012
+ # 'dsn.rfc-ignorant.org', 3.2, 0, 'DSN_RFCI',
+ # 'postmaster.rfc-ignorant.org', 0.1, 0, 'PM_RFCI',
+ # 'abuse.rfc-ignorant.org', 0.1, 0, 'ABUSE_RFCI'
+ );
my $BL_ERROR_SKIP = 2; # skip a RBL if this RBL had this many continuous
# errors