summaryrefslogtreecommitdiffstats
path: root/conf/modules.d/surbl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/modules.d/surbl.conf')
-rw-r--r--conf/modules.d/surbl.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf
index 3a051719b..2d5711b0d 100644
--- a/conf/modules.d/surbl.conf
+++ b/conf/modules.d/surbl.conf
@@ -14,8 +14,14 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
surbl {
- whitelist = "file://$CONFDIR/surbl-whitelist.inc";
- exceptions = "file://$CONFDIR/2tld.inc";
+ whitelist = [
+ "${CONFDIR}/surbl-whitelist.inc",
+ "${DBDIR}/surbl-whitelist.inc.local"
+ ];
+ exceptions = [
+ "${CONFDIR}/2tld.inc",
+ "${DBDIR}/2tld.inc.local"
+ ];
rules {
"SURBL_MULTI" {