From e5bb9795dfe0a6816223de9bcd7836d453f3285c Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Sat, 1 Feb 2014 18:50:38 +0400 Subject: [PATCH] Allow override system predefined settings without touching .conf files from distribution. --- conf/rspamd.conf | 3 +++ 1 file changed, 3 insertions(+) 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/" } -- 2.39.5