Index: ossp-pkg/lmtp2nntp/lmtp.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp.c,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp.c,v' 2>/dev/null --- lmtp.c 2001/08/21 07:40:41 1.12 +++ lmtp.c 2001/08/21 10:52:47 1.13 @@ -142,7 +142,6 @@ lmtp_rc_t lmtp_readline(lmtp_t *lmtp, char *buf, size_t buflen) { /* read a line (characters until NL) from input stream */ - /*FIXME RFC0821 4.2. SMTP REPLIES "Only the EXPN and HELP commands are expected to result in multiline replies in normal circumstances, however multiline replies are allowed for any command." */ size_t n; char c; lmtp_readline_t *rl = &lmtp->rl;