Releases: domainaware/parsedmarc
Releases · domainaware/parsedmarc
8.18.1
Make build.sh usable without the gh-pages branch
8.17.0
- Ignore duplicate aggregate DMARC reports with the same
org_name
and report_id
seen within the same hour (Fixes #535)
- Fix saving SMTP TLS reports to OpenSearch (PR #585 closed issue #576)
- Add 303 entries to
base_reverse_dns_map.csv
8.16.1
- Ignore aggregate DMARC reports seen within a period of one hour (Fix #535)
8.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