dkim_header()

SYNOPSIS
#include <dkim.h>
DKIM_STAT dkim_header(
	DKIM *dkim,
	char *header,
	size_t len)
);
Handle a message header.
DESCRIPTION
Called When dkim_header() is called zero or more times between dkim_sign() or dkim_verify() and dkim_eoh(), once per message header.
ARGUMENTS
ArgumentDescription
dkim Per-message DKIM handle.
header The header being input, including its name, value and separating colon (":") character.
len Number of bytes to read from header.
NOTES
  • None.

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