commit 8d67630: [Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED

twesterhever 40121680+twesterhever at users.noreply.github.com
Fri Feb 17 21:56:09 UTC 2023


Author: twesterhever
Date: 2023-02-17 14:52:35 +0000
URL: https://github.com/rspamd/rspamd/commit/8d67630f2a2c7a3ae8ecd3a1d892a373ee1d2499

[Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED

---
 conf/scores.d/surbl_group.conf | 4 ++--
 1 file 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" {


More information about the Commits mailing list