add more info to "cannot handle email sent to reply VERP" log

This commit is contained in:
Son 2022-01-06 19:23:13 +01:00
parent b306abb689
commit 723d871550
1 changed files with 2 additions and 1 deletions

View File

@ -2178,10 +2178,11 @@ def handle(envelope: Envelope) -> str:
else:
LOG.e(
"cannot handle email sent to reply VERP, %s -> %s (%s) saved at %s",
"cannot handle email sent to reply VERP, %s -> %s (%s, %s) saved at %s",
email_log.alias,
email_log.contact,
email_log,
email_log.user,
save_email_for_debugging(msg),
)
return status.E410