dkim_sig_getdomain()

SYNOPSIS
#include <dkim.h>

const char * dkim_sig_getdomain(
	DKIM_SIGINFO *sig
);
Retrieve from a DKIM handle the domain name associated with the signature on a message.
DESCRIPTION
Called When dkim_sig_getdomain() can be called at any time after signature handles are initialized by a call to dkim_eoh().
ARGUMENTS
ArgumentDescription
sig Signature-specific handle.
RETURN VALUES
ValueDescription
NULL No domain name could be determined for this signature.
otherwise A pointer to the domain name found in the signature.
NOTES
  • None.

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