summaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-05 13:49:19 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-09-05 13:49:19 +0100
commitdabc471756e44345a1ebe77825917002b576543f (patch)
tree505901d809d8c09d8bf2730737531745eec1600c /conf/composites.conf
parentdddcecd51de8dbf662d6a065d4d4c7133d8f1d02 (diff)
downloadrspamd-dabc471756e44345a1ebe77825917002b576543f.tar.gz
rspamd-dabc471756e44345a1ebe77825917002b576543f.zip
Add FORGED_SENDER_MAILLIST composite.
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index a8fe1ae4a..abb43f502 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -5,6 +5,10 @@ composite {
expression = "FORGED_RECIPIENTS & -MAILLIST";
}
composite {
+ name = "FORGED_SENDER_MAILLIST";
+ expression = "FORGED_SENDER & -MAILLIST";
+}
+composite {
name = "FORGED_MUA_OUTLOOK_MAILLIST";
expression = "FORGED_MUA_OUTLOOK and MAILLIST";
}