From: Vsevolod Stakhov Date: Fri, 11 Nov 2016 16:50:58 +0000 (+0000) Subject: [Minor] Remove uceprotect DNSBL X-Git-Tag: 1.4.0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b1ab3f172b4d8737cfeaed827454a5ae7c1ecad;p=thirdparty%2Frspamd.git [Minor] Remove uceprotect DNSBL --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 2ac9651d6e..2faf0e51bc 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 5b1058d572..c2ba98e200 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";