diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-10 19:03:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-10 19:03:51 +0000 |
commit | 71a370bd1a4abb9e2acf5173146629733d7bdf15 (patch) | |
tree | 7732f7bfb179a2ae5c26e2530a9c2a61cfbf8273 /conf/modules.d/phishing.conf | |
parent | 091633c9af89efaf1d93944b90f931b119af2462 (diff) | |
download | rspamd-71a370bd1a4abb9e2acf5173146629733d7bdf15.tar.gz rspamd-71a370bd1a4abb9e2acf5173146629733d7bdf15.zip |
[Feature] Rework includes system in the configuration
Diffstat (limited to 'conf/modules.d/phishing.conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index 810a0f1b7..e48b13407 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -1,4 +1,6 @@ phishing { - .include(try=true,priority=1) "${DBDIR}/dynamic/phishing.conf" + .include(try=true,priority=5) "${DBDIR}/dynamic/phishing.conf" + .include(try=true,priority=1) "$LOCAL_CONFDIR/local.d/phishing.conf" + .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/phishing.conf" symbol = "PHISHING"; -}
\ No newline at end of file +} |