Important fix mentioned by The Dragon De Monsyne: the sendmail()

method does _not_ disconnect the connection when it throws a
SMTPHeloError!
This commit is contained in:
Guido van Rossum 1999-04-21 16:19:16 +00:00
parent eda80eae36
commit 6ed122a334

View 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}