Page 1 of 1
Some probs with T_DKIM_INVALID
Posted: 14 May 2016 19:17
by ovizii
I've sent an email from Gmail to a naccount which is protected by EFA and spamassassin reported:
Now I know that is a tiny score and it doesn't matter but why is it saying my DKIM is invalid?
I've found a similar sounding bug report here:
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6462 but I can'T actually verify it as I am not sure where I can find the quarantined email (I mean its physical location on the EFA installation).
Any other ideas about this?
Re: Some probs with T_DKIM_INVALID
Posted: 14 May 2016 21:20
by shawniverson
Physical location is /var/spool/MailScanner/quarantine
Re: Some probs with T_DKIM_INVALID
Posted: 14 May 2016 21:33
by ovizii
ok, so now I ran this as suggested through spamassassin and it says:
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
by using spamassassin -t -D dkim <0.msg
and I also saw:
Code: Select all
May 14 23:31:28.917 [14883] dbg: dkim: using Mail::DKIM version 0.37
May 14 23:31:29.125 [14883] dbg: dkim: performing public key lookup and signature verification
May 14 23:31:29.126 [14883] dbg: dkim: VALID DKIM, i=@domain.tld, d=domain.tld, s=google, a=rsa-sha256, c=relaxed/relaxed, key_bits=1024, pass
May 14 23:31:29.126 [14883] dbg: dkim: signature verification result: PASS
May 14 23:31:29.129 [14883] dbg: dkim: adsp not retrieved, author domain signature is valid
May 14 23:31:29.129 [14883] dbg: dkim: adsp result: - (valid a. d. signature), author domain domain.tld'
May 14 23:31:29.132 [14883] dbg: dkim: VALID signature by domain.tld, author me@domain.tld, no valid matches
May 14 23:31:29.132 [14883] dbg: dkim: author me@domain.tld, not in any dkim whitelist
strange.
Re: Some probs with T_DKIM_INVALID
Posted: 21 Jun 2016 07:42
by ovizii
Anyone seen anything like this?
If not I guess I'll just have to drop the issue and ignore it.