I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-07-24 15:14:13-07 by quielb
Mail:sendmail fail taint check
I have a shell script that I run setuid, which in turn calls a perl script that uses Mail::Sendmail. Since the shell script is setuid it causes full taint enforcement of the perl script. When I run my perl script I get the following: Insecure dependency in connect while running with -T switch at /opt/perl/lib/site_perl/5.8.3/Mail/Sendmail.pm line 293 Any suggestions to untaint would be appreciated.
Direct Responses: Write a response