On Fri, 24 May 2002, Cedric Fontaine wrote:
> MC> qmail uses the exit code to determine what happened to the message. Try
> MC> ending your script with exit(99); that tells qmail that you're done with
> MC> the message and never want to see it again.
>
> MC> miguel
>
> Yep but it doesn't work
Hello,
MC> qmail uses the exit code to determine what happened to the message. Try
MC> ending your script with exit(99); that tells qmail that you're done with
MC> the message and never want to see it again.
MC> miguel
Yep but it doesn't work anymore with a such exit(99)... But it's
something
Hello !
AS> Are you calling environment or server variables directly? For _example_
AS> $PATH. If so, call them using the superglobal $_SERVER['PATH']. Or
AS> perhaps you're utilizing $argv to bring in stuff from the command line?
AS> Similarly, use $_SERVER['argv'].
AS> These chagnes are
3 matches
Mail list logo