]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix non-conformant config file 1504/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 9 Mar 2017 08:45:15 +0000 (10:45 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 9 Mar 2017 08:45:15 +0000 (10:45 +0200)
conf/modules.d/dmarc.conf

index 75d9342a90eb2b607e307b00c5761f0bff130565..2944a2dcbd7d326a9afd8c17166c506c4bb65fd8 100644 (file)
@@ -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"
 }