http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5485
------- Additional Comments From [EMAIL PROTECTED] 2007-05-30 09:52 -------
> DKIM_POLICY_SIGNSOME hits on every message when there is no domainkeys
> policy in place.
That is a correct behaviour.
> sample email that should not have been marked with DKIM_POLICY_SIGNSOME
> No Domainkey policy has been published by this domain
RFC 4870:
_domainkey IN TXT "t=y; o=-; n=notes; r=emailAddress"
All tags are optional. The current valid tags are as follows:
[...]
o = Outbound Signing policy ("-" means that this domain signs all
email; "~" is the default and means that this domain may sign
some email with DomainKeys).
[...]
If the policy TXT record does not exist, recipient systems MUST
assume the default values.
There is not yet an equivalent policy publishing mechanism for DKIM.
Since the DKIM plugin also implements the DomainKeys, and as using
the old DK policy publishing mechanism is the current practice,
I believe this behaviour of the DKIM plugin may remain as it is
for the time being.
Mark
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.