aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-20 16:44:09 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-11-20 16:44:09 +0000
commit9bfe62797c6c774ca151a1dbec5406e1b8a33c51 (patch)
treec9bae77412e6ed5e2d2d2bdaab540f60d093a08b /conf
parentc959fab15e8c3bed33f72c661eae004f318cd429 (diff)
downloadrspamd-9bfe62797c6c774ca151a1dbec5406e1b8a33c51.tar.gz
rspamd-9bfe62797c6c774ca151a1dbec5406e1b8a33c51.zip
Reduce weight of SUSPICIOUS_RECIPS
Diffstat (limited to 'conf')
-rw-r--r--conf/metrics.conf2
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";
}