Ticket #714 (new defect)
Lines starting From aren't escaped saving from Maildir to mbox
| Reported by: | Phil Pennock <Phil.Pennock@…> | Owned by: | mutt-dev |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | mutt | Version: | 1.2.5i |
| Keywords: | Cc: |
Description (last modified by brendan) (diff)
Send a mail to an address which is saved into a Maildir folder; in the mail, include a line which starts "From". Start mutt on that folder. Read the message, save to a normal mbox folder. Look at the folder with a text-viewer, see that the line hasn't been escaped with a ">".
Mutt survives, thanks to the Content-Length: header. Mailers which don't understand that header get upset (as does Mutt if the header is deleted).
Since Mutt supports multiple mailbox formats, it needs to understand the body conversions necessary when moving between formats. I've just confirmed that ">From" isn't changed into "From" when saving _to_ Maildir format, but this is arguably more problematic.
Bug confirmed present in 1.3.19i.
