InterNetNews / inn

INN (InterNetNews) Usenet server
https://www.isc.org/othersoftware/#INN
Other
68 stars 13 forks source link

Inconsistent Newsgroups parsing between innd and nnrpd #92

Open rra opened 3 years ago

rra commented 3 years ago

Reported by eagle on 15 Dec 2008 00:35 UTC USEFOR says that we MUST accept folding whitespace in Newsgroups headers. Currently, innd accepts and ignores whitespace, but not folding whitespace. nnrpd splits the Newsgroups header on commas and hence treats whitespace as part of newsgroup names.

rra commented 3 years ago

Comment by iulius on 15 Aug 2009 07:24 UTC It should also be checked where the Newsgroups: header is parsed elsewhere in the code (for instance in ARTcancelverify, the field does not seem to be well parsed).