dkim_getpresult()

[back to index]

SYNOPSIS
#include <dkim.h>

int dkim_getpresult(
	DKIM *dkim
);
Retrieve policy result data from a DKIM handle. The return value is a DKIM_PRESULT constant indicating why the dkim_policy() returned the result that it did.
DESCRIPTION
Called When dkim_getpresult() can be called at any time after a handle is initialized with a call to dkim_verify().
ARGUMENTS
ArgumentDescription
dkim Message-specific handle, returned by dkim_verify().
NOTES
  • None.

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