From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 29 Apr 2009 11:02:06 -0700 Subject: [sup-talk] possible mbox "initial From" fix Message-ID: <1241027916-sup-7642@entry> After a lot of toying with RubyMail, hoping I could get it to behave well, I finally gave up and just tweaked the regexp that determines whether a line is an mbox separator or not, and bypassed RubyMail mbox splitting entirely. It might still be too lenient---I have it looking for /^From \S+@\S+ /, so it's not even bothering to parse a date, etc. I'm hoping to strike somewhat of a balance between strict and liberal. So, please try it out and see if it solves your mbox problems. -- William