aboutsummaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2016-06-02 00:24:25 +0100
committerLarry Hynes <larry@larryhynes.com>2016-06-02 00:24:25 +0100
commit21fb842ee0d504778986e7a21630632cb17bad26 (patch)
treeedaad6c5ba907386961fac517f375e1abb3a8d5e /conf/metrics.conf
parent96b4bd69ef1e5e30cb0d1ffad2617b2c7bfd629d (diff)
parent6b0653316614412638de02476e76cdcf923d009a (diff)
downloadrspamd-21fb842ee0d504778986e7a21630632cb17bad26.tar.gz
rspamd-21fb842ee0d504778986e7a21630632cb17bad26.zip
Merge remote-tracking branch 'upstream/master'
* upstream/master: (68 commits) [CritFix] Fix unencrypted passwords processing in the controller [Feature] Add reading scripts for master connection [Feature] Add parsing scripts for master connection as well [Feature] Add configuration knobs for in and out parser scripts [Feature] Add lua utility to decode URL encoding [Fix] Fix secure_ip setting in controller [Fix] Fix adding maps from ucl [Doc] Update whitelist documentation [Feature] Add 'blacklist' and 'strict' modes for whitelists [Minor] Add missing file to the spec [Feature] Use generic global string split function [Fix] Link lpeg to rspamd lua library [Feature] Use universal redis definitions in rspamd plugins [Feature] Add universal function to parse redis servers for plugins [Feature] Add execution of lua global functions script [Feature] Allow static lua files in any parts of rspamd sources [Fix] Fix substring search when there are '\0' in strings Correct migration.md, small change to writing_rules.md [Fix] Try to fix proxying of stupid spamc protocol to HTTP mirrors [Fix] Handle log pipe read errors ...
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 90b815fcf..a3c8b27c8 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -44,7 +44,7 @@ metric {
description = "Recipients seems to be autogenerated (works if recipients count is more than 5)";
}
symbol "MIME_HTML_ONLY" {
- weight = 1.0;
+ weight = 0.2;
description = "Messages that have only HTML part";
}
symbol "FORGED_MSGID_YAHOO" {
@@ -56,7 +56,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" {
@@ -68,7 +68,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" {