Bug 5622 - no Domain Keys or DKIM tests for an email with DKIM and DK signatures
Summary: no Domain Keys or DKIM tests for an email with DKIM and DK signatures
Status: RESOLVED INVALID
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Plugins (show other bugs)
Version: 3.2.3
Hardware: Other Linux
: P1 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 14:22 UTC by Charles Watson
Modified: 2007-08-28 19:13 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
jpg image/jpeg None Charles Watson [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Watson 2007-08-22 14:22:35 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
Comment 1 Sidney Markowitz 2007-08-22 15:38:29 UTC
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.
Comment 2 Charles Watson 2007-08-22 16:38:16 UTC
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.
Comment 3 Sidney Markowitz 2007-08-22 20:43:44 UTC
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.
Comment 4 Charles Watson 2007-08-28 19:13:30 UTC
incorrect configuration