Issue tracker housecleaning: SVN-1804
From: Nathan Hartman <hartman.nathan_at_gmail.com>
Date: Sun, 20 Oct 2019 00:46:25 -0400
From the "Closing Old Issues" department:
SVN-1804: "mailer.py doesn't catch SMTPRecipientsRefused in finish()"
From my reading of this issue, the impact is that any mail delivery
Looking at mailer.py in trunk_at_HEAD, SMTPOutput.finish() doesn't handle
SMTP.login may raise:
SMTP.sendmail may raise:
Any of these exceptions cause the same impact. The same is probably
So we have a choice to make:
Either:
Option 1: Handle (and ignore) exceptions in SMTPOutput.finish() to let
Option 2: Just close the issue. No comments on this issue in 15 years.
Thoughts?
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.