> I'm only passing scalar text to MIME::Lite - no file attachments, so > it shouldn't open(). Anyway, if it were, why don't I see "Insecure > dependency in open" instead of "...in require"? > Yes, good point. The open() is only used for sendmail, not for Net::SMTP anyway. Perhaps you need to add to your startup.pl (before any 'use' statements): delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; -- Jeremy Howard [EMAIL PROTECTED] FastMail--Sign up at http://fastmail.fm
- further adventures with taint Michael Blakeley
- Re: further adventures with taint Michael Blakeley
- Re: further adventures with taint Doug MacEachern
- Re: further adventures with taint Michael Blakeley
- Re: further adventures with taint Jeremy Howard
- Re: further adventures with taint Michael Blakeley
- Jeremy Howard