improve wording

This commit is contained in:
Son 2022-04-02 17:11:42 +07:00
parent 358d777b9e
commit c83bea6650
1 changed files with 2 additions and 2 deletions

View File

@ -723,10 +723,10 @@ def handle_forward(envelope, msg: Message, rcpt_to: str) -> List[Tuple[bool, str
except DmarcSoftFail: except DmarcSoftFail:
msg = add_header( msg = add_header(
msg, msg,
f"""This email failed anti-phishing checks when its 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""" f"""
<p style="color:red"> <p style="color:red">
This email failed anti-phishing checks when its 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.
</p> </p>
""", """,
) )