This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author peter.wurmsdobler
Recipients peter.wurmsdobler
Date 2021-11-23.18:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637691482.36.0.788226953049.issue45882@roundup.psfhosted.org>
In-reply-to
Content
When using mailbox to convert mbox files to maildir, I have noticed that it cannot handle messages in the mbox file that start with two subsequent `From` lines in the header like:

```
From - Fri Feb 20 09:46:18 1998
>From namel@company.com Wed Feb 18 18:38:38 1998
```

A new maildir message will be created, but none of fields following the two header lines such as `Date` etc. will be parsed; the result is a message with header and body inside the message.
History
Date User Action Args
2021-11-23 18:18:02peter.wurmsdoblersetrecipients: + peter.wurmsdobler
2021-11-23 18:18:02peter.wurmsdoblersetmessageid: <1637691482.36.0.788226953049.issue45882@roundup.psfhosted.org>
2021-11-23 18:18:02peter.wurmsdoblerlinkissue45882 messages
2021-11-23 18:18:02peter.wurmsdoblercreate