]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Improve RBL rule descriptions
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:37:37 +0000 (14:37 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:37:37 +0000 (14:37 +0000)
conf/scores.d/rbl_group.conf

index 5412f29488207485f1482cbd472e650f02d5648a..15db81066eb71cd776574fc2178b5f4daa5cb638 100644 (file)
@@ -21,7 +21,7 @@ symbols = {
 
     "DNSWL_BLOCKED" {
         weight = 0.0;
-        description = "Resolver blocked due to excessive queries";
+        description = "https://www.dnswl.org: Resolver blocked due to excessive queries";
         groups = ["dnswl", "blocked"];
     }
     "RCVD_IN_DNSWL" {
@@ -52,12 +52,12 @@ symbols = {
 
     "DWL_DNSWL_BLOCKED" {
         weight = 0.0;
-        description = "Resolver blocked due to excessive queries (dwl)";
+        description = "https://www.dnswl.org: Resolver blocked due to excessive queries (DWL)";
         groups = ["dnswl", "blocked"];
     }
     "DWL_DNSWL" {
         weight = 0.0;
-        description = "Unrecognised result from https://www.dnswl.org (dwl)";
+        description = "Unrecognised result from https://www.dnswl.org (DWL)";
         groups = ["dnswl"];
     }
     "DWL_DNSWL_NONE" {
@@ -88,17 +88,17 @@ symbols = {
     }
     "RBL_SPAMHAUS_SBL" {
         weight = 4.0;
-        description = "From address is listed in ZEN SBL";
+        description = "From address is listed in Spamhaus SBL";
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_CSS" {
         weight = 2.0;
-        description = "From address is listed in ZEN CSS";
+        description = "From address is listed in Spamhaus CSS";
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_XBL" {
         weight = 4.0;
-        description = "From address is listed in ZEN XBL";
+        description = "From address is listed in Spamhaus XBL";
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_XBL_ANY" {
@@ -108,12 +108,12 @@ symbols = {
     }
     "RBL_SPAMHAUS_PBL" {
         weight = 2.0;
-        description = "From address is listed in ZEN PBL (ISP list)";
+        description = "From address is listed in Spamhaus PBL";
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_DROP" {
         weight = 7.0;
-        description = "From address is listed in ZEN DROP BL";
+        description = "From address is listed in Spamhaus DROP";
         groups = ["spamhaus"];
     }
     "RBL_SPAMHAUS_BLOCKED_OPENRESOLVER" {
@@ -128,31 +128,31 @@ symbols = {
     }
     "RECEIVED_SPAMHAUS_SBL" {
         weight = 3.0;
-        description = "Received address is listed in ZEN SBL";
+        description = "Received address is listed in Spamhaus SBL";
         groups = ["spamhaus"];
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_CSS" {
         weight = 1.0;
-        description = "Received address is listed in ZEN CSS";
+        description = "Received address is listed in Spamhaus CSS";
         groups = ["spamhaus"];
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_XBL" {
         weight = 3.0;
-        description = "Received address is listed in ZEN XBL";
+        description = "Received address is listed in Spamhaus XBL";
         groups = ["spamhaus"];
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_PBL" {
         weight = 0.0;
-        description = "Received address is listed in ZEN PBL (ISP list)";
+        description = "Received address is listed in Spamhaus PBL";
         groups = ["spamhaus"];
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_DROP" {
         weight = 6.0;
-        description = "Received address is listed in ZEN DROP BL";
+        description = "Received address is listed in Spamhaus DROP";
         groups = ["spamhaus"];
         one_shot = true;
     }
@@ -183,37 +183,37 @@ symbols = {
     }
     "RBL_MAILSPIKE_WORST" {
         weight = 2.0;
-        description = "From address is listed in RBL - worst possible reputation";
+        description = "From address is listed in Mailspike RBL - worst possible reputation";
         groups = ["mailspike"];
     }
     "RBL_MAILSPIKE_VERYBAD" {
         weight = 1.5;
-        description = "From address is listed in RBL - very bad reputation";
+        description = "From address is listed in Mailspike RBL - very bad reputation";
         groups = ["mailspike"];
     }
     "RBL_MAILSPIKE_BAD" {
         weight = 1.0;
-        description = "From address is listed in RBL - bad reputation";
+        description = "From address is listed in Mailspike RBL - bad reputation";
         groups = ["mailspike"];
     }
     "RWL_MAILSPIKE_POSSIBLE" {
         weight = 0.0;
-        description = "From address is listed in RWL - possibly legit";
+        description = "From address is listed in Mailspike RWL - possibly legit";
         groups = ["mailspike"];
     }
     "RWL_MAILSPIKE_GOOD" {
         weight = -0.1;
-        description = "From address is listed in RWL - good reputation";
+        description = "From address is listed in Mailspike RWL - good reputation";
         groups = ["mailspike"];
     }
     "RWL_MAILSPIKE_VERYGOOD" {
         weight = -0.2;
-        description = "From address is listed in RWL - very good reputation";
+        description = "From address is listed in Mailspike RWL - very good reputation";
         groups = ["mailspike"];
     }
     "RWL_MAILSPIKE_EXCELLENT" {
         weight = -0.4;
-        description = "From address is listed in RWL - excellent reputation";
+        description = "From address is listed in Mailspike RWL - excellent reputation";
         groups = ["mailspike"];
     }