SYNOPSIS |
#include <dkim.h>
const char * dkim_getuser(
DKIM *dkim
);
Retrieve the sending user associated with a message.
|
DESCRIPTION |
Called When |
dkim_getuser() can be called at any time after a handle
is initialized with a call to
dkim_sign() or
dkim_verify(). |
|
---|
ARGUMENTS |
|
RETURN VALUES |
Value | Description |
NULL |
The sending user has not or could not be determined
from the message represented by this handle.
|
otherwise |
A pointer to the sending user.
|
|
NOTES |
|