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
- DKIM_CBSTAT_TRYAGAIN should be returned by the callback if
the callback is unable to process the message at this time but a later
attempt might succeed; this causes the library function which used
the callback to return DKIM_STAT_CBTRYAGAIN
|