Skip to content

Instantly share code, notes, and snippets.

@mipsparc
Last active September 25, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mipsparc/b7fe989d5cfe959fa6b39706981503a5 to your computer and use it in GitHub Desktop.
Save mipsparc/b7fe989d5cfe959fa6b39706981503a5 to your computer and use it in GitHub Desktop.
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