domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
1.01k stars 219 forks source link

optimization suggestion for results words (lower case) #288

Open leonardo0014 opened 2 years ago

leonardo0014 commented 2 years ago

Hi I think the program is great and I have a suggestion for improvement. For lack of rights/knowledge I can only post it as an issue.

I have reports here, for example, they write "pass" and in others they write "Pass". In the output, this is then interpreted as 2 different values. The results from the XML files such as "unknown", "temperror", "softfail", "pass" and so on should be converted to lower case by the parser.

That was it. Thank you and keep it up!