(no subject)
Sep. 11th, 2005 10:57 pmSo, apparently proper mbox first-line formating is:
From - DoW Mon DD HH:MM:SS YYYY
and Outlook felt compelled to use:
From - Dow, DD Mon YYYY HH:MM:SS
Anger. I'll fix this tomorrow.
From - DoW Mon DD HH:MM:SS YYYY
and Outlook felt compelled to use:
From - Dow, DD Mon YYYY HH:MM:SS
Anger. I'll fix this tomorrow.
no subject
Date: 2005-09-12 06:42 am (UTC)% cat mailfolder | perl -ne 's/^(From \S+ \w{3})\,( [ \d]\d)( \w{3})( \d{4})( \d\d\:\d\d\:\d\d)/$1$3$2$5$4/; print;' > outfile