diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-23 14:48:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-23 14:48:36 +0000 |
commit | 26d4832651f42afac18eede43343c335e9748d75 (patch) | |
tree | 882705b06b8b12696df746a4532c2c6948498c4b /conf/metrics.conf | |
parent | a2ae3d2678e461bccdae848a1f31607d8ed8d6f1 (diff) | |
download | rspamd-26d4832651f42afac18eede43343c335e9748d75.tar.gz rspamd-26d4832651f42afac18eede43343c335e9748d75.zip |
Reduce weight of FORGED_RECIPIENTS rule.
Diffstat (limited to 'conf/metrics.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 ff4aa69d0..5e73a1773 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -288,7 +288,7 @@ metric { name = "MISSING_MID"; } symbol { - weight = 3.0; + weight = 1.0; description = "Recipients are not the same as RCPT TO: mail command"; name = "FORGED_RECIPIENTS"; } |