[Spambayes] Re: Mailbox class in the spambayes project & python2.2.1

Greg Ward gward@python.net
Thu, 26 Sep 2002 16:51:40 -0400


On 26 September 2002, Skip Montanaro said:
> Just switch to mailbox.PortableUnixMailbox.  It only matches on '^From ':

Except PortableUnixMailbox is extremely demanding in that every
non-message-delimiting "\nFrom " must be mangled to "\n>From ",
otherwise it will be mistaken for a delimiter.  Since Alexander's
whole problem is that he has un-mangled "\nFrom " lines in his archive,
PortableUnixMailbox won't work for him.

Have I mentioned that the mbox format sucks?  ;-)

        Greg
-- 
Greg Ward <gward@python.net>                         http://www.gerg.ca/
What the hell, go ahead and put all your eggs in one basket.