Mark Martinec wrote the following on 2/15/2007 3:37 AM -0800:
Raul Dias writes:
I have being getting a lot of this in my logs:
[snip]
Below is my patch, please apply it to Mail::DKIM files
DkSignature.pm and Verifier.pm and see if it fixes the warnings
you are seeing.
Mark, your patches for DKIM.pm and DkSignature.pm took care of the issue
I was seeing with GMail DomainKey signatures, since they were missing
the "q=dns" tag.
Before patches (mail from gmail.com):
=====================================
X-Spam-Status: No, score=2.58 required=10 tests=[AWL=1.079, BAYES_50=0.001,
L_P0F_Linux=-0.5, L_UNVERIFIED_GMAIL=2.5,...
After patches (mail from gmail.com):
====================================
X-Spam-Status: No, score=0.997 required=10 tests=[AWL=2.496, BAYES_60=1,
DKIM_SIGNED=0.001, DKIM_VERIFIED=-1.5, L_P0F_Linux=-0.5,...
Thanks!
Bill