diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-18 14:26:25 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-18 14:26:25 +0100 |
commit | 4a5f7b6caecf1cc1f1911018610953e68733e139 (patch) | |
tree | b50df9d4b6e40d7a1da8dad3f9e2f0f145ed5625 /conf/modules.d/phishing.conf | |
parent | 41dbaa134df0ebd36d8b286dbcb2b8fc673e8e64 (diff) | |
download | rspamd-4a5f7b6caecf1cc1f1911018610953e68733e139.tar.gz rspamd-4a5f7b6caecf1cc1f1911018610953e68733e139.zip |
[Conf] Add fallback maps
Diffstat (limited to 'conf/modules.d/phishing.conf')
-rw-r--r-- | conf/modules.d/phishing.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index 2ad2ce8f4..dd77832a8 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -26,7 +26,8 @@ phishing { # Make exclusions for known redirectors redirector_domains = [ "https://maps.rspamd.com/rspamd/redirectors.inc.zst:REDIRECTOR_FALSE", - "$LOCAL_CONFDIR/local.d/redirectors.inc:LOCAL_REDIRECTOR_FALSE" + "$LOCAL_CONFDIR/local.d/redirectors.inc:LOCAL_REDIRECTOR_FALSE", + "fallback+file://${CONFDIR}/redirectors.inc:REDIRECTOR_FALSE" ]; .include(try=true,priority=5) "${DBDIR}/dynamic/phishing.conf" |