diff options
Diffstat (limited to 'util/outmail.c')
-rw-r--r-- | util/outmail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/outmail.c b/util/outmail.c index 10a7b6f9..861bae49 100644 --- a/util/outmail.c +++ b/util/outmail.c @@ -86,7 +86,6 @@ void doSendBody(int sock, FILE *fp, char *from, char *to, char *subject) { "X-Disclaimer: [" BBSNAME "]對本信內容恕不負責\r\n\r\n", from, from, to, subject, starttime, (msgid += (int)(random() >> 24))); - printf("%x\n", msgid); write(sock, buf, n); while(fgets(buf, sizeof(buf), fp)) { |