Skip to content

Releases: domainaware/parsedmarc

6.18.7

18 Aug 02:00
Compare
Choose a tag to compare

Remove improper spaces from the CSV map and update the sorting script to remove improper spaces.

8.18.6

17 Aug 21:02
Compare
Choose a tag to compare
  • Fix since option to correctly work with weeks (PR #604)
  • Add 183 entries to base_reverse_dns_map.csv
  • Add 57 entries to known_unknown_base_reverse_dns.txt
  • Check for invalid UTF-8 bytes in base_reverse_dns_map.csv at build
  • Exclude unneeded items from the parsedmarc.resources module at build

8.18.5

03 Jun 19:00
Compare
Choose a tag to compare
  • Fix CSV download failure introduced in 8.18.3

8.18.4

02 Jun 20:55
Compare
Choose a tag to compare
  • Fix webhooks

8.18.3

02 Jun 20:44
Compare
Choose a tag to compare
  • Move __version__ to parsedmarc.constants
  • Create a constant USER_AGENT
  • Use the HTTP User-Agent header value parsedmarc/version for all HTTP requests

8.18.2

02 Jun 19:24
Compare
Choose a tag to compare
  • Merged PR #603
    • Fixes issue #595 - CI test fails for Elasticsearch
      • Moved Elasticsearch to a separate Docker service container for CI testing
      • Dropped Python 3.8 from CI testing
    • Fixes lookup and saving of DMARC forensic reports in Elasticsearch and OpenSearch
  • Updated fallback base_reverse_dns_map.csv, which now includes over 1,400 lines
  • Updated included dbip-country-lite.mmdb to the June 2025 release
  • Automatically fall back to the internal base_reverse_dns_map.csv if the received file is not valid (Fixes #602)
    • Print the received data to the debug log

8.18.1

26 Feb 01:59
Compare
Choose a tag to compare
Make build.sh usable without the gh-pages branch

8.17.0

10 Jan 03:27
Compare
Choose a tag to compare
  • 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

26 Dec 00:03
Compare
Choose a tag to compare
  • Ignore aggregate DMARC reports seen within a period of one hour (Fix #535)

8.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)