]> source.dussan.org Git - rspamd.git/commitdiff
Adjust some weights
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Jan 2016 14:26:40 +0000 (14:26 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Jan 2016 14:26:40 +0000 (14:26 +0000)
conf/metrics.conf

index 6debd402b8ea3fd0b9ecc7abb741bfaa56ebcd12..aae3ebfb1a3461b47c3579d76f2c2eb013d1b70d 100644 (file)
@@ -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)";
        }