diff options
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index bfa0b1b47..b3372a997 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -23,6 +23,14 @@ composite { expression = "FORGED_SENDER & -MAILLIST"; } composite { + name = "FORGED_SENDER_FORWARDING"; + expression = "FORGED_SENDER & g:forwarding"; +} +composite { + name = "FORGED_SENDER_VERP_SRS"; + expression = "FORGED_SENDER & (ENVFROM_PRVS | ENVFROM_VERP)"; +} +composite { name = "FORGED_MUA_MAILLIST"; expression = "g:mua and -MAILLIST"; } @@ -32,4 +40,4 @@ composite { } .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/composites.conf" -.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"
\ No newline at end of file +.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf" |