]> source.dussan.org Git - rspamd.git/commitdiff
Adjust some default scores
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 20 Dec 2015 21:30:56 +0000 (21:30 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 20 Dec 2015 21:30:56 +0000 (21:30 +0000)
conf/metrics.conf

index 29ec283c09d0c17f28146ee79cdda6f97e838fb8..b0347f1e257285a1744e821ee5195347f63151f9 100644 (file)
@@ -190,12 +190,12 @@ metric {
            name = "INVALID_MSGID";
        }
        symbol {
-           weight = 3.0;
+           weight = 5.0;
            description = "Message id is missing ";
            name = "MISSING_MID";
        }
        symbol {
-           weight = 1.0;
+           weight = 2.0;
            description = "Recipients are not the same as RCPT TO: mail command";
            name = "FORGED_RECIPIENTS";
        }
@@ -220,7 +220,7 @@ metric {
            name = "STOX_REPLY_TYPE";
        }
        symbol {
-           weight = 1.0;
+           weight = 0.1;
            description = "One received header in a message ";
            name = "ONCE_RECEIVED";
        }
@@ -235,7 +235,7 @@ metric {
            name = "MIME_HEADER_CTYPE_ONLY";
        }
        symbol {
-           weight = -1.0;
+           weight = -0.2;
            description = "Message seems to be from maillist";
            name = "MAILLIST";
        }
@@ -463,7 +463,7 @@ metric {
            name = "SUSPICIOUS_BOUNDARY4";
        }
        symbol {
-           weight = 3.0;
+           weight = 1.0;
            description = "Text and HTML parts differ";
            name = "R_PARTS_DIFFER";
        }
@@ -764,7 +764,7 @@ metric {
            name = "FUZZY_UNKNOWN";
        }
        symbol {
-           weight = 10.0;
+           weight = 12.0;
            description = "Denied fuzzy hash";
            name = "FUZZY_DENIED";
        }
@@ -798,7 +798,7 @@ metric {
            name = "R_SPF_NEUTRAL";
        }
        symbol {
-           weight = -1.1;
+           weight = -1.5;
            description = "SPF verification alowed";
            name = "R_SPF_ALLOW";
        }
@@ -956,7 +956,7 @@ metric {
        name = "phishing";
 
        symbol {
-           weight = 5.0;
+           weight = 3.0;
            description = "Phished mail";
            name = "PHISHING";
        }