From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sat, 11 Aug 2018 08:19:58 +0000 (+0200) Subject: adjust DNSWL scores to -0.1/-0.2/-0.5 X-Git-Tag: 1.8.0~275^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2403%2Fhead;p=rspamd.git adjust DNSWL scores to -0.1/-0.2/-0.5 --- diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 2b9d9483c..74796bab6 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -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" {