{% extends "layout.html" %} {% block title %}Report{% endblock %} {% block content %}

Report

Report Metadata

Organisation Name
{{ feedback.rm_org_name }}
Email
{{ feedback.rm_email }}
Extra Contact Info
{{ feedback.rm_extra_contact_info }}
Report ID
{{ feedback.rm_report_id }}
Date Range
to

Policy Published

Domain
{{ feedback.pp_domain }}
DKIM Alignment
{{ feedback.pp_adkim|alignment }}
SPF Alignment
{{ feedback.pp_aspf|alignment }}
Policy
{{ feedback.pp_p|capitalize }}
Subdomain Policy
{{ feedback.pp_sp|capitalize }}

Statistics

Total %
Messages {{ total.records }}
Disposition None {{ total.none }} {{ (total.none / total.records * 100)|round|int }}%
DKIM or SPF Pass {{ total.dmarc }} {{ (total.dmarc / total.records * 100)|round|int }}%
DKIM Pass {{ total.dkim }} {{ (total.dkim / total.records * 100)|round|int }}%
SPF Pass {{ total.spf }} {{ (total.spf / total.records * 100)|round|int }}%

Utilities

Records

{% for item in records %} {% endfor %}
Source Count Disposition DKIM SPF Envelope To Header From
{{ item['row_source_ip']|fqdn }} {{ item['row_count'] }} {{ item['row_pol_disposition'] }} {{ item['row_pol_dkim'] }} {{ item['row_pol_spf'] }} {{ item['ids_envelope_to'] }} {{ item['ids_header_from'] }} Record
{% endblock %}