The behavior of sieve is affected by the following configuration statements:
Statement | Reference
|
---|---|
debug | See Debug Statement.
|
tls | See TLS Statement.
|
mailbox | See Mailbox Statement.
|
locking | See Locking Statement.
|
logging | See Logging Statement.
|
mailer | See Mailer Statement.
|
The following statements configure sieve-specific features:
This block statement configures search paths sieve uses to locate its loadable modules. See Require Statement, for a detailed information of this feature.
This statement may contain the following sub-statements:
clear-library-path
,clear-include-path
,library-path
,include-path
, which are described below.
Used within the
sieve
block statement.If bool is ‘true’, clear library search path.
Used within the
sieve
block statement.If bool is ‘true’, clear include search path.
Used within the
sieve
block statement.Add directories to sieve library search path. Argument is a string containing a colon-separated list of directories.
Used within the
sieve
block statement.Add directories to the include search path. Argument is a string containing a colon-separated list of directories.
If bool is ‘true’, do not abort if execution of a Sieve script fails on a particular message.
Sets Sieve debug flags. See Logging and Debugging, for a detailed description.