I have a LISTSERV archive file I need to treat as a mailbox file. When I use
it as such & point a mail reader at it, the reader sees it as having one big
message in it - so, I need to break-down the file into it's individual
messages. I've tried doing this with formail (cat archivefile | formail +1
-ds >newfile) but this didn't work, as I don't think the archive file is in
SMTP-compliant format (the Listserv software strips-off header info when
archiving messages). Anyone ever done this before?
Brian Rankin