]> Sergey Matveev's repositories - public-inbox.git/commit
lei_input: drop "From " line on single "eml" (message/rfc822)
authorEric Wong <e@80x24.org>
Mon, 22 Mar 2021 07:54:01 +0000 (07:54 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Mar 2021 00:07:14 +0000 (00:07 +0000)
commitbbf3bbfe8e45fb79e2b848966aac5792268b3d8f
treebbf5fb59241358b996aa7ca970cf182c1c9fad0f
parent60e5bddd086a8a90d5eaff32bc5c2026fc784ca0
lei_input: drop "From " line on single "eml" (message/rfc822)

This matches the long-standing behavior of public-inbox-mda,
public-inbox-learn and our other tools.  It is useful because
mutt, "git format-patch", and likely other tools will
pipe a single message with a "From " header line, but with
no further "From " escaping or Content-Length: header.
lib/PublicInbox/LeiInput.pm
t/lei-import.t