]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Relax some uribl rules
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:24:15 +0000 (16:24 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Mar 2019 16:24:15 +0000 (16:24 +0000)
conf/scores.d/surbl_group.conf

index 61d0da5ccf4838f1d2f6283020d5e28ff8590174..176608fa57d5a94d42b24c7580693c2172a2df86 100644 (file)
@@ -153,25 +153,30 @@ symbols = {
     "URIBL_SBL" {
         weight = 6.5;
         description = "A domain in the message body resolves to an IP listed in Spamhaus SBL";
+        one_shot = true;
     }
     "URIBL_SBL_CSS" {
         weight = 6.5;
         description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS";
+        one_shot = true;
     }
     "URIBL_XBL" {
-        weight = 6.5;
+        weight = 1.5;
         description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
+        one_shot = true;
     }
     "URIBL_PBL" {
         weight = 0.01;
         description = "A domain in the message body resolves to an IP listed in Spamhaus PBL";
     }
     "URIBL_DROP" {
-        weight = 8.0;
+        weight = 5.0;
         description = "A domain in the message body resolves to an IP listed in Spamhaus DROP";
+        one_shot = true;
     }
     "RBL_SARBL_BAD" {
         weight = 2.5;
         description = "A domain in the message body is blacklisted in SARBL";
+        one_shot = true;
    }
 }