17 Aug
2009
17 Aug
'09
8:36 a.m.
On Aug 17, 2009, at 1:31 AM, Phillip Macey wrote:
Also you could check if you have any mails with CRs in them:
perl -ne 's/\r$//;print if /\r/' *
This didn't print anything - I was sort of expecting it to at least
print something (especially since your update seemed to fix the
crash...)
Hmm. That is strange. What about in the destination mailbox where you
copied the messages? I'm now wondering if there's still a data
corruption bug.