Bug 6009 - Add support for DKIM's ADSP
Summary: Add support for DKIM's ADSP
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: unspecified
Hardware: All All
: P5 enhancement
Target Milestone: 3.3.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 11:32 UTC by Kurt Roeckx
Modified: 2009-08-06 12:29 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Roeckx 2008-11-03 11:32:12 UTC
Currently the DKIM part in SA can't be used to reject mail that's not signed that looks like it's coming from a domain that does sign all the mail.  The domain can indicate that all mail should be signed by using ADSP.  For the latest draft on that please see http://tools.ietf.org/html/draft-ietf-dkim-ssp

It has an option to say that all mail should be signed and one that says if it's not signed it can be discarded.  You could then have different scores depending what the domain owner indicated with ADSP.


Kurt
Comment 1 Mark Martinec 2009-08-06 12:29:45 UTC
Done. The DKIM plugin in 3.3.0 now handles ADSP.

To get the NXDOMAIN handling right, one needs to use
the version 0.36_5 of Mail::DKIM or later.