Script length limited in simple mode
Status: Beta
Brought to you by:
aturbide
In the simple mode the script length seems to be
limited to 32768 (?) bytes. When trying to add rules
that would exceed this limit I get "Updatesieve Error:
Cant' update script...
Returned Error: Putting script: Did not specify script
data".
I advanced mode it seems to be possible to have larger
scripts, though this may be due to the fact that there
are no overhead (commented) line from WebSieve.
Logged In: NO
This is probably not a websieve bug. Sieve when run under
Cyrus has a script size limit of 32768 B. It can be
increased with the configuration item:
sieve_maxscriptsize: n
Where n is the number of 32768 B units. Put into imapd.conf.
With this change simple mode scripts work in excess of this
limit.
Logged In: NO
There is some overhead due to the fact that a copy of the
rules is also sent to the server as well as the produced rule
script.
Logged In: YES
user_id=300172
Fixed with version 0.63a. Now can support up to around 400
rules.
Logged In: YES
user_id=300172
Fixed with version 0.63a. Now can support up to around 400
rules.