SA Bugzilla – Bug 5622
no Domain Keys or DKIM tests for an email with DKIM and DK signatures
Last modified: 2007-08-28 19:13:30 UTC
When manually doing a test and logging the result to a file, no Domain Keys or DKIM tests for an email with DKIM and DK signatures are done. Command: cat email | /usr/bin/spamassassin > log.txt
Please do the following: 0) Confirm that you are loading the DomainKeys and/or DKIM plugins. That's usually done for DKIM by uncommmenting a line in /etc/mail/spamassasin/v312.pre 1) Test using the -D option to get full debugging information into the log: cat email | /usr/bin/spamassassin -D > log.txt 2>&1 2) Verify that the debugging log indicates that the DomainKeys and/or DKIM plugins are being loaded. 3) Ask for help with your configuration on the spamassassin users mailing list, using the log generated in step 1 to provide information 4a) If it turns out to indeed be a bug in SpamAssassin, come back here and attach the log file and write a comment with whatever evidence you found in step 3 indicating that it is a bug. 4b) If it turns out to be a configuration problem on your part, please come back here and close this bug as INVALID.
Created attachment 4107 [details] jpg The DKIM or DK signature verification results are not there though there is a check if there is a DKIM sig or not which is not very helpful. please see screenshot attached.
The screenshot shows that the DKIM plugin has been loaded, but no details about what is going wrong. Please try steps 1 and 3 that I listed in comment #1.
incorrect configuration