From c4096a1ea4f83db7ea85e013dd91570547ab9b89 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 15:19:59 -0700 Subject: Add metric for Spameatingmonkey rbl --- conf/modules.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index d7f396b47..3cc957d36 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -151,6 +151,11 @@ rbl { rbl = "bl.spameatingmonkey.net"; } + semIPv6 { + symbol = "RBL_SEM_IPV6"; + rbl = "bl.ipv6.spameatingmonkey.net"; + } + nszones { symbol = "RBL_NSZONES"; rbl = "sbl.nszones.com"; -- cgit v1.2.3 From 6c6083f74e459e7f156c2c7fdea9d9093a1e3b5f Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 15:25:30 -0700 Subject: Update modules.conf --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index 3cc957d36..7e3aae1df 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -154,6 +154,7 @@ rbl { semIPv6 { symbol = "RBL_SEM_IPV6"; rbl = "bl.ipv6.spameatingmonkey.net"; + ipv6 = true; } nszones { -- cgit v1.2.3 From b3ac6c05302dc1d9cab5e7dfb5048423c6f63280 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:15:12 -0700 Subject: Upgrage Mailspake rbl --- conf/modules.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index 7e3aae1df..cdd3e2665 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -111,7 +111,19 @@ rbl { mailspike { symbol = "RBL_MAILSPIKE"; - rbl = "bl.mailspike.net"; + rbl = "rep.mailspike.net"; + returncodes { + #http://mailspike.net/usage.html + RBL_MAILSPIKE_WORST = "127.0.0.10" + RBL_MAILSPIKE_VERYBAD = "127.0.0.11" + RBL_MAILSPIKE_BAD = "127.0.0.12" + RBL_MAILSPIKE_SUSP = "127.0.0.13" + RBL_MAILSPIKE_PROB = "127.0.0.14" + RWL_MAILSPIKE_POSSIBLE = "127.0.0.17" + RWL_MAILSPIKE_GOOD = "127.0.0.18" + RWL_MAILSPIKE_VERYGOOD = "127.0.0.19" + RWL_MAILSPIKE_EXCELLENT = "127.0.0.20" + } } senderscore { -- cgit v1.2.3 From 6af6bed5b85cfa0c8b1c592de8e2fc325de66b83 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:19:14 -0700 Subject: Add symbol for DNSWL --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index cdd3e2665..08ef12cb2 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -184,6 +184,7 @@ rbl { rbl = "list.dnswl.org"; unknown = true; returncodes { + RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; RCVD_IN_DNSWL_MED = "127.0.%d+.2"; RCVD_IN_DNSWL_HI = "127.0.%d+.3"; -- cgit v1.2.3 From 70950e2b9111d5df15f8e2a581100b9510d3c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:20:50 -0700 Subject: Update modules.conf --- conf/modules.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index 08ef12cb2..6b1ff2b6d 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -182,7 +182,6 @@ rbl { dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org"; - unknown = true; returncodes { RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; -- cgit v1.2.3 From 0e82e96aa9c8f62ce151bd9351c013c596acef9c Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:26:35 -0700 Subject: Add Spamhaus WL --- conf/modules.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index 6b1ff2b6d..94b4a04b4 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -108,6 +108,17 @@ rbl { received = true; from = false; } + + spamhaus_swl { + symbol = "RWL_SPAMHAUS_WL"; + rbl = "swl.spamhaus.org"; + returncodes { + RWL_SPAMHAUS_WL_IND = "127.0.2.2"; + RWL_SPAMHAUS_WL_TRANS = "127.0.2.3"; + RWL_SPAMHAUS_WL_IND_EXP = "127.0.2.102"; + RWL_SPAMHAUS_WL_TRANS_EXP = "127.0.2.103"; + } + } mailspike { symbol = "RBL_MAILSPIKE"; -- cgit v1.2.3 From f5071c21e6070ed47644d1f9f87c5444af98b58b Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 23 May 2014 02:33:26 -0700 Subject: Update modules.conf --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/modules.conf') diff --git a/conf/modules.conf b/conf/modules.conf index 94b4a04b4..5f3a1b593 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -177,6 +177,7 @@ rbl { semIPv6 { symbol = "RBL_SEM_IPV6"; rbl = "bl.ipv6.spameatingmonkey.net"; + ipv4 = false; ipv6 = true; } -- cgit v1.2.3