http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5662





------- Additional Comments From [EMAIL PROTECTED]  2007-12-17 08:21 -------
> All past versions only checked for a policy testing
> flag, never for a public key testing flag.

The underlying reason for this absence of information on a public
key flags is that Mail::DKIM doesn't provide an official API to
access the public key and its attributes from a signature object.
One could call a $sig->get_public_key->testing for each signature
object, but a drawback is that if the first attempt to fetch a key
failed, the call to get_public_key will try to fetch it again (and
likely to fail again). Alternatively, access to Mail::DKIM internal
data structures could provide this information, but it would be a
hack. Seems we'd need to ask Jason for a new and official API to
access p.key attributes. In any case, it won't be available before
Mail::DKIM 0.30.

> This is why it now became more obvious that the dkim_policy_testing
> is always 0.

Typo, the dkim_key_testing is 0.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to