On 8/19/10 Thu Aug 19, 2010 3:46 PM, "Mimi Cafe" <[email protected]>
scribbled:
> I am using MIME::Lite::TT::HTML in my module to send emails and this worked
> until I decided to use taint mode. Now Perl is not happy anymore. This is
> the first time I am using taint mode, so I am not sure whether my code is
> causing this exception or the underlying MIME::Lite::TT::HTML or
> MIME::Lite.
>
> Insecure $ENV{PATH} while running with -T switch at
> /usr/local/share/perl5/MIME/Lite.pm line 2689., referer:
> http://192.168.0.88/cgi-bin/dashboard.cgi
>
(Program snipped)
> Any ideas?
Yes. Read 'perldoc perlsec', then set $ENV{PATH} to the directory where the
sendmail program is located on your system.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/