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.7.0~428^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fd753345b527bf29f0dc4e584df04eb7de69ba;p=thirdparty%2Frspamd.git Allow override system predefined settings without touching .conf files from distribution. --- diff --git a/conf/rspamd.conf b/conf/rspamd.conf index 0ee49e5535..6345fb6f88 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/" }