aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 14:52:35 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 14:52:35 +0000
commit8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499 (patch)
treed12d74ab03277c55694f79572a8b1152fd4832bb /conf
parent595ddb96d0681a6d841db69f96a3b79d842b2810 (diff)
downloadrspamd-8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499.tar.gz
rspamd-8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499.zip
[Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/surbl_group.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 9f3eeeb57..f8b5a3490 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/conf/scores.d/surbl_group.conf
@@ -174,13 +174,13 @@ symbols = {
weight = 0.0;
description = "You are querying Spamhaus from an open resolver, please see https://www.spamhaus.org/returnc/pub/";
one_shot = true;
- groups = ["spamhaus"];
+ groups = ["spamhaus", "blocked"];
}
"DBL_BLOCKED" {
weight = 0.0;
description = "You are exceeding the query limit, please see https://www.spamhaus.org/returnc/vol/";
one_shot = true;
- groups = ["spamhaus"];
+ groups = ["spamhaus", "blocked"];
}
"URIBL_MULTI" {