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/scores.d | |
parent | a651be3ffba658698c1e2e9e086b4cad2fffc10c (diff) | |
download | rspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.tar.gz rspamd-aba2b987b7686d7127bbe9a2ef3ad5613425335a.zip |
[Minor] Remove orphaned SARBL directives
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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; - #} } |