OSSP CVS Repository

ossp - Check-in [722]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 722
Date: 2001-Aug-21 12:52:47 (local)
2001-Aug-21 10:52:47 (UTC)
User:thl
Branch:
Comment: removed FIXME. We are a LMTP server and we send multiline replies and don't receive any so no need to handle such incoming messages. The NNTP client has no need for handling multiline replies because the protocol does not support multiline replies.
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/lmtp.c      1.12 -> 1.13     0 inserted, 1 deleted

ossp-pkg/lmtp2nntp/lmtp.c 1.12 -> 1.13

--- 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;

CVSTrac 2.0.1