diff options
Diffstat (limited to 'conf/modules.d/surbl.conf')
-rw-r--r-- | conf/modules.d/surbl.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index e0e60baa9..02acae95e 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -16,11 +16,13 @@ surbl { whitelist = [ "https://maps.rspamd.com/rspamd/surbl-whitelist.inc.zst", - "${DBDIR}/surbl-whitelist.inc.local" + "${DBDIR}/surbl-whitelist.inc.local", + "fallback+file://${CONFDIR}/surbl-whitelist.inc" ]; exceptions = [ "https://maps.rspamd.com/rspamd/2tld.inc.zst", - "${DBDIR}/2tld.inc.local" + "${DBDIR}/2tld.inc.local", + "fallback+file://${CONFDIR}/2tld.inc" ]; rules { |