mirror of
https://github.com/Biarity/Sieve.git
synced 2025-04-12 15:02:53 +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.