Author Topic: Problem with regex filters  (Read 1597 times)

Offline xep22

  • Newbie
  • *
  • Posts: 2
Problem with regex filters
« 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
« Last Edit: December 16, 2023, 03:57:15 PM by xep22 »

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Problem with regex filters
« Reply #1 on: December 17, 2023, 07:19:13 AM »
Sieve filters? Roundcube does not execute the scripts, it just creates them.

Offline xep22

  • Newbie
  • *
  • Posts: 2
Re: Problem with regex filters
« Reply #2 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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Problem with regex filters
« Reply #3 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.