]> git.ipfire.org Git - people/ms/dma.git/commit - local.c
deliver_local: quote "From " more liberally
authorSimon Schubert <2@0x2c.org>
Wed, 7 Dec 2011 11:39:46 +0000 (12:39 +0100)
committerSimon Schubert <2@0x2c.org>
Wed, 7 Dec 2011 11:39:46 +0000 (12:39 +0100)
commitfedbe7114e3ea26e2a46f4e001879d429018c1f0
tree6e1330f4369f232316106cbf0f580e9fa6996ada
parentf041a773f09512b2fe065cc2bac274cd872afdf2
deliver_local: quote "From " more liberally

It seems that when scanning for mails in mbox files, most MUAs just
look for lines beginning with "From ", and not only for "From " lines
after an empty line.  Therefore quote "From " more liberally, and also
implement the mboxro format by quoting />*From / lines that have been
quoted before.

Reported-by: Pierre Frenkiel <pierre.frenkiel@gmail.com>
dma.h
local.c
test/quote.rfc2822 [new file with mode: 0644]