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

Re: [cobalt-users] Matt's FormMail.pl suddenly not working...



Scott wrote:

> "[Wed Dec 13 01:01:57 2000] [error] [client 209.206.248.198] malformed
> header from script. Bad header=<input type=hidden name="recip:
> /usr/cgiwrap/cgiwrap"
>
> Does this mean anything to you?  Not sure what it is telling me...

Malformed header == malformed header, oddly enough. The script is not
outputting

Content-type: text/html


as the start of the output. As it's perl, you can run it from the
command line using something like:

perl /path/to/scriptname

and check the output there to see what happens.

Graeme