Removed the VRFY and EXPN commands from our SMTP server
[citadel.git] / citadel / file_ops.c
index bf4cee5b1f32c1393805b1b37868453e355b8a4f..a6cf80b7a087c8ef2d74b867d7a97811b10bf2dd 100644 (file)
@@ -280,7 +280,7 @@ void cmd_netf(char *cmdbuf)
        putc(255, ofp);
        putc(MES_NORMAL, ofp);
        putc(0, ofp);
-       fprintf(ofp, "Pcit%ld", CC->user.usernum);
+       fprintf(ofp, "P%s", CC->user.fullname);
        putc(0, ofp);
        time(&now);
        fprintf(ofp, "T%ld", (long) now);