You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mail providers gmx.net and web.de send dmarc reports with xml dmarc
namespaces
(https://datatracker.ietf.org/doc/draft-ietf-dmarc-aggregate-reporting/):
<?xml version="1.0" encoding="UTF-8"?>
<feedback xmlns="urn:ietf:params:xml:ns:dmarc-2.0">
<report_metadata>
...
and generate a parsing error
Error while parsing files/gmx.net!example.org!1721865600!1721951999!0d5403a6-de18-473b-938e-2bc41d0d271e.xml: File "files/gmx.net!example.org!1721865600!1721951999!0d5403a6-de18-473b-938e-2bc41d0d271e.xml" has no metadata reporting
This commit uses the wildcard xpath syntax supported since python 3.8 to
correctly parse them.
0 commit comments