diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 4 | ||||
-rw-r--r-- | conf/modules.d/rbl.conf | 5 |
2 files changed, 0 insertions, 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"; |