dkim_header()

SYNOPSIS
#include <dkim.h>
DKIM_STAT dkim_header(
	DKIM *dkim,
	char *headerf,
	char *headerv
);
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.
headerf Header field name.
headerv Header field value. The content of the header may include folded white space (i.e. multiple lines with following white space).
NOTES
  • None.

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