DKIM_CBSTAT

DESCRIPTION
Purpose A DKIM_CBSTAT is a return value from a callback provided to the libdkim functions.
Possible Values
  • DKIM_CBSTAT_CONTINUE -- continue normal operation
  • DKIM_CBSTAT_REJECT -- request message rejection libdkim function calling the callback function should return DKIM_STAT_CBREJECT indicating the callback requested message rejection
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

Copyright (c) 2007 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the LICENSE.