diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-20 21:30:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-20 21:30:56 +0000 |
commit | d8ab3ae9799e95f5c9a9dec0adeeaa9f5b9e0bd5 (patch) | |
tree | 430be972a99a8c011033be6d803cbf835f5ce3b5 /conf | |
parent | bef452ccbc501e756e4cb00db887454038781bbb (diff) | |
download | rspamd-d8ab3ae9799e95f5c9a9dec0adeeaa9f5b9e0bd5.tar.gz rspamd-d8ab3ae9799e95f5c9a9dec0adeeaa9f5b9e0bd5.zip |
Adjust some default scores
Diffstat (limited to 'conf')
-rw-r--r-- | conf/metrics.conf | 16 |
1 files changed, 8 insertions, 8 deletions
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"; } |