use exception log for the case where mailbox is an alias

This commit is contained in:
Son NK 2020-11-24 16:38:49 +01:00
parent 54942cdf65
commit fb465ba03e
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ def forward_email_to_mailbox(
# sanity check: make sure mailbox is not actually an alias
if get_email_domain_part(alias.email) == get_email_domain_part(mailbox.email):
LOG.warning(
LOG.exception(
"Mailbox has the same domain as alias. %s -> %s -> %s",
contact,
alias,