| 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 |
| Argument | Description |
| dkim |
Message-specific handle, returned by
dkim_verify().
|
|
| NOTES |
- This function is a local addition to the formal API specification
and is experimental only. It may not appear in other implementations.
|