-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expiration-mailer: don't re-attempt bad addresses (#6246)
When expiration-mailer attempts to send nag emails, and the result is a "Bad Address" error, mark the certificates in question as having had their last expiration nag sent, so we don't keep retrying them every time expiration-mailer runs. To facilitate this, factor out more of the code which performs the database updates into a more robust helper function, and optimize it to perform all of the updates at once. Fixes #6185
- Loading branch information
1 parent
f5f6f37
commit cf795ae
Showing
2 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters