reportErrors.sh performs a couple of xmllint calls to find records with:
failed SPF and DKIM alignment and authentication
DKIM rejected or quarantined
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.
reportErrors.sh
performs a couple ofxmllint
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.