aboutsummaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-09 17:33:30 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-09 17:33:30 +0000
commit9a037c9aad08e0ecc7232b1879d5d80a34e55dba (patch)
tree9c156f713848ac94c855345712920f1bc999e92e /conf/options.inc
parent0e0491025bc0ddd4f9e907162b59d3f5fed847d0 (diff)
downloadrspamd-9a037c9aad08e0ecc7232b1879d5d80a34e55dba.tar.gz
rspamd-9a037c9aad08e0ecc7232b1879d5d80a34e55dba.zip
[Conf] Allow to edit all local maps from WebUI by default
Diffstat (limited to 'conf/options.inc')
-rw-r--r--conf/options.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc
index 41a1c6ecb..b3d14654c 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -14,7 +14,8 @@ dns {
retransmits = 5;
}
tempdir = "/tmp";
-url_tld = "${PLUGINSDIR}/effective_tld_names.dat";
+url_tld = ["${PLUGINSDIR}/effective_tld_names.dat",
+ "${DBDIR}/effective_tld_names.dat.local"];
classify_headers = [
"User-Agent",
"X-Mailer",