Closed jsf9k closed 3 years ago
This pull request makes two small changes in order to gracefully handle the case where auth_results is None.
auth_results
None
There is at least one such record in the DMARC database, even though the DMARC schema states that there must be at least one entry in the auth_results list.
I have done several full reporting runs with these changes.
It does the thing! It would be nice to have an issue and a comment to track the schema's failure to validate as we expect.
See cisagov/dmarc-import#8.
๐ฃ Description
This pull request makes two small changes in order to gracefully handle the case where
auth_results
isNone
.๐ญ Motivation and context
There is at least one such record in the DMARC database, even though the DMARC schema states that there must be at least one entry in the
auth_results
list.๐งช Testing
I have done several full reporting runs with these changes.
โ Checklist