In a message dated 3/3/2002 6:56:36 PM Eastern Standard Time, [EMAIL PROTECTED] writes:
> Email is sent out > fine from the server though, I just get that 220 message in my logs all > the time and it causes some pages to put up a server error. It sounds like your mail server gives 220 as the QUIT response instead of 221. You might want to look into getting that fixed. If that's not possible, you can edit the _ns_sendmail function to expect a 220 response after the QUIT, or take out the last _ns_smtp_recv altogether (it's not really needed since the next thing that happens is the socket closing).
