From 39bd57635fb6b75c753714790f93061faa561ab9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 22 Jan 2016 14:26:40 +0000 Subject: [PATCH] Adjust some weights --- conf/metrics.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/metrics.conf b/conf/metrics.conf index 6debd402b..aae3ebfb1 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -180,12 +180,12 @@ metric { name = "R_FLASH_REDIR_IMGSHACK"; } symbol { - weight = 5.0; + weight = 1.7; description = "Message id is incorrect"; name = "INVALID_MSGID"; } symbol { - weight = 5.0; + weight = 2.5; description = "Message id is missing "; name = "MISSING_MID"; } @@ -765,7 +765,7 @@ metric { name = "bayes"; symbol { - weight = 3.0; + weight = 4.0; description = "Message probably spam, probability: "; name = "BAYES_SPAM"; } @@ -1156,7 +1156,7 @@ metric { description = "Message-id host not FQDN"; } symbol { - weight = 4.00; + weight = 2.50; name = "HFILTER_HOSTNAME_UNKNOWN"; description = "Unknown hostname (no PTR or no resolve PTR to hostname)"; } -- 2.39.5