Pigeonhole Sieve: Variables Extension

Settings

sieve_variables_max_scope_size

New in version v0.5.0.

The maximum number of variables that can be declared in a scope.

There are currently two variable scopes: the normal script scope and the global scope created by the include extension.

Note

The minimum value for this setting is 128.

sieve_variables_max_variable_size
  • Default: 4k

  • Values: Size

New in version v0.5.0.

The maximum allowed size for the value of a variable. If exceeded at runtime, the value is always truncated to the configured maximum.

Note

The minimum value for this setting is 4000 bytes.