]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Conf] Remove abuse.ch
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 5 Feb 2019 09:09:15 +0000 (09:09 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 5 Feb 2019 09:09:15 +0000 (09:09 +0000)
Issue: #2744
Closes: #2744
conf/modules.d/rbl.conf
conf/scores.d/rbl_group.conf

index 57dc130e41a03152dd6ed641512088a5a153bd02..141f3c20b92dfaaed4f976811944f37b9323b8f0 100644 (file)
@@ -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";
index 9aea930d572939a20262364f2fd686f5e5f22ad2..3d19f1698e8d81ad595af313d30f911b0f926bdc 100644 (file)
@@ -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";