ossp-pkg/lmtp2nntp/lmtp.c 1.10 -> 1.11
--- lmtp.c 2001/08/14 14:42:41 1.10
+++ lmtp.c 2001/08/16 15:00:50 1.11
@@ -142,6 +142,7 @@
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;
|
|