diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-06 10:05:27 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-06 10:05:27 +0100 |
commit | cfd7e090d7ea199b524e4ab7c25525081875147b (patch) | |
tree | f499d16024480b2f52c642e777811866dc723d63 /conf/composites.conf | |
parent | 836939f0cce79dbcd14338982dabc632dcc0928f (diff) | |
download | rspamd-cfd7e090d7ea199b524e4ab7c25525081875147b.tar.gz rspamd-cfd7e090d7ea199b524e4ab7c25525081875147b.zip |
Be more clever about forged MUA rules and maillist.
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 3166c57b5..0c8e0d4e8 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -9,12 +9,8 @@ composite { expression = "FORGED_SENDER & -MAILLIST"; } composite { - name = "FORGED_MUA_OUTLOOK_MAILLIST"; - expression = "FORGED_MUA_OUTLOOK and -MAILLIST"; -} -composite { - name = "FORGED_MUA_THUNDERBIRD_MSGID_MAILLIST"; - expression = "(FORGED_MUA_THUNDERBIRD_MSGID or FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN) and -MAILLIST"; + name = "FORGED_MUA_MAILLIST"; + expression = "g:mua and -MAILLIST"; } composite { name = "RBL_SPAMHAUS_XBL"; |