Skip to content

Releases: domainaware/checkdmarc

5.7.8

02 Nov 20:36
Compare
Choose a tag to compare

Full Changelog: 5.7.7...5.7.8

5.7.7

02 Nov 01:49
Compare
Choose a tag to compare

Full Changelog: 5.7.6...5.7.7

5.7.6

31 Oct 16:48
Compare
Choose a tag to compare
  • Fix crash when trying to output to CSV format

5.7.5

31 Oct 16:25
Compare
Choose a tag to compare

Full Changelog: 5.7.2...5.7.5

5.7.2

29 Oct 13:48
Compare
Choose a tag to compare

Full Changelog: 5.6.2...5.7.2

5.6.2

26 Oct 22:00
Compare
Choose a tag to compare
  • SPF record validation fixes (PR #147)
    • Accept mechanisms with domains that start with all (Fixes #145)
    • Ignore multiple trailing mechanisms and random text with spaces
    • Fix parsing of BIMI record tags when they are separated by a ; without a space
  • Automatically check for a BIMI DNS record at the default selector when using the CLI
  • Add a warning when BIMI records do not provide a mark certificate
  • Validate the file at the URL in the BIMI l tag value
    • Must be a SVG file
    • The SVG version must be 1.2
    • The SVG base profile must be tiny-ps
    • The SVG dimensions must be square
    • The file size must not exceed 32 KB

Note: This does not currently include certificate validation.

5.5.0

12 Sep 22:38
Compare
Choose a tag to compare
  • Support redirect in SPF (PR #144)