> WC -Sx- Jones wrote: > >> ³Insecure dependency in piped open while running with -T switch² at the line >> where I open a pipe to sendmail. > > This is what your server logs say or what is displayed in the browser > window?
It is displayed in the browser window, thanks to CGI::Carp qw(fatalsToBrowser). > You sure it isn't originating from sendmail? The -t option: > Tends to act flakey. But it isn't the -t option that's causing the problem; it's the data I'm giving the -f option that IE (but not any other browsers) thinks is still tainted. open MAIL, "| /usr/lib/sendmail -t -i -f '$user_email' " or die "Could not open sendmail: $!"; > It is very unlikely a browser issue; what do the server logs say -- the > logs of the CGI server itself? It must be a browser issue to some extent, because the program runs without error when called from a non-IE browser. I don't have any easy access to the error logs on my company intranet where this is running, unfortunately. Wouldn't they just give me the same information I get from fatalsToBrowser? Thanks for your help, Best, Erik -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>