diff options
author | Guido van Rossum <guido@python.org> | 1999-04-21 16:19:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-21 16:19:16 (GMT) |
commit | 6ed122a334c111bbeb0f8016fe5f9b14cd44aac9 (patch) | |
tree | 99f2fda45189e38d26ea849d2260f22bbdb31f40 /Doc/lib/libsmtplib.tex | |
parent | eda80eae3638a95cf6012c22e512aee9dbb72d28 (diff) | |
download | cpython-6ed122a334c111bbeb0f8016fe5f9b14cd44aac9.zip cpython-6ed122a334c111bbeb0f8016fe5f9b14cd44aac9.tar.gz cpython-6ed122a334c111bbeb0f8016fe5f9b14cd44aac9.tar.bz2 |
Important fix mentioned by The Dragon De Monsyne: the sendmail()
method does _not_ disconnect the connection when it throws a
SMTPHeloError!
Diffstat (limited to 'Doc/lib/libsmtplib.tex')
-rw-r--r-- | Doc/lib/libsmtplib.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 2699cc7..d7f0147 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -144,8 +144,7 @@ when at least one recipient was accepted). \item \exception{SMTPHeloError} The server didn't reply properly to -the helo greeting. The connection has -been closed. +the helo greeting. \item \exception{SMTPSenderRefused} |