dkim_getpolicystr()

[back to index]

SYNOPSIS
#include <dkim.h>

const char *dkim_getpolicystr(
	dkim_policy_t policy
);
Translate a sender's signing practises policy code into a string. policy is a constant indicating what signing policy the sender claims to use.
DESCRIPTION
Called When dkim_getpolicystr() can be called at any time.
ARGUMENTS
ArgumentDescription
policy A policy code previously retrieved by a call to dkim_policy().
NOTES
  • None.

Copyright (c) 2007 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.