SD Tech Solutions · Email Security
Your quarantined messages
Messages held for {{ email }} because they looked unsafe. Release one only if you recognise the sender and trust it.
{% if items %}
{% for m in items %}
{{ m.subject }}
From: {{ m.mail_from }} · {{ m.ts| pt('%Y-%m-%d %H:%M') }}
· {{ m.threat_type }}
{% endfor %}
{% else %}
Nothing in quarantine right now.
{% endif %}