aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 14:58:38 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 14:58:38 +0000
commitaba2b987b7686d7127bbe9a2ef3ad5613425335a (patch)
tree7e5975464e5aea293cd6cb655a38f56f51b8a155
parenta651be3ffba658698c1e2e9e086b4cad2fffc10c (diff)
downloadrspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.tar.gz
rspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.zip
[Minor] Remove orphaned SARBL directives
-rw-r--r--conf/modules.d/rbl.conf6
-rw-r--r--conf/scores.d/surbl_group.conf6
2 files changed, 0 insertions, 12 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"
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;
- #}
}