diff options
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" { |