Check-in Number:
|
741 | |
Date: |
2001-Aug-23 09:54:06 (local)
2001-Aug-23 07:54:06 (UTC) |
User: | thl |
Branch: | |
Comment: |
cosmetic correction make all RFC references match RFC\d{4} allowing to grep for them when writing documentation |
Tickets: |
|
Inspections: |
|
Files: |
|
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.
|
|
ossp-pkg/lmtp2nntp/msg.c 1.6 -> 1.7
--- 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;
*
|
|