You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPR response email ingester connected to the ingest_email api view exits cleanly whether or not it actually accepted the email. It should instead raise an EmailIngestionError() (i.e., with email_body=None, the default) if it did not accept the message. This will cause it to indicate a bad_msg failure but not send an alert mail to the admins.
In the meantime, any mail sent to the IPR response address will appear to be accepted, even if it was dropped. This is not ideal, but the rate of non-SPAM sent to that address is low enough that it's not an emergency.
Describe the issue
The IPR response email ingester connected to the
ingest_email
api view exits cleanly whether or not it actually accepted the email. It should instead raise anEmailIngestionError()
(i.e., withemail_body=None
, the default) if it did not accept the message. This will cause it to indicate abad_msg
failure but not send an alert mail to the admins.In the meantime, any mail sent to the IPR response address will appear to be accepted, even if it was dropped. This is not ideal, but the rate of non-SPAM sent to that address is low enough that it's not an emergency.
Code of Conduct
The text was updated successfully, but these errors were encountered: