mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +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:
|
except DmarcSoftFail:
|
||||||
msg = add_header(
|
msg = add_header(
|
||||||
msg,
|
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"""
|
f"""
|
||||||
<p style="color:red">
|
<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>
|
</p>
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue