From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 02 Jun 2008 19:34:04 -0700 Subject: [sup-talk] [bug] NoMemoryError on huge mbox In-Reply-To: <188c71690806011026u55851e39k2dd982dae28621d@mail.gmail.com> References: <188c71690806011026u55851e39k2dd982dae28621d@mail.gmail.com> Message-ID: <1212460371-sup-5830@entry> Reformatted excerpts from Gabriel Landais's message of 2008-06-01: > I'm not able to load my Thunderbird mbox into sup. Added my Inbox > mbox with sup-add/sup-config : Interesting. This error seems to occur during a string construction. Others have reported weird problems with Thunderbird mbox files before, and I now suspect there's something screwy about their mbox format. Like, they use \r instead of \n for linebreaks. Which wouldn't make any fucking sense at all, but who knows. Can you post the output of a ruby -e 'p File.open("Inbox").read(1000)' so we can take a look at what these guys are doing? (Or whatever Thunderbird file you want instead of "Inbox".) Thanks! -- William