aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-22 11:07:09 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-08-22 11:07:09 +0200
commite158dc398c4b02b3fe5422a91634f867048076b9 (patch)
treeac43b8f502d53f178359203a8099d8b7779bca11 /conf/composites.conf
parent8fd14857aae0da9d659fe1bf3afe7a6e368ec8a1 (diff)
downloadrspamd-e158dc398c4b02b3fe5422a91634f867048076b9.tar.gz
rspamd-e158dc398c4b02b3fe5422a91634f867048076b9.zip
[Minor] Composite: Remove FORGED_RECIPIENTS if it's forwarding
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 6c18d7622..5ed69df39 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -26,6 +26,9 @@ composite "FORGED_SENDER_FORWARDING" {
composite "SPF_FAIL_FORWARDING" {
expression = "g:forwarding & (R_SPF_SOFTFAIL | R_SPF_FAIL)";
}
+composite "FORGED_RECIPIENTS_FORWARDING" {
+ expression = "FORGED_RECIPIENTS & g:forwarding";
+}
composite "FORGED_SENDER_VERP_SRS" {
expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)";
}