Skip to content

Releases: lieser/dkim_verifier

v1.0.0pre2

16 Nov 20:16
Compare
Choose a tag to compare
v1.0.0pre2 Pre-release
Pre-release
  • now more than one SDID can be specified in the sign rules
  • updated default sign rules

fixes for 1.0.0pre1

  • fixed DKIM_SIGERROR_NOKEY
  • fixed parsing of from header

v1.0.0pre1

10 Nov 17:19
Compare
Choose a tag to compare
v1.0.0pre1 Pre-release
Pre-release
  • added signers rules (#15, wiki)
  • added key storing (#18)
  • added libunbound as second DNS resolver (supports DNSSEC) (#19, wiki)
  • from tooltip now also works if Thunderbird's status bar is disabled

Fixes:

  • fixed some patterns (A-z to A-Za-z, dkim_safe_char, qp_hdr_value)
  • fixed pattern for note tag in DKIM key
  • fixed bug in DKIM_SIGWARNING_FROM_NOT_IN_AUID
  • validate tag list as specified in Section 3.2 of RFC 6376
  • now differentiation between missing and ill-formed tags
  • added check that hash declared in DKIM-Signature is included in the hashs declared in the key record
  • added check that the hash algorithm in the public key is the same as in the header

v0.6.3: Release version 0.6.3

16 Oct 15:19
Compare
Choose a tag to compare
  • fixed bug for detection of configured DNS Servers in Windows
    (if more then one DNS server was configured for an adapter)

v0.6.2: Release version 0.6.2

16 Oct 15:19
Compare
Choose a tag to compare
  • fixed bug if "other actions" button of CompactHeader add-on toolbar is not included (#17)

v0.6.1: Release version 0.6.1

16 Oct 15:18
Compare
Choose a tag to compare
  • better detection of configured DNS Servers in Windows

v0.6.0: Release version 0.6.0

16 Oct 15:18
Compare
Choose a tag to compare
  • added option for displaying of header, status bar and tooltip for From header (#14)
  • fixed false detection of DKIM_SIGERROR_DOMAIN_I
  • made options height smaller (#14)
  • fixed error in "simple" body canonicalization algorithm resulting in "Wrong body hash" (#13)
  • fixed bug for mixed CRLF and LF EOLs in body (resulting in "Wrong body hash") (#13)
  • fixed error if external message was viewed (but there is still a problem with IMAP attachments)
  • fixed bug ("DKIM-Signature" header name was case sensitive) (#16)

v0.5.1: Release version 0.5.1

16 Oct 15:14
Compare
Choose a tag to compare
  • added option to get DNS Servers from OS

v0.5.0: Release version 0.5.0

16 Oct 15:14
Compare
Choose a tag to compare
  • added support of multiple DNS servers
  • added optional saving of the result
  • DNS Server not reachable no longer treated as a PERMFAIL
  • added TEMPFAIL

v0.4.4: Release version 0.4.4

16 Oct 15:11
Compare
Choose a tag to compare
  • changed how msgHdrViewOverlay.css is loaded (fixes a bug where the header value stays empty)

v0.4.3: Release version 0.4.3

16 Oct 15:10
Compare
Choose a tag to compare
  • header highlighting now works with collapsed header from CompactHeader addon
  • works now also if e-mail has LF line ending