lieser / dkim_verifier

DKIM Verifier Extension for Mozilla Thunderbird
MIT License
210 stars 35 forks source link

DKIM_Verifier.AuthVerifier Parsing error #47

Closed jonathan00 closed 9 years ago

jonathan00 commented 9 years ago

Hi,

i got

Zeitstempel: 11.09.2015 19:11:47
Fehler: 2015-09-11 19:11:47 DKIM_Verifier.AuthVerifier  ERROR   Error: Parsing error (resource://dkim_verifier/ARHParser.jsm:249) JS Stack trace: match@ARHParser.jsm:249:1 < parseResinfo@ARHParser.jsm:186:14 < _ARHParser_parse@ARHParser.jsm:161:21 < getARHResult@AuthVerifier.jsm:161:10 < _authVerifier_verify/promise<@AuthVerifier.jsm:103:17
Quelldatei: resource://gre/modules/Log.jsm
Zeile: 749

but the signature looks good...

Authentication-Results: mail4.xxx.de;
        dkim=pass (1024-bit key; insecure) header.d=campact.de header.i=info@campact.de header.b=PD0FkJpv;
        dkim-adsp=pass; dkim-atps=neutral
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on xxx
X-Spam-Level:
X-Spam-Status: No, score=-1.9 required=6.3 tests=BAYES_00,HTML_MESSAGE,
        SPF_HELO_PASS,T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from o78.p8.mailjet.com (o78.p8.mailjet.com [87.253.233.78])
        (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
        (No client certificate requested)
        by mail4.xxx.de (Postfix) with ESMTPS
        for <jonathan@xxx.de>; Fri, 11 Sep 2015 18:02:54 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt;
  d=campact.de; i=info@campact.de; s=mailjet;
  h=domainkey-signature:message-id:mime-version:from:reply-to:to:subject:date:list-unsubscribe:
  auto-submitted:precedence:x-csa-complaints:content-type;
  bh=TrsdJBAoPVyoL7B57No5KjNcZp0=;
  b= PD0FkJpvEqOBOrwJtEj9jHzSphddjyKegFhOTv/dHjwLFOTlhBq4cwSwfRpR
 meGIyqD/Wj8Peaee9/zJ9xfSnOubMhHk5lXiJmQNJUrSMCxc1BDHuoHnisp6
 cJCoRkXPy8Bs6Lh85NDbb8bsuHU6Ceyyjqs9PfgwHIsNzXUd/ek=
DomainKey-Signature: a=rsa-sha1; c=simple; q=dns;
  d=campact.de; s=mailjet;
  h=message-id:mime-version:from:reply-to:to:subject:date:list-unsubscribe:
  auto-submitted:precedence:x-csa-complaints:content-type;
  b= P1ncskc/ud3YShbilefXKuzM2Ivx74TKmNWdd24b1DIzIyznMBpyMwon/3SL
 5jpv49RbiTrIMJ4zyJvMg171iTNzxVKYwaClGecfZ8y1K7qqEsLNoqsXrR2X
 WvTFv08h3ZSglxAcGWFT6SncUvEP+L89kSWgFu8vCthdOz3DzqM=
Message-Id:  <38579d75.KQo.Y2m.bM.1lNjoHlfmF@mailjet.com>

any idea?

regards

Jonathan

lieser commented 9 years ago

Thanks for reporting. This was not a problem with the DKIM signature, but the parsing of the Authentication-Results header.

Fixed in version 1.3.6. You can download it from https://addons.mozilla.org/en-US/thunderbird/addon/dkim-verifier/versions/ or https://github.com/lieser/dkim_verifier/releases.