]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Important fix mentioned by The Dragon De Monsyne: the sendmail()
authorGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 16:19:16 +0000 (16:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 16:19:16 +0000 (16:19 +0000)
method does _not_ disconnect the connection when it throws a
SMTPHeloError!

Doc/lib/libsmtplib.tex

index 2699cc7318ea68f6d887ad0a29594189d41dcc15..d7f0147277e5d73244cc47c243f966fa45aaf9a3 100644 (file)
@@ -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}