mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-01 09:03:34 +02:00
Combined filters separated with comma and a space resulted in an error. Example: Title==D, (Title|LikeCount)==3 Caused the error: "(Title not found" Extended regex to allow whitespaces after the comma as documented.