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 |
State ⇒ Not A Bug
questions here, this is a bug tracker. And this was actually a bug in
Cyrus, not Ingo.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sieve and Cyrus "Virtual Memory Exhausted"
Queue ⇒ Ingo
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?