My hosting company says:
<quote>
A: We stopped using sendmail as our mail processor on the web boxes because of some serious security and performance issues. We replaced it with a program called qmail which functions exactly the same.
Qmail is the program our mail servers use to send mail, which is where sendmail used to deliver all of the forms before we put qmail on each web box. However, this change happened almost 3 weeks ago, so I don't see how the two could be related.
</quote>
Also, when asked if Qmail treats \n any differently than sendmail, the reply was:
<quote>
A: As far as I am aware and have experienced, qmail handles the \n value correctly. The only spot where you should be getting the double CRLF should be on the line with the two \n characters.
</quote>
I wonder if I should change \n to \r???? But that's altering a core file...same as changing all the \n\n to \n, sigh...:schmoll:
Thanks, Tom