dkim_minbody()

SYNOPSIS
#include <dkim.h>

u_long dkim_minbody(
	DKIM *dkim
);
Retrieve the mode of a DKIM handle.
DESCRIPTION
Called When dkim_minbody() can be called at any time after dkim_eoh() has been called.
ARGUMENTS
ArgumentDescription
dkim Message-specific handle, returned by dkim_sign() or dkim_verify().
RETURN VALUES
ValueDescription
0 All canonicalizations referenced by the message-specific handle have enough data to compute final hashes; no additional body data are required.
ULONG_MAX At least one canonicalization referenced by the message-specific handle wants the entire message body.
otherwise The number of bytes required to satisfy all canonicalizations referenced by the message-specific handle.
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.