Skip to main content

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); |   |

SENG * <var class="pdparam">seng</var>; int <var class="pdparam">mode</var>;

Description

Set the error mode of the Sieve engine.

Parameters

seng

The Sieve engine state.

mode

Set this to either SIV_ERROR_MODE_FAIL or SIV_ERROR_MODE_CONTINUE.

Return Values

This function returns void.

Threading

It is legal to call this function in the thread.

See Also

Was this page helpful?