Skip to content

Releases: postalsys/mailauth

v4.3.2

06 Apr 15:40
74fa565

Choose a tag to compare

Full Changelog: v4.3.1...v4.3.2

v4.2.0

10 Feb 08:19
01e1996

Choose a tag to compare

What's Changed

  • Extracted get-dmarc-record into separate function by @andris9 in #28

Full Changelog: v4.1.0...v4.2.0

v4.1.0

27 Jan 08:19
8fa0cb3

Choose a tag to compare

  • Removed node-forge as a dependency

Full Changelog: v4.0.2...v4.1.0

v4.0.2

25 Sep 15:19
41b8e03

Choose a tag to compare

  • Improved compatibility for l= DKIM tag
  • Added support for x= DKIM tag

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Aug 06:26
05c0372

Choose a tag to compare

  • Added new CLI option for the vmc cmmand: -t / --date to compare VMC certificate expiration against a specific timestamp
  • Log all DNS requests if cli command uses verbose mode

Full Changelog: v4.0.0...v4.0.1

v4.0.0

31 Jul 11:55
9762e29

Choose a tag to compare

What's Changed

  • Added support for SPF PTR by @andris9 in #26
    • Support for ptr SPF mechanism
    • Use DNS query limits for SPF as defined in rfc7208#section-4.6.4. DNS queries for SPF are limited to 10.
    • New option maxVoidCount and cli argument --max-void-lookups / -z (defaults to 2)

Full Changelog: v3.0.3...v4.0.0

v3.0.2

14 Jul 08:21
590a6b1

Choose a tag to compare

What's Changed

  • Validate SVG file from VMC when using the cli command @andris9 in #24

Full Changelog: v3.0.1...v3.0.2

v3.0.1

10 Jul 06:22
b6c3fba

Choose a tag to compare

What's Changed

  • Added domain to check the VMC against by @andris9 in #19

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Jul 12:57
25839ab

Choose a tag to compare

What's Changed

  • Bumped minimal Node.js requirement from 14 to 16
  • Removed parseLogoFromX509 command
  • Added new VMC parsing and verification methods
  • Added new cli command vmc to validate VMC files

@andris9 in #18

Full Changelog: v2.3.4...v3.0.0

v2.3.4

17 Jun 16:40
ef3d009

Choose a tag to compare

  • Re-implemented relaxed body canonicalization
  • Fixed a bug with simple body canonicalization

Full Changelog: v2.3.3...v2.3.4