From c83bea665060a0cdce58f91232e3ec9f32f8529b Mon Sep 17 00:00:00 2001 From: Son Date: Sat, 2 Apr 2022 17:11:42 +0700 Subject: [PATCH] improve wording --- email_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/email_handler.py b/email_handler.py index ddba3e4b..6745ddb2 100644 --- a/email_handler.py +++ b/email_handler.py @@ -723,10 +723,10 @@ def handle_forward(envelope, msg: Message, rcpt_to: str) -> List[Tuple[bool, str except DmarcSoftFail: msg = add_header( msg, - f"""This email failed anti-phishing checks when it’s received by SimpleLogin, be careful with its content.""", + f"""This email failed anti-phishing checks when it was received by SimpleLogin, be careful with its content.""", f"""

- This email failed anti-phishing checks when it’s received by SimpleLogin, be careful with its content. + This email failed anti-phishing checks when it was received by SimpleLogin, be careful with its content.

""", )