Re: Apache error 500: malformed header from script

2004-05-02 Thread Jan Eden
encoded in utf8), I get the malformed header from script error. Now theres a funny thing: If I do not load the content itself (via a variable $content) from the database into the form field, but just print out the word content and paste the original content into the field, I never get the error

malformed header from script???

2002-07-25 Thread webster
I'm getting this error: malformed header from script. Bad header=EHLO stanislaw if I turn off use strict, I get the error Premature end of script headers my code is posted below, and it runs all the way through because it sends the email - and the email has

Re: malformed header from script???

2002-07-25 Thread perl-dvd
: webster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 1:10 PM Subject: malformed header from script??? I'm getting this error: malformed header from script. Bad header=EHLO stanislaw if I turn off use strict, I get the error Premature end of script headers my code

Re: malformed header from script???

2002-07-25 Thread webster
: malformed header from script??? I'm getting this error: malformed header from script. Bad header=EHLO stanislaw if I turn off use strict, I get the error Premature end of script headers my code is posted below, and it runs all the way through because it sends the email - and the email has

RE: malformed header from script???

2002-07-25 Thread Bob Showalter
-Original Message- From: webster [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:02 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: malformed header from script??? hmmm, ok, I moved the Content-Type line up in the program, and that got rid of the error

Re: malformed header from script???

2002-07-25 Thread Jake
That was it...I shoulda picked it up myself, but im a bit fuzzyheaded today. thanks a million Perhaps this line is doing it: $sm-setDebug($sm-ON); -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]