From: Andrej Zverev Date: Sat, 1 Feb 2014 14:50:38 +0000 (+0400) Subject: Allow override system predefined settings without touching .conf files X-Git-Tag: 0.6.8~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e5bb9795dfe0a6816223de9bcd7836d453f3285c;p=rspamd.git Allow override system predefined settings without touching .conf files from distribution. --- diff --git a/conf/rspamd.conf b/conf/rspamd.conf index 0ee49e553..6345fb6f8 100644 --- a/conf/rspamd.conf +++ b/conf/rspamd.conf @@ -12,6 +12,9 @@ lua = "$CONFDIR/lua/rspamd.lua" .include "$CONFDIR/modules.conf" +# User local settings +.try_include "$CONFDIR/rspamd.conf.local + modules { path = "$PLUGINSDIR/lua/" }