dkim_sig_getbh()

SYNOPSIS
#include <dkim.h>

unsigned int dkim_sig_getbh(
	DKIM_SIGINFO *sig
);
Retrieve the bh stored for a specific signature.
DESCRIPTION
Called When dkim_sig_getbh() can be called in the final callback, if defined, or after dkim_eom().
ARGUMENTS
ArgumentDescription
sig Signature-specific handle.
RETURN VALUE The value returned is one of the following constants:
Constant NameDescription
DKIM_SIGBH_UNTESTED The signature has not yet been tested for a body hash match.
DKIM_SIGFLAG_MATCH The signature has been tested for a body hash match and the test succeeded.
DKIM_SIGFLAG_MISMATCH The signature has been tested for a body hash match and the test failed.
NOTES
  • This function is a local addition to the formal API specification and is experimental only. It may not appear in other implementations.

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.