Bryan Harris wrote:
For some reason, when I turn on taint checking, my script dies on
the line where I open up sendmail to send an email:

What does the error message say??

Even if I replace all the variables within the mail part with plain
text, it still dies right there, so Iım not sure whatıs wrong...

Any suggestions?

A wild guess, without knowing what the error message is, is that you need to untaint $ENV{PATH}:

    $ENV{PATH} = '';

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to