Hi,
On Thu, 26 Jul 2001, Bill Barrett wrote:
> I really want to keep -T to keep my script completely safe,
> but I simply cannot get the script to completely execute. I am driving
> myself crazy because I don't want to cop out and delete the -T.
>
> Apparently Perl is not allowing me to modify files or make the call to
> sendmail; but the documentation is very sparse, and I'm running out of
> ideas. Anyone have advice? Thanks!
Along with untainting variables, Taint mode requires you set the PATH
variable, in this case to sendmail. You can't just use the full path to a
script because the script itself may call other scripts.
Set $ENV{PATH} and see if you get sendmail to work under taint.
Lisa Wolfisch Nyman <[EMAIL PROTECTED]> IT Warrior Princess
"Life is too short to wear ugly underwear."
Get the facts at http://quickfacts.census.gov/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]