]> source.dussan.org Git - rspamd.git/commitdiff
Try include rspamd.conf.local.override with high priority
authorAndrew Lewis <nerf@judo.za.org>
Tue, 17 Mar 2015 15:09:29 +0000 (17:09 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 17 Mar 2015 17:01:06 +0000 (19:01 +0200)
conf/common.conf

index d00a42679255b3e901821291a27a844c0cca0bd1..7155eddfc84ec50e8668a05db704a673b60514cf 100644 (file)
@@ -10,7 +10,8 @@ lua = "$CONFDIR/lua/rspamd.lua"
 .include "$CONFDIR/modules.conf"
 
 # User local settings
-.try_include "$CONFDIR/rspamd.conf.local"
+.include(try=true) "$CONFDIR/rspamd.conf.local"
+.include(try=true,priority=10) "$CONFDIR/rspamd.conf.local.override"
 
 modules {
        path = "$PLUGINSDIR/lua/"