Opened 4 years ago
Closed 3 years ago
#1485882 closed Feature Requests (fixed)
Allow selectively disabling rules within a single sieve script
| Reported by: | mrjoel | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | Plugins | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
At times it can be very useful to allow a user to disable processing of a single rule within a sieve script, but still keep the rule for future use.
The actual implementation of this differs between clients, however I did find an IETF thread on this discussing commenting out the rule, versus using an "if false { }" construct, but it doesn't seem to have progressed beyond the thread.
http://www.imc.org/ietf-mta-filters/mail-archive/msg03893.html
Change History (2)
comment:1 Changed 4 years ago by alec
- Milestone set to later
comment:2 Changed 3 years ago by alec
- Component changed from Other to Plugins
- Milestone changed from later to 0.4-beta
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Implemented in [98c489e9].