dkim_policy_getdnssec()

[back to index]

SYNOPSIS
#include <dkim.h>
DKIM_DNSSEC dkim_policy_getdnssec(
	DKIM *dkim
);
Retrieve DNSSEC information about the DNS query that was used to retrieve the policy matching a sender domain. The value returned is a DKIM_DNSSEC constant.
DESCRIPTION
Called When dkim_policy_getdnssec() is called after dkim_eom() to determine whether or not DNSSEC was used to retrieve the policy matching the sender's domain, and if so, whether or not the returned value was legitimate.
ARGUMENTS
ArgumentDescription
dkim The DKIM handle representing the message being evaluated.
NOTES
  • None.

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