]> source.dussan.org Git - rspamd.git/commitdiff
use 'message body' instead of 'mail' for rule description 2616/head
authorheraklit256 <heraklit256@users.noreply.github.com>
Tue, 5 Mar 2019 16:02:53 +0000 (17:02 +0100)
committerheraklit256 <heraklit256@users.noreply.github.com>
Tue, 5 Mar 2019 16:02:53 +0000 (17:02 +0100)
conf/scores.d/surbl_group.conf

index 82bc93ebca977b372bcaef2c54457ebc0c279521..61d0da5ccf4838f1d2f6283020d5e28ff8590174 100644 (file)
@@ -152,26 +152,26 @@ symbols = {
     }
     "URIBL_SBL" {
         weight = 6.5;
-        description = "A domain in the mail resolves to an IP listed in Spamhaus SBL";
+        description = "A domain in the message body resolves to an IP listed in Spamhaus SBL";
     }
     "URIBL_SBL_CSS" {
         weight = 6.5;
-        description = "A domain in the mail resolves to an IP listed in Spamhaus SBL CSS";
+        description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS";
     }
     "URIBL_XBL" {
         weight = 6.5;
-        description = "A domain in the mail resolves to an IP listed in Spamhaus XBL";
+        description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
     }
     "URIBL_PBL" {
         weight = 0.01;
-        description = "A domain in the mail resolves to an IP listed in Spamhaus PBL";
+        description = "A domain in the message body resolves to an IP listed in Spamhaus PBL";
     }
     "URIBL_DROP" {
         weight = 8.0;
-        description = "A domain in the mail resolves to an IP listed in Spamhaus DROP";
+        description = "A domain in the message body resolves to an IP listed in Spamhaus DROP";
     }
     "RBL_SARBL_BAD" {
         weight = 2.5;
-        description = "A domain in the mail is blacklisted in SARBL";
+        description = "A domain in the message body is blacklisted in SARBL";
    }
 }