]> source.dussan.org Git - rspamd.git/commitdiff
adjust DNSWL scores to -0.1/-0.2/-0.5 2403/head
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sat, 11 Aug 2018 08:19:58 +0000 (10:19 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sat, 11 Aug 2018 08:19:58 +0000 (10:19 +0200)
conf/scores.d/rbl_group.conf

index 2b9d9483c41c7f6953e8cefe8793ddcf51950d4c..74796bab67ec93c341ce63346202a82cedb40d31 100644 (file)
@@ -29,11 +29,11 @@ symbols = {
         description = "Sender listed at https://www.dnswl.org, no trust";
     }
     "RCVD_IN_DNSWL_LOW" {
-        weight = -0.5;
+        weight = -0.1;
         description = "Sender listed at https://www.dnswl.org, low trust";
     }
     "RCVD_IN_DNSWL_MED" {
-        weight = -0.5;
+        weight = -0.2;
         description = "Sender listed at https://www.dnswl.org, medium trust";
     }
     "RCVD_IN_DNSWL_HI" {