SYNOPSIS |
#include <dk.h>
DKIM_STAT dkim_eoh(
DKIM *dkim
);
Denote end-of-headers for a message.
|
DESCRIPTION |
Called When |
dkim_eoh() is called when the delimiter between the message's
headers and its body is encountered. |
|
---|
ARGUMENTS |
|
NOTES |
- This function may return DKIM_STAT_NOSIG if no signature
was present in the message headers. This is simply advisory; you must
continue executing down to the
dkim_eom()
call to determine whether or not a signature should have been present.
|