mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
improve wording
This commit is contained in:
parent
358d777b9e
commit
c83bea6650
1 changed files with 2 additions and 2 deletions
|
@ -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"""
|
||||
<p style="color:red">
|
||||
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.
|
||||
</p>
|
||||
""",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue