From: Vsevolod Stakhov Date: Sat, 16 Jan 2016 21:26:51 +0000 (+0000) Subject: Also try rspamd.conf.override X-Git-Tag: 1.1.0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31c615f03ba2870d0eb0d4542aa0b9ceec360c84;p=thirdparty%2Frspamd.git Also try rspamd.conf.override --- diff --git a/conf/common.conf b/conf/common.conf index 94e5eb4818..50accb406a 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -12,6 +12,7 @@ lua = "$RULESDIR/rspamd.lua" # User local settings .include(try=true) "$CONFDIR/rspamd.conf.local" .include(try=true,priority=10) "$CONFDIR/rspamd.conf.local.override" +.include(try=true,priority=10) "$CONFDIR/rspamd.conf.override" modules { path = "$PLUGINSDIR/lua/"