From cefcad9e167d73bf140f9c45cbb4b01a8f6a601f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 10 Jan 2017 11:10:27 +0000 Subject: [PATCH] [Minor] Url tld file is not a map --- conf/options.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/options.inc b/conf/options.inc index b3d14654c7..41a1c6ecb8 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", -- 2.47.3