diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-20 16:44:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-20 16:44:09 +0000 |
commit | 9bfe62797c6c774ca151a1dbec5406e1b8a33c51 (patch) | |
tree | c9bae77412e6ed5e2d2d2bdaab540f60d093a08b /conf | |
parent | c959fab15e8c3bed33f72c661eae004f318cd429 (diff) | |
download | rspamd-9bfe62797c6c774ca151a1dbec5406e1b8a33c51.tar.gz rspamd-9bfe62797c6c774ca151a1dbec5406e1b8a33c51.zip |
Reduce weight of SUSPICIOUS_RECIPS
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index a60efb401..4560c3ece 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -30,7 +30,7 @@ metric { name = "FORGED_SENDER"; } symbol { - weight = 3.500000; + weight = 1.500000; description = "Recipients seems to be autogenerated (works if recipients count is more than 5)"; name = "SUSPICIOUS_RECIPS"; } |