From b0023981af0fed83e87e97a24e0522e7907163c0 Mon Sep 17 00:00:00 2001 From: Son Date: Fri, 25 Mar 2022 18:28:31 +0100 Subject: [PATCH] change log --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 4f2fdb21..6c816b89 100644 --- a/email_handler.py +++ b/email_handler.py @@ -596,7 +596,7 @@ def apply_dmarc_policy( # todo: remove when soft_fail email is put into quarantine elif dmarc_result == DmarcCheckResult.soft_fail: LOG.w( - f"might put email from {contact} to {alias} to quarantine. {dmarc_result}, " + f"dmarc soft_fail from {contact} to {alias}." f"mail_from:{envelope.mail_from}, from_header: {msg[headers.FROM]}" )