From 5b1ab3f172b4d8737cfeaed827454a5ae7c1ecad Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 11 Nov 2016 16:50:58 +0000 Subject: [PATCH] [Minor] Remove uceprotect DNSBL --- conf/metrics.conf | 4 ---- conf/modules.d/rbl.conf | 5 ----- 2 files changed, 9 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 2ac9651d6..2faf0e51b 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -176,10 +176,6 @@ metric { weight = 1.0; description = "From address is listed in ABUSE.CH BL"; } - symbol "RBL_UCEPROTECT_LEVEL1" { - weight = 1.0; - description = "From address is listed in UCEPROTECT LEVEL1 BL"; - } symbol "MAILSPIKE" { weight = 0.0; description = "Unrecognised result from Mailspike"; diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 5b1058d57..c2ba98e20 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -95,11 +95,6 @@ rbl { rbl = "spam.abuse.ch"; } - uceprotect1 { - symbol = "RBL_UCEPROTECT_LEVEL1"; - rbl = "dnsbl-1.uceprotect.net"; - } - sorbs { symbol = "RBL_SORBS"; rbl = "dnsbl.sorbs.net"; -- 2.39.5