mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +08:00
use warning level for SMTPRecipientsRefused error
This commit is contained in:
parent
c03bb70755
commit
b7b4c07cd3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue