NOTES |
- DKIM_CBSTAT_CONTINUE should be returned by the callback
on normal successful completion, indicating to library that normal
operation should proceed
- DKIM_CBSTAT_REJECT should be returned by the callback if
the callback is able to determine that the message should be rejected;
this will cause the library function which used the callback to
return DKIM_STAT_CBREJECT
|