Roundcube Community Forum

Release Support => Pending Issues => Topic started by: xep22 on December 16, 2023, 03:51:22 PM

Title: Problem with regex filters
Post by: xep22 on December 16, 2023, 03:51:22 PM
For some time now my regex filters are not longer working. For example this one for the subject:

Code: [Select]
^(Request|Question) for offer (\d+)$
The regex itself is correct. But Roundcube don't longer do the action I set up. Using 1.6.5
Title: Re: Problem with regex filters
Post by: alec on December 17, 2023, 07:19:13 AM
Sieve filters? Roundcube does not execute the scripts, it just creates them.
Title: Re: Problem with regex filters
Post by: xep22 on December 18, 2023, 06:41:29 AM
What do you mean ? check the attachment. And I am sure that worked for a while...

subject, fits to regular expression, regex
Title: Re: Problem with regex filters
Post by: alec on December 19, 2023, 02:28:54 AM
I'm saying sieve scripts are executed by a server, not a client. Roundcube is a client.