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

smtpcmds.c



Index: smtpserver/smtpcmds.c
===================================================================
RCS file: /cvsroot/zmailer/smtpserver/smtpcmds.c,v
retrieving revision 1.97
diff -u -r1.97 smtpcmds.c
--- smtpserver/smtpcmds.c       2003/09/30 22:37:35     1.97
+++ smtpserver/smtpcmds.c       2003/10/01 08:23:18
@@ -56,7 +56,7 @@
   for ( ; *str ; ++str ) {
     int c = (*str) & 0xFF;
     if (c < 0x20 || c > 0x7e)
-      fprinf(mfp,"\\%03o", c);
+      fprintf(mfp,"\\%03o", c);
     else {
       if (c == '"' || c == '\\' || c == '(' || c == ')')
        fputc('\\', mfp);


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi