[Tickets #802] NEW: Sieve and Cyrus "Virtual Memory Exhausted"
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Nov 10 08:55:52 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=802
-----------------------------------------------------------------------
Ticket | 802
Created By | j.henge-ernst at interexa.de
Summary | Sieve and Cyrus "Virtual Memory Exhausted"
Queue | Ingo
Version | HEAD
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
j.henge-ernst at interexa.de (2004-11-10 08:55) wrote:
The Sieve Script ingo generated do not work properly with some older
versions of the cyrus imapd (here a 2.1.9). I had the same problems as
described in
http://lists.horde.org/archives/ingo/Week-of-Mon-20030811/000396.html
and the problem was the
addflag "\\Seen";
fileinto "INBOX.Trash";
removeflag "\\Seen";
this cause the Virtual Memory exhausted error in cyrus
if I remove the first addflag and only use
fileinto "INBOX.Trash";
removeflag "\\Seen";
It works without any problems. Why do I need first to add the flags and then
remove the flags again?
More information about the bugs
mailing list