/[mws]/trunk/swish.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/swish.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (show annotations)
Thu May 6 23:06:08 2004 UTC (19 years, 11 months ago) by dpavlin
File size: 574 byte(s)
first "all-clickable-things-are-working" version (0.1)

- primitive folder close/open hack after 100 accesses to keep memory
  usage down (primary in httpd.pl)
- correctly decode Subject/From/To lines
- indexing script is now mbox2index.pl


1 # swish-e config file
2
3 IndexDir /data/mws/mbox2index.pl
4 SwishProgParameters /data/mws/global.conf
5
6 # input file definition
7 DefaultContents XML2
8
9 # indexed metatags
10 MetaNames xml swishdocpath
11
12 # stored metatags
13 PropertyNames from_phrase from_address
14 PropertyNames to_phrase to_address
15 PropertyNames cc_phrase cc_address
16 PropertyNames subject body
17 #PropertyNamesDate date
18 PropertyNamesNumeric date_utime
19 PropertyNames date
20
21 #XMLClassAttributes type
22 UndefinedMetaTags auto
23 UndefinedXMLAttributes auto
24
25 IndexFile /data/mws/index/swish-e
26
27 # debug
28 ParserWarnLevel 3
29 IndexReport 2

  ViewVC Help
Powered by ViewVC 1.1.26