From e7ae7d393ab843f2b60a6cf5a5ab11d0d9152dbd Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 9 Mar 2017 10:45:15 +0200 Subject: [PATCH] [Minor] Fix non-conformant config file --- conf/modules.d/dmarc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.d/dmarc.conf b/conf/modules.d/dmarc.conf index 75d9342a9..2944a2dcb 100644 --- a/conf/modules.d/dmarc.conf +++ b/conf/modules.d/dmarc.conf @@ -15,6 +15,6 @@ dmarc { .include(try=true,priority=5) "${DBDIR}/dynamic/dmarc.conf" - .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/dmarc.conf" + .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/dmarc.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dmarc.conf" } -- 2.39.5