commit 9f0e1cd: [Conf] Remove abuse.ch

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Feb 5 09:14:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-02-05 09:09:15 +0000
URL: https://github.com/rspamd/rspamd/commit/9f0e1cd979389a6a4aca66e99f3b18bf9e67b7f5 (HEAD -> master)

[Conf] Remove abuse.ch
Issue: #2744
Closes: #2744

---
 conf/modules.d/rbl.conf      | 5 -----
 conf/scores.d/rbl_group.conf | 4 ----
 2 files changed, 9 deletions(-)

diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 57dc130e4..141f3c20b 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -80,11 +80,6 @@ rbl {
             rbl = "bl.score.senderscore.com";
         }
 
-        abusech {
-            symbol = "RBL_ABUSECH";
-            rbl = "spam.abuse.ch";
-        }
-
         sem {
             symbol = "RBL_SEM";
             rbl = "bl.spameatingmonkey.net";
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf
index 9aea930d5..3d19f1698 100644
--- a/conf/scores.d/rbl_group.conf
+++ b/conf/scores.d/rbl_group.conf
@@ -125,10 +125,6 @@ symbols = {
         weight = 2.0;
         description = "From address is listed in senderscore.com BL";
     }
-    "RBL_ABUSECH" {
-        weight = 1.0;
-        description = "From address is listed in ABUSE.CH BL";
-    }
     "MAILSPIKE" {
         weight = 0.0;
         description = "Unrecognised result from Mailspike";


More information about the Commits mailing list