diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-10 11:10:27 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-10 11:10:27 +0000 |
commit | cefcad9e167d73bf140f9c45cbb4b01a8f6a601f (patch) | |
tree | efe38bb905696b78f100516464c7bde2ac42f667 /conf/options.inc | |
parent | 6ee76aec73cfbfacd38f360d4f1e7b46970c5189 (diff) | |
download | rspamd-cefcad9e167d73bf140f9c45cbb4b01a8f6a601f.tar.gz rspamd-cefcad9e167d73bf140f9c45cbb4b01a8f6a601f.zip |
[Minor] Url tld file is not a map
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/options.inc b/conf/options.inc index b3d14654c..41a1c6ecb 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -14,8 +14,7 @@ dns { retransmits = 5; } tempdir = "/tmp"; -url_tld = ["${PLUGINSDIR}/effective_tld_names.dat", - "${DBDIR}/effective_tld_names.dat.local"]; +url_tld = "${PLUGINSDIR}/effective_tld_names.dat"; classify_headers = [ "User-Agent", "X-Mailer", |