<?xml version="1.0"?>
<feedback>
    <version>1.0</version>
    <report_metadata>
        <org_name>Blue Inc.</org_name>
        <email>noreply@blue.example</email>
        <extra_contact_info>https://www.blue.example/postmaster/</extra_contact_info>
        <report_id>1621172850.0001</report_id>
        <date_range>
            <begin>1621123200</begin>
            <end>1621209599</end>
        </date_range>
    </report_metadata>
    <policy_published>
        <domain>example.net</domain>
        <p>reject</p>
        <sp>reject</sp>
        <pct>100</pct>
        <fo>0</fo>
    </policy_published>
    <record>
        <row>
            <source_ip>192.0.2.4</source_ip>
            <count>3</count>
            <policy_evaluated>
                <disposition>none</disposition>
                <dkim>pass</dkim>
                <spf>pass</spf>
            </policy_evaluated>
        </row>
        <identifiers>
            <envelope_from>example.net</envelope_from>
            <header_from>example.net</header_from>
        </identifiers>
        <auth_results>
            <dkim>
                <domain>example.net</domain>
                <selector>1234-rsa</selector>
                <result>pass</result>
            </dkim>
            <spf>
                <domain>example.net</domain>
                <scope>mfrom</scope>
                <result>pass</result>
            </spf>
        </auth_results>
    </record>
    <record>
        <row>
            <source_ip>192.0.2.188</source_ip>
            <count>1</count>
            <policy_evaluated>
                <disposition>reject</disposition>
                <dkim>fail</dkim>
                <spf>fail</spf>
            </policy_evaluated>
        </row>
        <identifiers>
            <envelope_from>admin.example</envelope_from>
            <header_from>example.net</header_from>
        </identifiers>
        <auth_results>
            <spf>
                <domain>admin.example</domain>
                <scope>mfrom</scope>
                <result>pass</result>
            </spf>
        </auth_results>
    </record>
    <record>
        <row>
            <source_ip>203.0.113.15</source_ip>
            <count>1</count>
            <policy_evaluated>
                <disposition>none</disposition>
                <dkim>fail</dkim>
                <spf>fail</spf>
                <reason>
                    <type>forwarded</type>
                    <comment>Message forwarded by trusted relay</comment>
                </reason>
            </policy_evaluated>
        </row>
        <identifiers>
            <envelope_from>example.net</envelope_from>
            <header_from>example.net</header_from>
        </identifiers>
        <auth_results>
            <dkim>
                <domain>example.net</domain>
                <selector>1234-rsa</selector>
                <result>fail</result>
                <human_result>Body hash did not verify</human_result>
            </dkim>
            <spf>
                <domain>example.net</domain>
                <scope>mfrom</scope>
                <result>fail</result>
            </spf>
        </auth_results>
    </record>
</feedback>