]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add "blocked" tag to *_SPAMHAUS_BLOCKED_OPENRESOLVER and *_SPAMHAUS_BLOCKED
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:38:10 +0000 (14:38 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:38:10 +0000 (14:38 +0000)
conf/scores.d/rbl_group.conf

index 15db81066eb71cd776574fc2178b5f4daa5cb638..8caf3cb1d32c27d0528393a66290868f7bfde0e4 100644 (file)
@@ -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" {