Greetings,
Does anyone now what that server error suggests:
Insecure $ENV{PATH} while running with -T switch at
/home/web/perl/contact.pl line 46.
Close to this line in this source file I have:
open (SENDMAIL, "| /usr/sbin/sendmail -oi -t")
or unexpected("contact.pl: Can't open sendmail process: $!\n");
print SENDMAIL "To:support\@findmax.com\n";
print SENDMAIL "From:".$input{'email'}."\n";
print SENDMAIL "Subject: [contact form]".$input{'subject'}."\n\n";
print SENDMAIL $input{'message'}."\n";
close (SENDMAIL)
or intecept("contact.pl: Sendmail did not finish w/ success: $!");
Thank you!
__________________________________________________________
Petar Maymounkov Cell: (617) 283-2401
166 Quincy Mail Center Home: (617) 493-3106
Cambridge, MA 02138 Page: [EMAIL PROTECTED]