diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 13:37:05 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 15:00:02 +0000 |
commit | 36e960ed741e3b908469e194c8cff1d3dc666220 (patch) | |
tree | 4c8c85f8de227fce52abb5198a68b72930559891 /conf/options.inc | |
parent | 263ae1f2809372170751719c5288fffae6993375 (diff) | |
download | rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.tar.gz rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.zip |
[Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedir
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc index f8abaa875..51fd7b2dc 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -17,7 +17,7 @@ dns { retransmits = 5; } tempdir = "/tmp"; -url_tld = "${PLUGINSDIR}/effective_tld_names.dat"; +url_tld = "${SHAREDIR}/effective_tld_names.dat"; classify_headers = [ "User-Agent", "X-Mailer", |