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

Re: [cobalt-users] Malformed Header Error



On Sun, 9 Apr 2000, John Ingham wrote:

> I am having trouble getting my bnbform.cgi script to run from a ssl directory.
> 
> After completing the form and submitting the browser returns...
> Internal Server Error
> [Sun Apr  9 18:45:53 2000] [error] [client 209.182.131.30] malformed header
> from script. Bad header=nobody... Recipient names must:
> /home/httpd/html/ssl/bnbform/bnbform.cgi
> >>>>
> 

Been there, done that, the script is causing sendmail to print out an 
error message and the server is reading it before it reads the cgi's
headers....make sure the script is adding -t to sendmail, and 
you might add a line to the script to flush it's output after writing
the Content-type: line...then you won't get the wrap error and can see
what's happening....