RE: [cgiwrap-users] Sending email using perl scripts.
Brought to you by:
nneul
From: Neulinger, N. <nn...@um...> - 2001-10-02 14:03:15
|
You're probably getting an error from sendmail sent to stderr. This is a problem with your script. Suggest adding 2>&1 to the cmd line where you execute sendmail. -- Nathan > -----Original Message----- > From: David DelBiondo [mailto:dav...@ol...] > Sent: Tuesday, October 02, 2001 8:54 AM > To: cgi...@li... > Subject: [cgiwrap-users] Sending email using perl scripts. > > > Hello Everyone, > > A few months ago I purchased a Cobalt RaQ4i for my web > server. I ran into a strange problem. I use perl scripts to > process forms on my clients web sites and email them using > sendmail, confirmation web page would be delivered back to > the web browser. All seemed to be working well until I had > a person with a "." in their email > address(som...@so...). When the submit button is > selected, the form is processed and the emails are sent, but > a server error is returned to the web browser. The error log > has the following information in it. > [Tue Oct 2 07:52:17 2001] [error] [client 158.106.50.3] > malformed header from script. Bad > header=som...@so...... No su: /usr/cgiwrap/cgiwrap > > I posted on the cobalt site and my hosting companies site but > no replys were given. Is this a condition being created by > cgiwrap and if it is, how can I fix it. > > Thanks, > > David > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |