[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Matt's FormMail.pl suddenly not working...
- Subject: Re: [cobalt-users] Matt's FormMail.pl suddenly not working...
- From: "Graeme Fowler" <graeme.f@xxxxxxxxxxxxxxx>
- Date: Wed Dec 13 09:23:26 2000
- Organization: WebFusion Internet Solutions
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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