seawasp: (Default)
seawasp ([personal profile] seawasp) wrote2009-07-29 06:38 pm

Mail Issues #2...

Well, I switched from Netrape Aggravator to the Mac Mail program for the interim.

So far, I can't get any of the obvious applications to open (a copy of) the original mail file. Word of course doesn't recognize it, TextEdit refuses it, and when I tried:

"formail -e -d -s inboxfile >> newinboxfile"

(substituting "Inbox" for "inboxfile" and "NewInbox" for "newinboxfile")

my console just sorta sat there for, well, a long time until I finally killed it off. There was a new file called "NewInbox", but it had nothing in it.

Any more ideas? I've got like 1.2GB of mail file sitting there mocking me. I'm sure MOST of it must be perfectly fine.

[identity profile] ninjarat.livejournal.com 2009-07-30 01:47 am (UTC)(link)
The heck? Okay, that's wack. It means you don't have a text file since tr only works on plain text. It doesn't like non-ASCII. I think I'm at the point where I'd have to look at the file to see what's wrong with it and how to fix it. Sorry. That file is really messed up somewhere.

Are you *absolutely* positive that you have the right file?

[identity profile] m0rlock.livejournal.com 2009-07-30 02:58 am (UTC)(link)
The mostly equivalent command in perl to ninjarat's tr command is

perl -npe 's/\r//g' Inbox > NewInbox

It ought to be a little more effective on the non-text portions of your Inbox.