MozaicWorks / DMARCReporting

Simple tool to extract error reports from DMARC files
MIT License
11 stars 2 forks source link

Remove the xmllint calls in reportErrors.sh as it is handled by console reporting #5

Closed tdpauw closed 2 years ago

tdpauw commented 2 years ago

reportErrors.sh performs a couple of xmllint calls to find records with:

This logic is now handled by the Python console reporting implemented by #2 Therefore, all the xmllint calls can be safely removed from the shell script.