{{ report.domain }} ยท {{ report.org_name or "unknown organization" }}
{{ alert.llm_summary or alert.summary }}
{% else %}| Policy | MX Hosts | Successful Sessions | Failed Sessions | Failure Rate |
|---|---|---|---|---|
{{ policy.policy_type or "unknown" }}
{{ policy.policy_domain }}
|
{% for host in policy.mx_hosts %}
{{ host }}
{% else %}
not reported
{% endfor %}
|
{{ policy.total_successful_session_count }} | {{ policy.total_failure_session_count }} | {{ "%.1f"|format(policy.failure_rate) }}% |
| No policies found in this report. | ||||
| Result | Failed Sessions | Receiving MX | Sending MTA IP | Receiving IP | Reason |
|---|---|---|---|---|---|
| {{ failure.result_type or "unknown" }} | {{ failure.failed_session_count }} | {{ failure.receiving_mx_hostname or failure.receiving_mx_helo or "not reported" }} | {{ failure.sending_mta_ip or "not reported" }} | {{ failure.receiving_ip or "not reported" }} | {{ failure.failure_reason_code or failure.additional_information or "not reported" }} |
| No failure details were reported. | |||||