roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

Managesieve exceeds number of php_max_variables in POST #9402

Open hdijkema opened 1 month ago

hdijkema commented 1 month ago

When configuring quite large sieve filters (for SPAM filtering), I managed to POST more than the standard 'max_input_vars ' directive in php.ini (which is 1.000). I've increased the number to 10.000, but I would think that if the managesieve plugin would use something like JSON to communicate between server and client, the POST request would never exceed the max_input_vars value.

So I'm reporting this as a bug or enhancement, whichever you like.