DMARCのXMLで特に見るべきポイント
<feedback> | |
<report_metadata> | |
<org_name>受信者名</org_name> | |
<date_range> | |
<begin>開始UNIX TIME</begin> | |
<end>終了UNIX TIME</end> | |
</date_range> | |
</report_metadata> | |
<record> | |
<!-- recordは1つのXMLに複数含まれうる --> | |
<identifiers> | |
<header_from>header-from</header_from> | |
</identifiers> | |
<source_ip>送信元IPアドレス</source_ip> | |
<count>recordあたりの件数</count> | |
<auth_results> | |
<dkim> | |
<result>DKIMの判定結果</result> | |
<domain>DKIM署名元</domain> | |
</dkim> | |
<spf> | |
<result>SPFの判定結果</result> | |
<domain>envelope-from</domain> | |
</spf> | |
</auth_results> | |
</record> | |
</feedback> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment