use warning level for SMTPRecipientsRefused error

This commit is contained in:
Son NK 2020-09-02 10:20:04 +02:00
parent c03bb70755
commit b7b4c07cd3

View file

@ -643,7 +643,7 @@ async def forward_email_to_mailbox(
)
except SMTPRecipientsRefused:
# that means the mailbox is maybe invalid
LOG.exception(
LOG.warning(
"SMTPRecipientsRefused forward phase %s -> %s -> %s",
contact,
alias,