]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:52:35 +0000 (14:52 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:52:35 +0000 (14:52 +0000)
conf/scores.d/surbl_group.conf

index 9f3eeeb57ee14db3a68a63603c40840fe03be1b8..f8b5a34908d9e787b42095b03c08d1f3494203ef 100644 (file)
@@ -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" {