{% extends "base.html" %} {% block title %}Message detail · Email Security{% endblock %} {% block content %} {% include "_email_nav.html" %} {% if saved %}{% endif %}

{{ t.subject or '(no subject)' }}

Post-delivery mailbox quarantine · detected {{ t.detected_at| pt('%b %d, %Y %H:%M') }}

‹ Quarantined messages

Message

From
{{ t.sender or '—' }}{% if t.from_display %} ({{ t.from_display }}){% endif %}
Mailbox
{{ mailbox }}
Organization
{{ org.name if org else '—' }}
Received
{{ t.received_at| pt('%b %d, %Y %H:%M') if t.received_at else '—' }}
Message id
{{ t.message_id }}
Verdict
{{ t.threat_type }} · {{ t.severity }} · score {{ t.score }}
State
{{ t.action }}

Why it was flagged

{% if reasons %} {% else %}

No individual indicators were stored for this message.

{% endif %}

The raw message body is not copied into this platform for mailbox-scanned mail — it stays in the mail provider. Only headers, verdict and indicators are stored here.

Spam confidence level

{{ scl.v if scl.v is not none else '—' }}
{{ scl.label }}
{% if scl.derived %}Derived from the stored analyzer score ({{ t.score }}) — this message was recorded before the SCL column existed.{% else %}Recorded at scan time from analyzer score {{ t.score }}.{% endif %}

−1 trusted / allow-listed · 0–2 not spam · 3–4 suspicious · 5–6 spam · 7–8 high confidence spam · 9 certain spam.

{% endblock %}