Releases: domainaware/parsedmarc
Releases · domainaware/parsedmarc
5.16.0
- Add a
since
option to only search for emails since a certain time (PR #527)
8.15.4
- Ignore aggregate reports with a timespan of > 24 hours (Fixes #282)
8.15.2
- Require
mailsuite>=1.9.18
- Pins
mail-parser
version at 3.15.0
due to a parsing regression in mail-parser 4.0.0
- Parse aggregate reports with empty
<auth_results>
- Do not overwrite the log on each run (PR #569 fixes issue #565)
8.15.1
- Proper IMAP namespace fix (Closes issue #557 and issue #563)
- Require
mailsuite>=1.9.17
- Revert PR #552
- Add pre-flight check for nameservers (PR #562 closes issue #543)
- Reformat code with
ruff