Yeah, the patches fix the mail delivery stage. These duplicate errors happen during the next imap/pop3 login. So either wait for a while and in the meanwhile maybe check that the same mailbox won't get the error more than once.
On Tue, 2010-09-07 at 18:36 +0200, Luca Palazzo wrote:
Timo, just put the path in all three servers. I'm yes getting duplicates. May be they are caused by existent files?
How may I check if patch is working fine?
I'll look at results tomorrow, anyway.
Luca
On 09/07/2010 05:32 PM, Timo Sirainen wrote:
On Tue, 2010-09-07 at 16:24 +0100, Timo Sirainen wrote:
On Tue, 2010-09-07 at 15:59 +0100, Timo Sirainen wrote:
OK, I can reproduce this. It happens only with LMTP, because only then it can do a mailbox sync around the time of mail delivery. It probably also only happens when LMTP delivers the same mail to multiple recipients.
Now I'll just need to figure out how to fix this properly.. The maildir uidlist code is getting pretty ugly.
http://hg.dovecot.org/dovecot-2.0/rev/65b0e7b4eda9 should fix it. Although looks like it's still doing unnecessary extra work.
And http://hg.dovecot.org/dovecot-2.0/rev/c7e1c71c5ec5 fixes the extra work.