From b7b4c07cd35885c96ceb12edf8ff70d220a19948 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Wed, 2 Sep 2020 10:20:04 +0200 Subject: [PATCH] use warning level for SMTPRecipientsRefused error --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 0afe6bc7..ec824544 100644 --- a/email_handler.py +++ b/email_handler.py @@ -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,