Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02669a3

Browse files
committed
Tweak description of PortableUnixMailbox: "From " lines are actually
quoted (or mangled) *at* delivery-time, not "well before" it. (At least that's how Exim and qmail work.)
1 parent 2848fe9 commit 02669a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libmailbox.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ \section{\module{mailbox} ---
4545
``\var{name} \var{time}'' portion of the From line is ignored, to
4646
protect against some variations that are observed in practice. This
4747
works since lines in the message which begin with \code{'From '} are
48-
quoted by mail handling software well before delivery.
48+
quoted by mail handling software at delivery-time.
4949
\end{classdesc}
5050

5151
\begin{classdesc}{MmdfMailbox}{fp\optional{, factory}}

0 commit comments

Comments
 (0)