From 493a5daa45612649bb3dda3d81a4a1d67d1be472 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 8 Sep 2021 18:25:40 +0200 Subject: [PATCH] use warning level --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 9c57b4b5..310cd36f 100644 --- a/email_handler.py +++ b/email_handler.py @@ -1704,7 +1704,7 @@ def handle(envelope: Envelope) -> str: contact = Contact.get_by(reply_email=mail_from) if contact: - LOG.e( + LOG.w( "email can't be sent from a reverse-alias:%s, contact email:%s, %s, %s", contact.reply_email, contact.website_email,