Question : Error parsing IMAP envelopes

Hello, and thanks in advance for the assistance.

We're getting a strange error in /var/log/maillog, such as...

Nov 11 19:28:01 edo imap(geda): Error parsing IMAP envelope: "Fri, 31 Oct 2003 12:37:37 -0500" "Re: CVS commit: [db-work-20031031] src/libs/libdb/src" (("Geda Pusternyak" NIL "geda" "cri.com")) (("Ged Pusternyak" NIL "geda" "cri.com")) (("Ged Pusternyak" NIL "geda" "cri.com")) ((NIL NIL "sourcerers" "cri.com")) NIL NIL "-dilemma.bdi.com>" NIL

Answer : Error parsing IMAP envelopes

Yikes! (bad copy and paste), that should be...
1:
2:
3:
4:
5:
6:
7:
# make a BACKUP!
# run this first to verify these are 
# the files you want to delete
find /home/gedalia/Maildir/.INBOX.cvs/ -name ".imap.index*" -exec echo {} \;
# then run this to delete them
# by default, on RHEL4, you are asked to confirm
find /home/gedalia/Maildir/.INBOX.cvs/ -name ".imap.index*" -exec rm {} \;
Random Solutions  
 
programming4us programming4us