diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:58:38 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:58:38 +0000 |
commit | aba2b987b7686d7127bbe9a2ef3ad5613425335a (patch) | |
tree | 7e5975464e5aea293cd6cb655a38f56f51b8a155 /conf/modules.d/rbl.conf | |
parent | a651be3ffba658698c1e2e9e086b4cad2fffc10c (diff) | |
download | rspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.tar.gz rspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.zip |
[Minor] Remove orphaned SARBL directives
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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" |