On Thu, 2008-03-27 at 12:47 -0400, Dean Brooks wrote:
On Tue, Mar 11, 2008 at 09:55:02AM +0100, Diego Liziero wrote:
On Tue, Mar 11, 2008 at 9:09 AM, Timo Sirainen <tss@iki.fi> wrote:
Well, I'm not sure how you managed to cause this, but this should fix it: http://hg.dovecot.org/dovecot-1.1/rev/7e27d67d3abe
Today, we received several complaints about being unable to delete messages (by moving to Trash) not working, and discovered we were getting the same assertion failure as you:
assertion failed: (seq_range_exists(&ibox->recent_flags, uid))
The only client being used was Squirrelmail with no external access from any other client.
Can you confirm that the patch Timo submited in the above link fixes this problem for 1.1rc3? If so, will this be committed for rc4 or beyond?
The patch will be in rc4, but it's for a completely different problem. Easiest way to get rid of this problem for now is to just comment out the assert, but it would be nice if you could figure out a way to reproduce this so I could properly fix it.