Skip to main content

Name

pcre_cache_ttl — set the maximum TTL for the ec_pcre_compile cache

Synopsis

pcre_cache_size = 300

Description

Pcre_Cache_Size and Pcre_Cache_Ttl together set the maximum size and TTL of the ec_pcre_compile cache. This cache is used by sieve, sievelib, the bounce_classifier code and the vctx_filter module to cache compiled regular expressions. It should not normally be necessary to modify these values.

The default value for this option is 300.

Scope

pcre_cache_ttl is valid in the global scope.

See Also

Was this page helpful?