Re: [courier-users] Bug in deliverquota or maildirsize?
Brought to you by:
mrsam
|
From: Sam V. <mr...@co...> - 2000-11-14 22:26:38
|
On Tue, 14 Nov 2000, "Daniel Erdös" wrote: > I get the problem again. This behavior is reproducible. By the way in this case > courierimapuiddb just includes one entry like: > 1 974206443 5608 > although there are 1035 messages left. Shouldn't it include one line for each > message? > > I am using qmail with deliverquota. Could this be a bug in deliverquota or a > problem that occurs when courier imap has to write many modifications to > maildirsize. deliverquota does not touch courierimapuiddb. EXPUNGE does not touch maildirsize -- maildirsize is updated when the message is initially marked as deleted. I just created a maildir with a quota, and filled it with 800 messages. Then, I marked 400 messages to be deleted, and expunged it. Everything worked correctly. You should strace the imapd process during an EXPUNGE. |