An "advanced search" form would basically have a bunch of fields like
"subject" and "date" and "from" then string them together into a query
syntax described below. Then redirect that query to the standard search URL.
Implementation would most likely be in PHP. Hard part isn't the programming,
it i
Yes, looks like there is a problem where we are displaying double search
results. We'll look at it this week and fix that right up.
MHonArc is all written in Perl. Lucene is built on Java, but we use it via
a Python wrapper. The Mail Archive's wrapping layers and sorting code is
written mostly