On 29 Apr 2002 at 8:24, Michael George wrote:

> I am looking for some sample code that will parse a file in Unix mbox format.

How much control do you have over the system the mbox lives on?  You 
might find it easier to do at least some of the pre-processing as a 
shell script before feeding it to php.  There are a number of command 
line tools in linux that let you manipulate an mbox - including 
stepping through each message, for example.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to