From 0bf108c76267dc2316f6e0fece40925e73d5f4f1 Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Tue, 21 Oct 2014 19:19:19 +0400 Subject: [PATCH] Remove nszones.com fake RBL: http://www.spamhaus.org/organization/statement/8/ --- conf/metrics.conf | 8 +------- conf/modules.conf | 5 ----- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 5249b0274..01c1cc08c 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -435,13 +435,7 @@ metric { name = "RBL_SEM_IPV6"; description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } - - symbol { - weight = 1.0; - name = "RBL_NSZONES"; - description = "Address is listed in Nszones RBL"; - } - + symbol { weight = 1.0; name = "RBL_ABUSEAT"; diff --git a/conf/modules.conf b/conf/modules.conf index 3c1b264d1..31fa47852 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -184,11 +184,6 @@ rbl { ipv4 = false; ipv6 = true; } - - nszones { - symbol = "RBL_NSZONES"; - rbl = "sbl.nszones.com"; - } abuseat { symbol = "RBL_ABUSEAT"; -- 2.39.5