diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-03-09 10:45:15 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-03-09 10:45:15 +0200 |
commit | e7ae7d393ab843f2b60a6cf5a5ab11d0d9152dbd (patch) | |
tree | f38754f73c763c1e5abd1f889c2ca079b43cc844 /conf | |
parent | e0f78d9f32931f89488d7a6dff8b937408f6de5a (diff) | |
download | rspamd-e7ae7d393ab843f2b60a6cf5a5ab11d0d9152dbd.tar.gz rspamd-e7ae7d393ab843f2b60a6cf5a5ab11d0d9152dbd.zip |
[Minor] Fix non-conformant config file
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/dmarc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |