You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no ARH, but an (unverified) DKIM-Signature exists, no verification is carried out. The following error sometimes is displayed, presumably due to an empty ARH.
I can not confirm that with a non existing ARH no verification is carried out. Are you perhaps instead meaning an ARH header without a DKIM result in it? For this the verification is indeed not carried out. This behavior will be corrected.
About the parsing error:
Are you meaning with an empty ARH header something like Authentication-Results: or Authentication-Results: authserv-id;? This are not correct ARH headers. The correct way to indicate that no message authentication was done is Authentication-Results: authserv-id; none. Although this currently also produces an error (which will be corrected), it is not a paring error.
If you still think the ARH header which produces the parsing error is correct, please post it (or send it to [email protected]) so I can look into it in detail.
There is a silly:
Authentication-Results: tana.it; auth=pass (details omitted)
and there is a DKIM-Signature. It looks as if parsing throws an exception, so nothing else is going to be done. The status bar says "DKIM: No Signature", although there is one.
If there is no ARH, but an (unverified) DKIM-Signature exists, no verification is carried out. The following error sometimes is displayed, presumably due to an empty ARH.
2016-01-17 19:50:03 DKIM_Verifier.AuthVerifier ERROR Error: Parsing error (resource://dkim_verifier/ARHParser.jsm:249) JS Stack trace: [email protected]:249:1 < [email protected]:186:14 < [email protected]:161:21 < [email protected]:161:10 < _authVerifier_verify/promise<@AuthVerifier.jsm:103:17
The text was updated successfully, but these errors were encountered: