{% extends "layout.html" %} {% block title %}Report{% endblock %} {% block content %}
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 }}% |
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 |