mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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.)
This commit is contained in:
parent
2848fe9e58
commit
02669a35bc
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ A less-strict version of \class{UnixMailbox}, which considers only the
|
|||
``\var{name} \var{time}'' portion of the From line is ignored, to
|
||||
protect against some variations that are observed in practice. This
|
||||
works since lines in the message which begin with \code{'From '} are
|
||||
quoted by mail handling software well before delivery.
|
||||
quoted by mail handling software at delivery-time.
|
||||
\end{classdesc}
|
||||
|
||||
\begin{classdesc}{MmdfMailbox}{fp\optional{, factory}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue