diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:18:36 +0100 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:18:36 +0100 |
commit | dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74 (patch) | |
tree | 805fcad212d160b38e3ece53e3bcce1d2131fecc /conf/scores.d/rbl_group.conf | |
parent | 323580e25d9eb599d31c666c79d2c8ec8bfc41a4 (diff) | |
download | rspamd-dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74.tar.gz rspamd-dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74.zip |
unify rules scores and weights forgotten in first commit
Diffstat (limited to 'conf/scores.d/rbl_group.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 3d19f1698..a8fdc2a42 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -55,11 +55,11 @@ symbols = { description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, no trust"; } "DWL_DNSWL_LOW" { - weight = -1; + weight = -1.0; description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, low trust"; } "DWL_DNSWL_MED" { - weight = -2; + weight = -2.0; description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, medium trust"; } "DWL_DNSWL_HI" { |