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
  • The value of header should not contain a trailing CRLF as this will be added by the canonicalization code. However, a CRLF may appear elsewhere in the value if, for example, the header is meant to be wrapped.

Copyright (c) 2005-2007 Sendmail, Inc. and its suppliers. All rights reserved.
Copyright (c) 2009, The OpenDKIM Project. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the respective licenses.