diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-24 13:05:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-24 13:05:39 +0100 |
commit | 2da5a85bb66919a6db3f8148b1f29c9bbeab89a9 (patch) | |
tree | 961c49fb83bf0ebb169e9ccd9cabd80d7bfdfd6b /conf/metrics.conf | |
parent | efcebaa356efa45ab48f1b3d6531fa26acd7288f (diff) | |
download | rspamd-2da5a85bb66919a6db3f8148b1f29c9bbeab89a9.tar.gz rspamd-2da5a85bb66919a6db3f8148b1f29c9bbeab89a9.zip |
[Fix] Slightly reduce weights of rules with high FP rate
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 90b815fcf..a3c8b27c8 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -44,7 +44,7 @@ metric { description = "Recipients seems to be autogenerated (works if recipients count is more than 5)"; } symbol "MIME_HTML_ONLY" { - weight = 1.0; + weight = 0.2; description = "Messages that have only HTML part"; } symbol "FORGED_MSGID_YAHOO" { @@ -56,7 +56,7 @@ metric { description = "Forged The Bat! MUA headers"; } symbol "R_MISSING_CHARSET" { - weight = 5.0; + weight = 2.5; description = "Charset is missing in a message"; } symbol "RCVD_DOUBLE_IP_SPAM" { @@ -68,7 +68,7 @@ metric { description = "Forged outlook HTML signature"; } symbol "R_UNDISC_RCPT" { - weight = 5.0; + weight = 3.0; description = "Recipients are absent or undisclosed"; } symbol "FM_FAKE_HELO_VERIZON" { |