diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:38:10 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:38:10 +0000 |
commit | f864054128d72890ceec2b0a397f8e96e81f73b0 (patch) | |
tree | 1d00772b0c1ca95d4c184a230f607eabfdeebd4a /conf | |
parent | bd2c9d0038945c9b72960f18bac40cf33721511e (diff) | |
download | rspamd-f864054128d72890ceec2b0a397f8e96e81f73b0.tar.gz rspamd-f864054128d72890ceec2b0a397f8e96e81f73b0.zip |
[Minor] Add "blocked" tag to *_SPAMHAUS_BLOCKED_OPENRESOLVER and *_SPAMHAUS_BLOCKED
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 15db81066..8caf3cb1d 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -119,12 +119,12 @@ symbols = { "RBL_SPAMHAUS_BLOCKED_OPENRESOLVER" { weight = 0.0; description = "You are querying Spamhaus from an open resolver, please see https://www.spamhaus.org/returnc/pub/"; - groups = ["spamhaus"]; + groups = ["spamhaus", "blocked"]; } "RBL_SPAMHAUS_BLOCKED" { weight = 0.0; description = "You are exceeding the query limit, please see https://www.spamhaus.org/returnc/vol/"; - groups = ["spamhaus"]; + groups = ["spamhaus", "blocked"]; } "RECEIVED_SPAMHAUS_SBL" { weight = 3.0; @@ -159,12 +159,12 @@ symbols = { "RECEIVED_SPAMHAUS_BLOCKED_OPENRESOLVER" { weight = 0.0; description = "You are querying Spamhaus from an open resolver, please see https://www.spamhaus.org/returnc/pub/"; - groups = ["spamhaus"]; + groups = ["spamhaus", "blocked"]; } "RECEIVED_SPAMHAUS_BLOCKED" { weight = 0.0; description = "You are exceeding the query limit, please see https://www.spamhaus.org/returnc/vol/"; - groups = ["spamhaus"]; + groups = ["spamhaus", "blocked"]; } "RBL_SENDERSCORE" { |