From 93280fea38fe311792758ac25aff1dce1e43e884 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 6 Jul 2002 00:50:27 +0000 Subject: Added Thesaurus --- Echolot/Config.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Echolot/Config.pm') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 63facde..0316afd 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.11 2002/07/03 00:28:22 weasel Exp $ +# $Id: Config.pm,v 1.12 2002/07/06 00:50:27 weasel Exp $ # =pod @@ -38,6 +38,8 @@ sub init($) { ping_new => 1, show_new => 1, + thesaurus => 1, + processmail => 60, # process incomng mail every minute pinger_interval => 5*60, # send out pings every 5 minutes ping_every_nth_time => 48, # send out pings to the same remailer every 48 calls, i.e. every 4 hours @@ -45,8 +47,11 @@ sub init($) { commitprospectives => 8*60*60, # commit prospective addresses every 8 hours expire => 24*60*60, # daily getkeyconf => 24*60*60, # daily + build_thesaurus => 60*60, # hourly resultdir => 'results', + thesaurusdir => 'results/thesaurus', + thesaurusindexfile => 'results/thesaurus/index.html', private_resultdir => 'results.private', gnupghome => 'gnupg', tmpdir => 'tmp', -- cgit v1.2.3