From: Vsevolod Stakhov Date: Tue, 10 Jan 2017 11:10:27 +0000 (+0000) Subject: [Minor] Url tld file is not a map X-Git-Tag: 1.5.0~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cefcad9e167d73bf140f9c45cbb4b01a8f6a601f;p=thirdparty%2Frspamd.git [Minor] Url tld file is not a map --- 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",