Summary | \'s are over-escaped in sieve's regex mode |
Queue | Ingo |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | sky (at) columbia (dot) edu |
Created | 06/14/2005 (7298 days ago) |
Due | |
Updated | 06/26/2005 (7286 days ago) |
Assigned | 06/14/2005 (7298 days ago) |
Resolved | 06/26/2005 (7286 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ \'s are over-escaped in sieve's regex mode
Queue ⇒ Ingo
New Attachment: sieve.php.patch
they are not matched as a wildcard, but "\." is parsed by sieve.php to
"\\." adding a backslash.
It seems like, in general, \'s shouldn't be escaped for regex parsing.
The attached patch, makes an exception when match-type is regex in
the sieve driver.