Some probs with T_DKIM_INVALID

Report bugs and workarounds
Post Reply
ovizii
Posts: 463
Joined: 11 May 2016 08:08

Some probs with T_DKIM_INVALID

Post by ovizii »

I've sent an email from Gmail to a naccount which is protected by EFA and spamassassin reported:

Code: Select all

0.01	T_DKIM_INVALID
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?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Some probs with T_DKIM_INVALID

Post by shawniverson »

Physical location is /var/spool/MailScanner/quarantine
ovizii
Posts: 463
Joined: 11 May 2016 08:08

Re: Some probs with T_DKIM_INVALID

Post 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.
ovizii
Posts: 463
Joined: 11 May 2016 08:08

Re: Some probs with T_DKIM_INVALID

Post by ovizii »

Anyone seen anything like this?
If not I guess I'll just have to drop the issue and ignore it.
Post Reply