diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-06 16:02:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-06 16:02:51 +0100 |
commit | ca78852de1b151de6f92fa35d89049072753f9e6 (patch) | |
tree | 50a494e511b6eb4823cd7e1e6bd3623705449c52 /conf/options.inc | |
parent | 4b6654ca102cdfd18a9b0c81cd466b51e5a3bf8d (diff) | |
download | rspamd-ca78852de1b151de6f92fa35d89049072753f9e6.tar.gz rspamd-ca78852de1b151de6f92fa35d89049072753f9e6.zip |
Use publicsuffix list for url search (too slow now).
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index 85a69dca1..99921eba2 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -14,3 +14,4 @@ dns { retransmits = 5; } tempdir = "/tmp"; +url_tld = "${PLUGINSDIR}/effective_tld_names.dat";
\ No newline at end of file |