]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] Slightly reduce weights of rules with high FP rate
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 May 2016 12:05:39 +0000 (13:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 24 May 2016 12:06:11 +0000 (13:06 +0100)
conf/metrics.conf

index 634a6f69885b3e4c8b230e533be2a10897a6730c..d1fde6daf97cbeec451ca2cf37140d8218665f72 100644 (file)
@@ -48,7 +48,7 @@ metric {
             description = "Fake reply (has RE in subject, but has not References header)";
         }
         symbol "MIME_HTML_ONLY" {
-            weight = 1.0;
+            weight = 0.2;
             description = "Messages that have only HTML part";
         }
         symbol "FORGED_MSGID_YAHOO" {
@@ -60,7 +60,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" {
@@ -72,7 +72,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" {