Date: Mon, 1 Oct 2001 13:42:56 +0100 (BST) From: Jan Grant <Jan.Grant@bristol.ac.uk> To: Mike Meyer <mwm@mired.org> Cc: Cliff Sarginson <cliff@raggedclown.net>, "Gary W. Swearingen" <swear@blarg.net>, Brian <bri@sonicboom.org>, questions <questions@freebsd.org> Subject: Re: Looking for Mr good mail archiver port...[OT ?] Message-ID: <Pine.GSO.4.31.0110011337340.20841-100000@mail.ilrt.bris.ac.uk> In-Reply-To: <15284.49504.73445.529806@guru.mired.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Sep 2001, Mike Meyer wrote: > The WAIS implementations in the ports blow up if you give them to much > data. This may not be a problem if you're going to keep separate > indices for each list. Since WAIS lets you search multiple databases > with a single query, this shouldn't be a serious problem. > > I haven't really looked at zebra-server yet. I have. If you're going to run a Z39.50 server, I'd look at Cheshire iover the ID offering. jan (now using cheshire instead of zebra, btw) > > Cliff Sarginson <cliff@raggedclown.net> types: > > Thanks for the replies. > > I experimented with "grepmail" which has a neat front-end > > someone wrote for use with mutt. > > It is very good. > > I plan to see how fast it can handle huge compressed > > mailboxes in the next day or so.. > > Once WAIS started blowing on my personal folder, I found that standard > Unix tools work fairly well. I sort the mail out into directories by > month, one message per file. So doing things like "look for a message > in june or july about SCSI disks" turns into: > > find 2001-0[67] -type f | xargs grep -i "^subject:.*scsi" > > Adding the qualifier "From joe" turns it into: > > find 2001-0[67] -type f | xargs grep -il "^from:.*joe" | > xargs grep -i "^subject:.*scsi" > > Reading the messages instead of looking at the list of names/subjects is: > > find 2001-0[67] -type f | xargs grep -il "^from:.*joe" | > xargs grep -il "^subject:.*scsi" | more > > I'm a CLI kind of guy, so the above doesn't bother me much. Doing a Tk > or web front end for this should be pretty simple. > > <mike > -- > Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ > Q: How do you make the gods laugh? A: Tell them your plans. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk "Sufficiently large"="infinite" for sufficiently large values of "sufficiently" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.31.0110011337340.20841-100000>