Index: ossp-pkg/lmtp2nntp/lmtp.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp.c,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp.c,v' 2>/dev/null --- lmtp.c 2001/08/21 10:52:47 1.13 +++ lmtp.c 2001/08/23 07:54:06 1.14 @@ -188,7 +188,7 @@ * function must assume multiline messages have lines terminated * with NL only. * - * RFC821 "Simple Mail Transfer Protocol" [excerpt] + * RFC0821 "Simple Mail Transfer Protocol" [excerpt] * 4.5.2. TRANSPARENCY * When a line of mail text is received by the receiver-SMTP it checks * the line. If the line is composed of a single period it is the end of @@ -256,7 +256,7 @@ * LMTP_ERR_OVERFLOW req->msg set, req->verb NULL means buf overflow * LMTP_ERR_SYSTEM req->msg set, req->verb NULL means system error * - * RFC821 "Simple Mail Transfer Protocol" [excerpts] + * RFC0821 "Simple Mail Transfer Protocol" [excerpts] * 4.1.1. COMMAND SEMANTICS * The command codes themselves are alphabetic characters terminated by * if parameters follow and otherwise. Index: ossp-pkg/lmtp2nntp/msg.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/msg.c,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/msg.c,v' 2>/dev/null --- msg.c 2001/08/21 07:40:41 1.6 +++ msg.c 2001/08/23 07:54:06 1.7 @@ -65,7 +65,7 @@ /* INPUTS * * msg->cpMsg - * must contain the wholly RFC822 formatted message with native + * must contain the wholly RFC0822 formatted message with native * (unescaped) dots at the beginning of a line, the 'From ' envelope, * headers, double newline, body, '\0', no trailing dot; *