Wouter Van Hemel
2004-Jul-24 04:01 UTC
[Dovecot] mbox sync: UID inserted in the middle of mailbox
Hello, I found this in the logs of a Dovecot v1.0-test29 test server (OpenBSD 2.9, as mentioned in a previous email): Jul 24 05:37:47 myhostname dovecot: IMAP(username): mbox sync: UID inserted in the middle of mailbox /home/username/.mailbox (235 > 234) Jul 24 05:37:52 myhostname dovecot: IMAP(username): file mbox-sync-rewrite.c: line 357 (mbox_sync_read_and_move): assertion failed: (need_space == -mails[idx].space) Jul 24 05:37:52 myhostname dovecot: child 28601 (imap) returned error 1 Is this bad? :) / Wouter Van Hemel
Timo Sirainen
2004-Jul-26 15:05 UTC
[Dovecot] mbox sync: UID inserted in the middle of mailbox
On Sat, 2004-07-24 at 07:01, Wouter Van Hemel wrote:> Hello, > > I found this in the logs of a Dovecot v1.0-test29 test server (OpenBSD > 2.9, as mentioned in a previous email): > > Jul 24 05:37:47 myhostname dovecot: IMAP(username): mbox sync: UID inserted in the middle of mailbox /home/username/.mailbox (235 > 234) > Jul 24 05:37:52 myhostname dovecot: IMAP(username): file mbox-sync-rewrite.c: line 357 (mbox_sync_read_and_move): assertion failed: (need_space == -mails[idx].space) > Jul 24 05:37:52 myhostname dovecot: child 28601 (imap) returned error 1 > > Is this bad? :)Not good at least. Maybe 1.0-test30 fixes it? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20040726/463257e4/attachment-0001.bin>
Wouter Van Hemel
2004-Jul-28 05:31 UTC
[Dovecot] mbox sync: UID inserted in the middle of mailbox
On Mon, 26 Jul 2004, Timo Sirainen wrote:> On Sat, 2004-07-24 at 07:01, Wouter Van Hemel wrote: > > Hello, > > > > I found this in the logs of a Dovecot v1.0-test29 test server (OpenBSD > > 2.9, as mentioned in a previous email): > > > > Jul 24 05:37:47 myhostname dovecot: IMAP(username): mbox sync: UID inserted in the middle of mailbox /home/username/.mailbox (235 > 234) > > Jul 24 05:37:52 myhostname dovecot: IMAP(username): file mbox-sync-rewrite.c: line 357 (mbox_sync_read_and_move): assertion failed: (need_space == -mails[idx].space) > > Jul 24 05:37:52 myhostname dovecot: child 28601 (imap) returned error 1 > > > > Is this bad? :) > > Not good at least. Maybe 1.0-test30 fixes it? > >Alas, no such luck. Same error. Can I add some DEBUG prints somewhere to get more info written in the log?