diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-11 10:19:58 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-11 10:19:58 +0200 |
commit | c98a0705466bd4303f4648a67e8d96d940723995 (patch) | |
tree | 87dd709c66352671ca0571553c4c702c34173eb2 /conf | |
parent | df8b53f3b17200bed213bfddf02c6eb4afe3dc07 (diff) | |
download | rspamd-c98a0705466bd4303f4648a67e8d96d940723995.tar.gz rspamd-c98a0705466bd4303f4648a67e8d96d940723995.zip |
adjust DNSWL scores to -0.1/-0.2/-0.5
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 4 |
1 files 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" { |