commit | 6ed122a334c111bbeb0f8016fe5f9b14cd44aac9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 21 16:19:16 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 21 16:19:16 1999 +0000 |
tree | 99f2fda45189e38d26ea849d2260f22bbdb31f40 | |
parent | eda80eae3638a95cf6012c22e512aee9dbb72d28 [diff] [blame] |
Important fix mentioned by The Dragon De Monsyne: the sendmail() method does _not_ disconnect the connection when it throws a SMTPHeloError!
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 @@ \item \exception{SMTPHeloError} The server didn't reply properly to -the helo greeting. The connection has -been closed. +the helo greeting. \item \exception{SMTPSenderRefused}