dkim_policy_t

DESCRIPTION
Purpose A dkim_policy_t is a value from an enumerated list of the possible signing policy options available. The policy for a signing domain is retrieved during verification, and made available via the dkim_policy() function.
Possible Values
  • DKIM_POLICY_UNKNOWN -- some messages from this domain are signed
  • DKIM_POLICY_ALL -- all messages from this domain are signed
  • DKIM_POLICY_STRICT -- all messages from this domain are signed and the signature always comes from this domain

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