At 10:47 AM +0200 5/10/05, [EMAIL PROTECTED] wrote:
>Hi,
>Le mardi 10 Mai 2005 07:53, vous avez écrit :
>> I suspect that your mbox file is not in proper mbox format.
>
>Well, the messages are separated by a "\nFrom :"... Is there any other rule
>about the mbox format?

There can be, particularly if you are going from a system that adds magic
characters to the file.  You might need to translate end-of-line characters
and/or end-of-file characters.  You might also need to force certain header
fields into a particular canonical form, make sure that there are line breaks
at the end of each message, and make sure that there's a blank line between
header and body.

I moved a bunch of legacy mailboxes that were originally from 1992 SCO
Unix through 1995-2002 Eudora on Windows to Eudora on Mac OS X
and had to make several adjustments to get the Mac Eudora to accept them.
One of the changes was that the separating From headers needed to have
valid date and time stamps:

/*      From [EMAIL PROTECTED] Mon May 09 23:30:45 2005 */

Many of the older mail messages had a mock-up null date in that space,
causing the Mac's Eudora to barf.

Since mailboxes are just text files, you ought to be able to go in and look at
both the mailbox files that you're importing and the ones that Mailman
creates.  Make yours look like the ones that Mailman creates, and you
ought to be in business.

-- 
Heather Madrone <[EMAIL PROTECTED]>
The Home-Ed List:  http://www.madrone.com/Home-ed/helist.html

You can lead a child to learning, but you can't make her think.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to