[PHP] parsing mail files

2002-04-29 Thread Michael George
Hello! I am looking for some sample code that will parse a file in Unix mbox format. I want to write an app that will examine mail messages for email-registration info. Parsing the mail with the registration is what I will do, but Im hoping someone has already done some relatively simple code

Re: [PHP] parsing mail files

2002-04-29 Thread Michal Dvoracek
Hello, try sourceforge.net or freshmeat.net. There are very usefull programs. Try search: mail mime Regards Michal Dvoracek [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parsing mail files

2002-04-29 Thread Michael George
On Mon, Apr 29, 2002 at 02:42:01PM +0200, Michal Dvoracek wrote: try sourceforge.net or freshmeat.net. There are very usefull programs. Try search: mail mime Great suggestion, thanks! -- In light of the terrorist attack on the U.S.: They that give up essential liberty to

Re: [PHP] parsing mail files

2002-04-29 Thread David Freeman
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