diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-19 15:04:00 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-19 15:04:00 +0000 |
commit | e07584e82887baf6b9097fdc18aee89443d67718 (patch) | |
tree | 0efd6d2b7413383c5071ec70e2b11c7ffbd2f2bf /conf | |
parent | 945b56bed3684725b0f8d197a4b91f55e05948b7 (diff) | |
download | rspamd-e07584e82887baf6b9097fdc18aee89443d67718.tar.gz rspamd-e07584e82887baf6b9097fdc18aee89443d67718.zip |
Reduce weight of URL_ONLY rule due to FP rate
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 41dca78ad..6debd402b 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -1166,7 +1166,7 @@ metric { description = "Message from bounce and over 1 recepient"; } symbol { - weight = 3.50; + weight = 1.50; name = "HFILTER_URL_ONLY"; description = "URL only in body"; } |