From: Rudy Gevaert (no email)
Date: Mon Sep 03 2007 - 04:17:47 EDT
Hello,
I noticed that I'm having a problem with cyr_expire. I previously set
an expire annotation on a mailbox. (Some months ago.)
I have now seen that cyr_expire goes upto that mailbox and then errors:
Sep 2 04:40:07 himalaya mail1/cyr_expire[10145]: IOERROR:
ugent.be!user.rudy^gevaert.Spam zero index/expunge record 8/1183861181
Than it stops:
Sep 2 04:40:07 himalaya mail1/cyr_expire[10145]: expunged 6592 out of
360264 messages from 70323 mailboxes
Sep 2 04:40:07 himalaya mail1/cyr_expire[10145]: duplicate_prune:
pruning back 6 days
Sep 2 04:40:21 himalaya mail1/cyr_expire[10145]: duplicate_prune:
purged 6307 out of 98826 entries
I'm using 2.3.7. I know of a the bug that cyr_expire stops when he
reaches an error. But I'm wondering that the error is. How can I fix
the mailbox?
I looked trough the source and I think I found the relevant lines of
code in mailbox.c:
/* Sanity check */
if (*((bit32 *)(buf+OFFSET_UID)) == 0) {
syslog(LOG_ERR, "IOERROR: %s zero index/expunge record %u/%lu",
mailbox->name, msgno, exists);
return IMAP_IOERROR;
But I don't understand what it means...
Thanks in advance,
Rudy
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Rudy Gevaert tel:+32 9 264 4734 Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office Groep Systemen Systems group Universiteit Gent Ghent University Krijgslaan 281, gebouw S9, 9000 Gent, Belgie www.UGent.be -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
|
|
|