From: Vsevolod Stakhov Date: Sun, 20 Dec 2015 21:30:56 +0000 (+0000) Subject: Adjust some default scores X-Git-Tag: 1.1.0~239 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d8ab3ae9799e95f5c9a9dec0adeeaa9f5b9e0bd5;p=rspamd.git Adjust some default scores --- diff --git a/conf/metrics.conf b/conf/metrics.conf index 29ec283c0..b0347f1e2 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -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"; }