[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

debug print in smtpserver need removal



Matti,

in .49p8 `release' there is a debug print in smtpserver which is toggled
by HELO in dotnum notation and which breaks SMTP protocol flow.
It was fogotten to switch off.
Here is the patch:

--- rfc821scn.c.orig    Wed Oct 22 23:31:50 1997
+++ rfc821scn.c Mon Nov  3 18:28:45 1997
@@ -700,7 +700,7 @@
     }
     if (*p == '[') {
        q = rfc821_dotnum(p + 1, strict);
-#if 1
+#if 0
  printf("    dotnum: p='%s', q='%s'\n",p,q); 
 #endif
        if (q == p + 1)