ossp-pkg/lmtp2nntp/lmtp.c 1.13 -> 1.14
--- 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
* <SP> if parameters follow and <CRLF> otherwise.
|
|