From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:58:38 +0000 (+0000) Subject: [Minor] Remove orphaned SARBL directives X-Git-Tag: 3.5~47^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aba2b987b7686d7127bbe9a2ef3ad5613425335a;p=rspamd.git [Minor] Remove orphaned SARBL directives --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 107a81a25..cce48324d 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -335,12 +335,6 @@ rbl { } } - # Proved to be broken - #"RBL_SARBL_BAD" { - # suffix = "public.sarbl.org"; - # noip = true; - # images = true; - #} } .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf" diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index f0341a227..de7e2ce7c 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -256,10 +256,4 @@ symbols = { one_shot = true; groups = ["spamhaus"]; } - - #"RBL_SARBL_BAD" { - # weight = 2.5; - # description = "A domain in the message body is blacklisted in SARBL"; - # one_shot = true; - #} }