[EMAIL PROTECTED] wrote/schrieb/scribsit:
> And that one byte would be?
> On Tue, 16 Nov 1999, Sam wrote:
> > I would suggest changing one byte in qmail-smtpd.c, bouncing such mail
> > immediately, instead of deferring it.

diff attached.

Stefan

-- 
I have a new PGP/GPG DSA key, please update your keyrings.
1024D/7EBE9100 1999-10-25 "Stefan Paletta" <[EMAIL PROTECTED]>
02C5 A03B 8088 D4E0 57D0  D44D C1E2 D360 7EBE 9100
--- qmail-smtpd.c.orig  Mon Jun 15 12:53:16 1998
+++ qmail-smtpd.c       Wed Nov 17 01:06:14 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.\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"); }

Reply via email to