#1487746 closed Feature Patches (fixed)
managesieve plugin regex support patch
| Reported by: | sabel | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | Plugins | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I wrote a small patch to support regex filters.
Don't know if it's complete, but it's working fine for me.
Perhaps you could apply it to the trunk.
Attachments (2)
Change History (6)
Changed 2 years ago by sabel
Changed 2 years ago by alec
comment:1 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Applied in r4521/svn
comment:2 Changed 2 years ago by Steffen
The updated patch does not execute
array_push($exts, 'regex');
and therefore the sieve script fails to work!
comment:3 Changed 2 years ago by alec
Fixed in r4806/svn.
comment:4 Changed 2 years ago by Steffen
Confirmed, thanks! :)
Note: See
TracTickets for help on using
tickets.

updated version