From: Vsevolod Stakhov Date: Tue, 5 Feb 2019 09:09:15 +0000 (+0000) Subject: [Conf] Remove abuse.ch X-Git-Tag: 1.9.0~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f0e1cd979389a6a4aca66e99f3b18bf9e67b7f5;p=thirdparty%2Frspamd.git [Conf] Remove abuse.ch Issue: #2744 Closes: #2744 --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 57dc130e41..141f3c20b9 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 9aea930d57..3d19f1698e 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";