use warning level for icloud bounce handling

This commit is contained in:
Son NK 2021-06-04 15:23:48 +02:00
parent 10414a6b96
commit d53796c8d9
1 changed files with 1 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ def handle(envelope: Envelope) -> str:
email_log_id = parse_id_from_bounce(mail_from)
email_log = EmailLog.get(email_log_id)
alias = Alias.get_by(email=rcpt_tos[0])
LOG.e(
LOG.w(
"iCloud bounces %s %s msg=%s",
email_log,
alias,