Releases: lieser/dkim_verifier
Releases · lieser/dkim_verifier
v1.0.0pre2
- 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
- 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
- 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
- fixed bug if "other actions" button of CompactHeader add-on toolbar is not included (#17)
v0.6.1: Release version 0.6.1
- better detection of configured DNS Servers in Windows
v0.6.0: Release version 0.6.0
- 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
- added option to get DNS Servers from OS
v0.5.0: Release version 0.5.0
- 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
- changed how msgHdrViewOverlay.css is loaded (fixes a bug where the header value stays empty)
v0.4.3: Release version 0.4.3
- header highlighting now works with collapsed header from CompactHeader addon
- works now also if e-mail has LF line ending