From c98a0705466bd4303f4648a67e8d96d940723995 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sat, 11 Aug 2018 10:19:58 +0200 Subject: [PATCH] adjust DNSWL scores to -0.1/-0.2/-0.5 --- conf/scores.d/rbl_group.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" { -- 2.39.5