From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:52:35 +0000 (+0000) Subject: [Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED X-Git-Tag: 3.5~47^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499;p=rspamd.git [Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED --- 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" {