mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 05:00:46 -05:00
If SES raised an `InvalidParameterValue` error (because an email address was wrong) we were logging an exception and setting the email status to `technical-failure`. We now set it to `permanent-failure` instead and change the log level to `info` - setting it to `permanent-failure` means that people will know not to retry the message.