]> source.dussan.org Git - rspamd.git/commitdiff
improve RBL scores descriptions 2244/head
authorPeter Müller <peter.mueller@link38.eu>
Thu, 17 May 2018 17:38:00 +0000 (19:38 +0200)
committerPeter Müller <peter.mueller@link38.eu>
Thu, 17 May 2018 17:38:00 +0000 (19:38 +0200)
conf/scores.d/rbl_group.conf

index 8bee1b4b5682389f9a443631f38ee3b453c9cc7d..be145e350c0151d6fd5f22978914e7e1f2b2ff72 100644 (file)
@@ -22,76 +22,76 @@ symbols = {
     }
     "RCVD_IN_DNSWL" {
         weight = 0.0;
-        description = "Unrecognised result from dnswl.org";
+        description = "Unrecognised result from https://www.dnswl.org";
     }
     "RCVD_IN_DNSWL_NONE" {
         weight = 0.0;
-        description = "Sender listed at http://www.dnswl.org, low none";
+        description = "Sender listed at https://www.dnswl.org, no trust";
     }
     "RCVD_IN_DNSWL_LOW" {
         weight = 0.0;
-        description = "Sender listed at http://www.dnswl.org, low trust";
+        description = "Sender listed at https://www.dnswl.org, low trust";
     }
     "RCVD_IN_DNSWL_MED" {
         weight = 0.0;
-        description = "Sender listed at http://www.dnswl.org, medium trust";
+        description = "Sender listed at https://www.dnswl.org, medium trust";
     }
     "RCVD_IN_DNSWL_HI" {
         weight = 0.0;
-        description = "Sender listed at http://www.dnswl.org, high trust";
+        description = "Sender listed at https://www.dnswl.org, high trust";
     }
 
     "RBL_SPAMHAUS" {
         weight = 0.0;
-        description = "Unrecognised result from Spamhaus zen";
+        description = "Unrecognised result from Spamhaus ZEN";
     }
     "RBL_SPAMHAUS_SBL" {
         weight = 2.0;
-        description = "From address is listed in zen sbl";
+        description = "From address is listed in ZEN SBL";
     }
     "RBL_SPAMHAUS_CSS" {
         weight = 2.0;
-        description = "From address is listed in zen css";
+        description = "From address is listed in ZEN CSS";
     }
     "RBL_SPAMHAUS_XBL" {
         weight = 4.0;
-        description = "From address is listed in zen xbl";
+        description = "From address is listed in ZEN XBL";
     }
     "RBL_SPAMHAUS_XBL_ANY" {
         weight = 4.0;
-        description = "From or received address is listed in zen xbl (any list)";
+        description = "From or received address is listed in ZEN XBL (any list)";
     }
     "RBL_SPAMHAUS_PBL" {
         weight = 2.0;
-        description = "From address is listed in zen pbl (ISP list)";
+        description = "From address is listed in ZEN PBL (ISP list)";
     }
     "RBL_SPAMHAUS_DROP" {
         weight = 7.0;
-        description = "From address is listed in zen drop bl";
+        description = "From address is listed in ZEN DROP bl";
     }
     "RECEIVED_SPAMHAUS_SBL" {
         weight = 1.0;
-        description = "Received address is listed in zen sbl";
+        description = "Received address is listed in ZEN SBL";
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_CSS" {
         weight = 1.0;
-        description = "Received address is listed in zen css";
+        description = "Received address is listed in ZEN CSS";
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_XBL" {
         weight = 3.0;
-        description = "Received address is listed in zen xbl";
+        description = "Received address is listed in ZEN XBL";
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_PBL" {
         weight = 0.0;
-        description = "Received address is listed in pbl (ISP list)";
+        description = "Received address is listed in ZEN PBL (ISP list)";
         one_shot = true;
     }
     "RECEIVED_SPAMHAUS_DROP" {
         weight = 6.0;
-        description = "Received address is listed in zen drop bl";
+        description = "Received address is listed in ZEN DROP bl";
         one_shot = true;
     }