From 723d8715504440a66ac1dd4eb40ab92046575acd Mon Sep 17 00:00:00 2001 From: Son Date: Thu, 6 Jan 2022 19:23:13 +0100 Subject: [PATCH] add more info to "cannot handle email sent to reply VERP" log --- email_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 7d453c7e..c8395a03 100644 --- a/email_handler.py +++ b/email_handler.py @@ -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