RFC Errata
RFC 4707, "Netnews Administration System (NAS)", October 2006
Source of RFC: INDEPENDENTSee Also: RFC 4707 w/ inline errata
Errata ID: 5815
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.1 says:
help-answer = "410" [answertext] CRLF
text CRLF
"." CRLF
help-answer =/ "100" [answertext] CRLF
text CRLF
"." CRLF
It should say:
help-answer = "410" [answertext] CRLF
*(text CRLF)
"." CRLF
help-answer =/ "100" [answertext] CRLF
*(text CRLF)
"." CRLF
Notes:
Per the examples shown, it is clear that zero, one, or more lines of text may be supplied.
