2022-03-25 17:25:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2022-09-27 09:43:58 +02:00
|
|
|
An email from {{ from_header }} to {{ alias.email }} is put into Quarantine as it fails anti-phishing check.
|
2022-04-14 09:28:26 +02:00
|
|
|
|
2022-03-25 17:25:35 +01:00
|
|
|
|
2022-09-27 09:43:58 +02:00
|
|
|
You can view the email at {{ refused_email_url }}.
|
|
|
|
This email is automatically deleted in 7 days.
|
2022-04-14 09:28:26 +02:00
|
|
|
|
2022-09-27 09:43:58 +02:00
|
|
|
More info about the anti-phishing measure on https://simplelogin.io/docs/getting-started/anti-phishing/
|
2022-03-25 17:25:35 +01:00
|
|
|
{% endblock %}
|