diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-08 11:23:19 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-08 12:50:36 +0100 |
commit | 5936b93bd57d49a426c5c32e59c9e58105d90389 (patch) | |
tree | 096bdbf41d2da94f9e7fba1171fc001119326ded /conf/metrics.conf | |
parent | 6e1a169e98496cf6f6326ff168249ad7727a0b79 (diff) | |
download | rspamd-5936b93bd57d49a426c5c32e59c9e58105d90389.tar.gz rspamd-5936b93bd57d49a426c5c32e59c9e58105d90389.zip |
[Minor] Further reduce negative weights for SPF and DKIM success
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 752499bfc..7c4798144 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -681,7 +681,7 @@ metric { description = "SPF policy is neutral"; } symbol "R_SPF_ALLOW" { - weight = -1.5; + weight = -0.2; description = "SPF verification allows sending"; } symbol "R_SPF_DNSFAIL" { @@ -700,7 +700,7 @@ metric { description = "DKIM verification soft-failed"; } symbol "R_DKIM_ALLOW" { - weight = -1.1; + weight = -0.2; description = "DKIM verification succeed"; one_shot = true; } |