This commit is contained in:
Son NK 2021-06-23 19:57:21 +02:00
parent e8cee6de80
commit 6d67c02311
1 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,7 @@ class MailHandler:
ret = self._handle(envelope)
return ret
except Exception:
LOG.exception(
LOG.e(
"email handling fail %s -> %s",
envelope.mail_from,
envelope.rcpt_tos,