DKIM Verifier Version History

49 versions

Be careful with old versions!

These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.

Version 1.3.6 173.2 KiB Works with Thunderbird 17.0 - 40.*

- fixed error in parsing of Authentication-Results header
- added additional debugging calls

Version 1.3.5 173.1 KiB Works with Thunderbird 17.0 - 40.*

- fixed bug if a header field body started with a ":"

Version 1.3.4 172.8 KiB Works with Thunderbird 17.0 - 40.*

- added compatibility for Thunderbird 40

Version 1.3.3 172.8 KiB Works with Thunderbird 17.0 - 38.*

- fixed bug in the sorting of the results of multiple DKIM signatures

Version 1.3.2 172.7 KiB Works with Thunderbird 17.0 - 31.*

- updated default sign rules

Version 1.3.1 172.5 KiB Works with Thunderbird 17.0 - 31.*

- DNS errors in DMARC heuristic are now ignored (previously this resulted in an internal error)
- fixed error resulting in incompatibility with Thunderbird 36

Version 1.3.0 172.4 KiB Works with Thunderbird 17.0 - 31.*

- added option to treat ill-formed selector tag as as error/warning/nothing (default warning; previous behavior was error)
- added support for multiple signatures
- added option to read Authentication-Results header
- added French translation (by Christophe CHAUVET)

- fixed problem with JavaScript DNS Resolver and long DKIM keys, resulting in error "Key couldn't be decoded"
- fixed incompatibility with compact headers add-on

Version 1.2.2 154.6 KiB Works with Thunderbird 17.0 - 31.*

- added Chinese (Simplified) translation (by YFdyh000)
- fixed the showing of a wrong error reason in some cases of a bad RSA signature

Version 1.2.1 141.1 KiB Works with Thunderbird 17.0 - 32.*

- added option for sign rules to allow also subdomains of the SDIDs (enabled by default)
- fixed comparison of domains (was case sensitive)
- fixed an issue in formated strings ("%S" was not replaced)
- updated default sign rules

Version 1.1.2 140.6 KiB Works with Thunderbird 17.0 - 32.*

- fixed error if e-mail is from a domain on the public suffix list (like "googlecode.com")
- updated default sign rules

Version 1.1.1 140.3 KiB Works with Thunderbird 17.0 - 24.*

- added options for automatically added sign rules
- added option to use DMARC to heuristically determinate if an e-mail should be signed
- fixed sign rules being automatically added even if signRules are disabled
- fixed bug in getting DNS name server from OS under Linux/Mac (last line was not read)

Version 1.0.5 134.7 KiB Works with Thunderbird 17.0 - 24.*

- added Italian translation (by Michele Locati)
- statusbarpanel and tooltip are now set to loading on reverify
- DKIM Keys and signers rules window can now be opened at the same time

Version 1.0.4 129.3 KiB Works with Thunderbird 17.0 - 24.*

- fixed bug in an error message of the JavaScript DNS library
- added advanced options for the JavaScript DNS library useful in case of a bad network connection (not available through add-on options; more info in the wiki)

Version 1.0.3 129.0 KiB Works with Thunderbird 17.0 - 24.*

- added signers rules (more info in wiki)
- added key storing
- added libunbound as second DNS resolver (supports DNSSEC) (more info in wiki)
- from tooltip now also works if Thunderbird's status bar is disabled

- 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

Version 0.6.0 64.2 KiB Works with Thunderbird 17.0 - 24.*

- added option for displaying of header, status bar and tooltip for From header
- fixed false detection of DKIM_SIGERROR_DOMAIN_I
- made options height smaller
- fixed error in "simple" body canonicalization algorithm resulting in "Wrong body hash"
- fixed bug for mixed CRLF and LF EOLs in body (resulting in "Wrong body hash")
- fixed error if external message was viewed (but there is still a problem if message is IMAP attachment)
- fixed bug ("DKIM-Signature" header name was case sensitive)

Version 0.5.1 56.9 KiB Works with Thunderbird 17.0 - 24.*

- added option to get DNS Servers from OS (enabled by default)

Version 0.5.0 56.6 KiB Works with Thunderbird 17.0 - 24.*

- added support of multiple DNS servers
- added optional saving of the result
- DNS Server not reachable no longer treated as a PERMFAIL (instead as TEMPFAIL)

Version 0.4.4 54.5 KiB Works with Thunderbird 17.0 - 17.*

Changes between 0.4.2 and 0.4.4
- header highlighting now works with collapsed header from CompactHeader addon
- works now also if e-mail has LF line ending
- changed how msgHdrViewOverlay.css is loaded (fixes a bug where the header value stays empty)

Version 0.4.2 54.1 KiB Works with Thunderbird 17.0 - 17.*

Changes between 0.4.0 and 0.4.2
- DKIM-Signature header field name now in same style as the others (by Nils Maier)
- fixed alignment of warning-icon in mac (by Nils Maier)
- fixed bug if message needs to be downloaded from IMAP server
- added German translation (by ionum)
- fixed relaxed canonicalization of a body with only empty lines (by ionum)
- small displaying changes in options