summaryrefslogtreecommitdiffstats
path: root/conf/metrics.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-01 16:51:34 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-01 16:51:34 +0100
commit390c8290d7747e2ab53a821e8077ab3fc80a706f (patch)
tree766ee41399db5299ed170fddb9bfeb91f1693b95 /conf/metrics.conf
parent2e530b21009aac48d4861e099679b9c583297909 (diff)
downloadrspamd-390c8290d7747e2ab53a821e8077ab3fc80a706f.tar.gz
rspamd-390c8290d7747e2ab53a821e8077ab3fc80a706f.zip
Add negation for forged thunderbird MID in case of maillist.
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r--conf/metrics.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 75abf37ae..7c4839245 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -394,6 +394,11 @@ metric {
name = "FORGED_MUA_THUNDERBIRD_MSGID";
}
symbol {
+ weight = 0.0;
+ description = "Avoid false positives for FORGED_MUA_THUNDERBIRD_MSGID in maillist";
+ name = "FORGED_MUA_THUNDERBIRD_MSGID_MAILLIST";
+ }
+ symbol {
weight = 2.500000;
description = "Forged mail pretending to be from Mozilla Thunderbird but has forged Message-ID";
name = "FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN";