6.0.0-beta1
9/17/25

[#802] Sieve and Cyrus "Virtual Memory Exhausted"
Summary Sieve and Cyrus "Virtual Memory Exhausted"
Queue Ingo
Queue Version HEAD
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester j.henge-ernst (at) interexa (dot) de
Created 11/10/2004 (7616 days ago)
Due
Updated 11/11/2004 (7615 days ago)
Assigned
Resolved 11/11/2004 (7615 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/11/2004 10:57:34 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
This has been discussed in detail on the list. Please don't ask 
questions here, this is a bug tracker. And this was actually a bug in 
Cyrus, not Ingo.
11/10/2004 04:55:51 PM j (dot) henge-ernst (at) interexa (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sieve and Cyrus "Virtual Memory Exhausted"
Queue ⇒ Ingo
Reply to this comment
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?


Saved Queries