aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorshukuru <shukuru@boitalett.re>2024-02-18 22:11:16 +0100
committershukuru <shukuru@boitalett.re>2024-02-18 22:11:16 +0100
commit3bffae34eb3196fbe9a2cbc33c5c52e59461a5f4 (patch)
tree4296d412cfb7befb54c5abfb89b4e35484e61300 /examples
parent374acb9972034e0c53683c3ac44473e36c0fe406 (diff)
Update XML parsing feature
- Implements DMARC raw deserialization - Add test - Add a fixture
Diffstat (limited to 'examples')
-rw-r--r--examples/dmarc_report_example.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/examples/dmarc_report_example.xml b/examples/dmarc_report_example.xml
deleted file mode 100644
index d560d85..0000000
--- a/examples/dmarc_report_example.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0"?>
-<feedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <version>1.0</version>
- <report_metadata>
- <org_name>Enterprise Outlook</org_name>
- <email>dmarcreport@microsoft.com</email>
- <report_id>3374fb5148ba40c1a5cf8e3d36f34a34</report_id>
- <date_range>
- <begin>1707436800</begin>
- <end>1707523200</end>
- </date_range>
- </report_metadata>
- <policy_published>
- <domain>boitalett.re</domain>
- <adkim>s</adkim>
- <aspf>s</aspf>
- <p>reject</p>
- <sp>reject</sp>
- <pct>100</pct>
- <fo>0</fo>
- </policy_published>
- <record>
- <row>
- <source_ip>195.154.102.43</source_ip>
- <count>1</count>
- <policy_evaluated>
- <disposition>none</disposition>
- <dkim>pass</dkim>
- <spf>pass</spf>
- </policy_evaluated>
- </row>
- <identifiers>
- <envelope_to>babilou.com</envelope_to>
- <envelope_from>boitalett.re</envelope_from>
- <header_from>boitalett.re</header_from>
- </identifiers>
- <auth_results>
- <dkim>
- <domain>boitalett.re</domain>
- <selector>2023101501</selector>
- <result>pass</result>
- </dkim>
- <spf>
- <domain>boitalett.re</domain>
- <scope>mfrom</scope>
- <result>pass</result>
- </spf>
- </auth_results>
- </record>
-</feedback> \ No newline at end of file