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

Tilde expansion in save path not honored #485

Open fourjay opened 3 months ago

fourjay commented 3 months ago

This could be just handled in documentation. I'd set the ini output directory with a tilde which I expected to expand to my home directory (I'm still working out how dmarc in general, and parsedmarc in particular, works) Instead, a directory "~/the/rest/of/the/path" was created (which took me a while to find). You might consider some sort of shell variable expansion Or make the need for a full path in clear in the documentation