I guess its my turn to put some egg on my face.  The patch that I had included earlier 
also had some ETRN related changes in it.  Below is the relevant portion of the patch:

--- qmail-smtpd.c.orig  Fri Nov 12 23:08:08 1999
+++ qmail-smtpd.c       Wed Dec  8 23:01:18 1999
@@ -47,7 +47,7 @@
 void die_nomem() { out("421 out of memory (#4.3.0)\r\n"); flush(); _exit(1); }
 void die_control() { out("421 unable to read controls (#4.3.0)\r\n"); flush(); 
_exit(1); }
 void die_ipme() { out("421 unable to figure out my IP addresses (#4.3.0)\r\n"); 
flush(); _exit(1); }
-void straynewline() { out("451 See http://pobox.com/~djb/docs/smtplf.html.\r\n"); 
flush(); _exit(1); }
+void straynewline() { out("551 See http://pobox.com/~djb/docs/smtplf.html also, NT 
+users see http://support.microsoft.com/support/kb/articles/Q224/9/83.ASP\r\n"); 
+flush(); _exit(1); }

 void err_bmf() { out("553 sorry, your envelope sender is in my badmailfrom list 
(#5.7.1)\r\n"); }
 void err_nogateway() { out("553 sorry, that domain isn't in my list of allowed 
rcpthosts (#5.7.1)\r\n"); }



Sorry for the wasted bandwidth.

Bob

--
Robert Sanderson <[EMAIL PROTECTED]>
http://www.ETRN.com


Reply via email to