[Tickets #5543] Invalid test of Precendence in vacation/Sieve
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Jul 10 12:38:40 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5543
-----------------------------------------------------------------------
Ticket | 5543
Created By | skhorde at inf.fh-brs.de
Summary | Invalid test of Precendence in vacation/Sieve
Queue | Ingo
Version | 1.1.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
skhorde at inf.fh-brs.de (2007-07-10 05:38) wrote:
This Sieve script is created for vacation sends notifications for
Precedences "list" and "bulk".
if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe",
"list-owner", "list-post", "list-archive", "list-id"], not header
:comparator "i;ascii-casemap" :is "Precedence" "list,bulk" ) {
The latter test of "Precedence" is incorrect, because one need to test for
either "list" or "bulk" and not for the string given, hence, you need to
specify a list of strings:
[ "list", "bulk" ]
More information about the bugs
mailing list