Re: [PHP] Using php to parse mail

2002-05-24 Thread Miguel Cruz
On Fri, 24 May 2002, Cedric Fontaine wrote: > In fact, the script does work and does its jobs... But when Qmail > delivers the mail to my script, it assumes that the mail is not > successfully delivered and puts the mail in queue. But the mail is > fully delivered... > > That means that my script

Re: [PHP] Using php to parse mail

2002-05-24 Thread Analysis & Solutions
On Fri, May 24, 2002 at 01:57:31PM -0400, Cedric Fontaine wrote: > > Any clue ? What the differences between 4.0.6 and 4.2.1 makes this > happens ? Are you calling environment or server variables directly? For _example_ $PATH. If so, call them using the superglobal $_SERVER['PATH']. Or perh