DKIM_PRESULT

[back to index]

DESCRIPTION
Purpose A DKIM_PRESULT is a constant used to render additional information about the policy result produced by a call to dkim_policy().
Possible Values
  • DKIM_PRESULT_NONE -- no result
  • DKIM_PRESULT_NXDOMAIN -- no such domain
  • DKIM_PRESULT_FOUND -- policy of author's domain returned
NOTES The policy results described above correspond to the draft DKIM sender signing practises policy procedures. Detailed descriptions, with the algorithm steps indicated in square brackets, are included here.
  • DKIM_PRESULT_NONE is returned if no policy check has been done yet for the message.
  • DKIM_PRESULT_NXDOMAIN is returned if the policy check was done and it was discovered that the author's domain does not exist.
  • DKIM_PRESULT_FOUND is returned if the policy check has been done and a policy at the author's domain was found and returned.

Copyright (c) 2005-2008 Sendmail, Inc. and its suppliers. All rights reserved.
Copyright (c) 2009, 2010, The Trusted Domain Project. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the respective licenses.