]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove uceprotect DNSBL
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 11 Nov 2016 16:50:58 +0000 (16:50 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 11 Nov 2016 16:57:01 +0000 (16:57 +0000)
conf/metrics.conf
conf/modules.d/rbl.conf

index 2ac9651d6e818f3ccd9e9f19a8dc4431f39f279c..2faf0e51bc8b0247de77fe50455d60b4cc99dfff 100644 (file)
@@ -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";
index 5b1058d5721ca6981c79b6314201160004f37856..c2ba98e200b4c57fb332cb2722d4214e0f0e65a6 100644 (file)
@@ -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";