RFC Errata
RFC 4707, "Netnews Administration System (NAS)", October 2006
Source of RFC: INDEPENDENTSee Also: RFC 4707 w/ inline errata
Errata ID: 5816
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Julien Élie
Date Reported: 2019-08-18
Verifier Name: Adrian Farrel
Date Verified: 2019-08-18
Section 6.3.3.2 says:
info-answer = "400" [answertext] CRLF
text CRLF
"." CRLF
info-answer =/ "101" [answertext] CRLF
text CRLF
"." CRLF
It should say:
info-answer = "400" [answertext] CRLF
*(text CRLF)
"." CRLF
info-answer =/ "101" [answertext] CRLF
*(text CRLF)
"." CRLF
Notes:
Per the examples shown in the text, it is clear that a response may include zero, one, or many additional lines of text.
