sieve_set_error_mode
Last updated March 2020
Name
sieve_set_error_mode — Set the error mode of the Sieve engine
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_set_error_mode** (
| seng, | |
| | mode)
; | |
Description
Set the error mode of the Sieve engine.
- seng
-
The Sieve engine state.
- mode
-
Set this to either
SIV_ERROR_MODE_FAIL
orSIV_ERROR_MODE_CONTINUE
.
This function returns void.
It is legal to call this function in the thread.
See Also
Was this page helpful?