[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Problem with calling SENDMAIL from perl script



> here the relevant part of the script:
> 
> #!/usr/bin/perl
> 
> &Parse_Form;
> 
> $sendmail = "sendmail -t -n -oi";
> open (MAIL, "| $sendmail");
> 

I'm no Perl guru, but shouldn't that be /usr/sbin/sendmail ?
-- 
Dan Kriwitsky