diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-03-17 17:09:29 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-17 19:01:06 +0200 |
commit | e8ea38a1e52c5c493351c97972cafdb1f95c40f3 (patch) | |
tree | a49c2f102eeca274a0690da273d5645aa671e3be /conf/common.conf | |
parent | 32d4602a8a122444681ba39f797a3e6c1b03e369 (diff) | |
download | rspamd-e8ea38a1e52c5c493351c97972cafdb1f95c40f3.tar.gz rspamd-e8ea38a1e52c5c493351c97972cafdb1f95c40f3.zip |
Try include rspamd.conf.local.override with high priority
Diffstat (limited to 'conf/common.conf')
-rw-r--r-- | conf/common.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/common.conf b/conf/common.conf index d00a42679..7155eddfc 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -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/" |