diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-05 13:01:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-05 13:05:45 +0100 |
commit | a622fce5e0d58d8cefcdb96bfe119d8a7e1b3777 (patch) | |
tree | b0e0b59d09e94d660af65e54ef06974e0c77e275 /conf | |
parent | b91c14da667827c505ab74b9026a337e1f0ed0af (diff) | |
download | rspamd-a622fce5e0d58d8cefcdb96bfe119d8a7e1b3777.tar.gz rspamd-a622fce5e0d58d8cefcdb96bfe119d8a7e1b3777.zip |
[Minor] Increase HFILTER_URL scores as FP rate should be reduced now
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 5130c66ab..ce20753c7 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -984,11 +984,11 @@ metric { description = "Message from bounce and over 1 recepient"; } symbol "HFILTER_URL_ONLY" { - weight = 1.50; + weight = 2.20; description = "URL only in body"; } symbol "HFILTER_URL_ONELINE" { - weight = 1.20; + weight = 2.50; description = "One line URL and text in body"; } } |