Search K
Appearance
Appearance
The Sieve include extension (RFC 6609) permits users to include one Sieve script into another. This can make managing large scripts or multiple sets of scripts much easier, and allows a site and its users to build up libraries of scripts. Users are able to include their own personal scripts or site-wide scripts.
Included scripts can include more scripts of their own, yielding a tree of included scripts with the main script (typically the user's personal script) at its root.
The include extension is available by default.
sieve_include_max_includes
Default | 255 |
---|---|
Value | unsigned integer |
See Also | |
Advanced Setting; this should not normally be changed. |
The maximum number of scripts that may be included. This is the total number of scripts involved in the include tree.
sieve_include_max_nesting_depth
Default | 10 |
---|---|
Value | unsigned integer |
See Also | |
Advanced Setting; this should not normally be changed. |
The maximum nesting depth for the include tree.