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_SIGNSOME -- some messages from this domain are signed
  • DKIM_POLICY_REQUIRED -- all messages from this domain are signed
  • DKIM_POLICY_AUTHORITY -- all messages from this domain are signed and the signature comes from this domain
  • DKIM_POLICY_NEVER -- this domain does not send mail
  • DKIM_POLICY_USER -- re-query for user-specific policy
NOTES
  • A caller should never see DKIM_POLICY_USER; the library should re-do the query at the user level. If DKIM_POLICY_USER is returned, then the implementation does not support user-level policies.

Copyright (c) 2005 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the LICENSE.