aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.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/composites.conf
parent2e530b21009aac48d4861e099679b9c583297909 (diff)
downloadrspamd-390c8290d7747e2ab53a821e8077ab3fc80a706f.tar.gz
rspamd-390c8290d7747e2ab53a821e8077ab3fc80a706f.zip
Add negation for forged thunderbird MID in case of maillist.
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 35c23c375..1a0dacb68 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -10,7 +10,11 @@ composite {
}
composite {
name = "FORGED_MUA_OUTLOOK_MAILLIST";
- expression = "FORGED_MUA_OUTLOOK and MAILLIST";
+ expression = "FORGED_MUA_OUTLOOK and -MAILLIST";
+}
+composite {
+ name = "FORGED_MUA_THUNDERBIRD_MSGID_MAILLIST";
+ expression = "(FORGED_MUA_THUNDERBIRD_MSGID orFORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN) and -MAILLIST";
}
composite {
name = "RBL_SPAMHAUS_XBL";