Displaying 1 result from an estimated 1 matches for "swreg".
Did you mean:
s_reg
2011 Sep 10
1
Annoying "feature" in dovecot/pidgeonhole - include depth limitation
...dovecot 2.0.14 build on Debian.
The maintainers obviously patch the dovecot source so that it uses the
pidgeonhole sieve system.
Today I ran into a very annoying issue: I created several sieve scripts
and interlinked via the include command, only to find dovecot spewing
this error message at me:
SWREG Newsletter: line 14: error: cannot nest includes deeper than 10
levels.
As far as I could see this limitation is hardcoded to a depth of 10 and
can only be changed at compile time.
Why is it in place? I understand that you CAN create loops via the
include command and limiting the inclusion depth...