diff options
Diffstat (limited to 'conf/composites.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 6fc4a25bc..b964ff80f 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -16,3 +16,6 @@ composite { name = "RBL_SPAMHAUS_XBL_ANY"; expression = "(-RBL_SPAMHAUS_XBL | -RBL_SPAMHAUS_XBL1 | -RBL_SPAMHAUS_XBL2 | -RBL_SPAMHAUS_XBL3) & RECEIVED_SPAMHAUS_XBL"; } + +.include(try=true; priority=1) "$CONFDIR/local.d/composites.conf" +.include(try=true; priority=10) "$CONFDIR/override.d/composites.conf"
\ No newline at end of file |