[Tickets #6375] Re: Ability to create raw sieve rules
bugs at horde.org
bugs at horde.org
Thu Mar 20 10:17:50 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6375
-----------------------------------------------------------------------
Ticket | 6375
Updated By | gentz at equinux.de
Summary | Ability to create raw sieve rules
Queue | Ingo
Version | HEAD
Type | Enhancement
State | Rejected
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
gentz at equinux.de (2008-03-20 06:17) wrote:
We have simple AND+OR rules like
if allof ( header :contains "Delivered-To" ["a at b.com","b at c.com"],
anyof(header :contains ["Subject"] "abc", header :contains ["From"]
"x at y.z")) {...}
or rules with sub-rules like
if header :contains ["to","cc","resent-to"] "c at d.com" {
if header :contains ["subject"] "abc" {
fileinto "...";
stop;
}
if header :contains ["subject"] ["def","ghi"] {
fileinto "...";
stop;
}
if ...
}
More information about the bugs
mailing list