On Wed, 2005-10-05 at 16:26 -0400, Matt Juszczak wrote:
Hi all,
I really don't know where to go from here. I've traced and pasted, but never heard responses....
I'm getting the following (see bottom of this email) in a single day of dmesg....most of the time the error message in the log file is something like:
Oct 5 09:21:43 mail1 dovecot: imap(*****): file mbox-save.c: line 280 (mbox_save_init_file): assertion failed: (mbox->mbox_lock_type != F_RDLCK)
This means that some client was trying to copy a message from a mailbox to itself. Of course it shouldn't crash there, but I've been a bit too lazy in fixing this problem..
Fixed now in CVS to give an error to client instead of crashing. This should be allowed, but it's pretty low priority problem. I don't think there is any good reason to duplicate a mail in a mailbox..