> From: Juri Haberland <[EMAIL PROTECTED]> > John Rudd wrote: > > On Tuesday, Feb 4, 2003, at 18:51 US/Pacific, Sam Varshavchik wrote: > > >>> when splitting up the mbox file into a maildir folder? is a tool for > >>> this included? > >> > >> Follow the link to the mbox2maildir script. > > > > Anything like that for MMDF? > > In what format are the mailboxes stored by MMDF? If it's the classical > unix mbox format, then there will be no problems with the existing scripts. >
Take the unix mbox, remove the "From " (From_) header, and at the start and end of every message put a line with four control-A's in it. So, you end up with files looking like this: ^A^A^A^A [headers] [blankline] [body] ^A^A^A^A ^A^A^A^A [headers] [blankline] [body] ^A^A^A^A ^A^A^A^A [headers] [blankline] [body] ^A^A^A^A only instead of having text carret-A's, those are actual control-A's (octal 001). That's an MMDF mailbox. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
