Hello devs,
today I realized, that the Sieve plugin in roundcubemail 1.5.3-1~kolab3 (installed on Debian 10 Buster) is broken, so you cannot select the first filter. All other filters are selectable.
Hello devs,
today I realized, that the Sieve plugin in roundcubemail 1.5.3-1~kolab3 (installed on Debian 10 Buster) is broken, so you cannot select the first filter. All other filters are selectable.
This is a bug in some of our extra patches. The function asciiwords() in program/lib/Roundcube/bootstrap.php has an added if statement that causes the issue. I suppose it was meant to fix PHP8 warning, but it is wrong. The function code from git-master works all right. https://github.com/roundcube/roundcubemail/blob/20447fa962cfc54ac3fe0616b1b5abc3258372e9/program/lib/Roundcube/bootstrap.php#L326