diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/composites.conf | 3 |
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)"; } |