domainaware / parsedmarc

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

Remove unused parsedmarc.utils.tempdir #517

Closed 0xabu closed 1 month ago

0xabu commented 2 months ago

Parsedmarc.utils was creating a temp directory on every import, but this directory is no longer used anywhere.