diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-05 13:49:19 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-05 13:49:19 +0100 |
commit | dabc471756e44345a1ebe77825917002b576543f (patch) | |
tree | 505901d809d8c09d8bf2730737531745eec1600c /conf/composites.conf | |
parent | dddcecd51de8dbf662d6a065d4d4c7133d8f1d02 (diff) | |
download | rspamd-dabc471756e44345a1ebe77825917002b576543f.tar.gz rspamd-dabc471756e44345a1ebe77825917002b576543f.zip |
Add FORGED_SENDER_MAILLIST composite.
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 4 |
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"; } |