On 3/13/07, <b class="gmail_sendername">Timo Sirainen</b> <<a href="mailto:tss@iki.fi">tss@iki.fi</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 2007-03-13 at 12:11 -0400, bofh list wrote:<br><br>> > The current command did not succeed. the mail server<br>> responded:<br>> > error in imap command uid: invalid body[..] parameter.
<br>> Missing '>' in<br>> > '<12288.-7215>'<br>> ><br>> > Any ideas?<br>><br>> Your UIDs have grown to huge values for some reason, and
<br>> Thunderbird<br>> doesn't like them.<br>><br>> I guess you're using mbox. You can renumber the UIDs by<br>> deleting<br>> dovecot.index* files and removing X-IMAP, X-IMAPbase and X-UID
<br>> headers<br>> from the mbox.<br>><br>> We are using Maildir over NFS.<br><br>Weird. Anyway I think the problem is still the same. Check the UID<br>values in dovecot-uidlist file. Are they larger than 2147483647? They
<br>can be renumbered by deleting dovecot-uidlist and dovecot.index*.<br>
</blockquote><div><br>
find . -name 'dovecot-uidlist' |xargs cat |sort -rn |head -1<br>
7556 1173802497.7075_2.mail<br>
</div></div>