Skip to content

Releases: domainaware/parsedmarc

5.16.0

02 Nov 15:53
Compare
Choose a tag to compare
  • Add a since option to only search for emails since a certain time (PR #527)

8.15.4

25 Oct 00:02
Compare
Choose a tag to compare
  • Ignore aggregate reports with a timespan of > 24 hours (Fixes #282)

8.15.2

24 Oct 22:22
Compare
Choose a tag to compare
  • 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

03 Oct 01:25
Compare
Choose a tag to compare
  • 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