Opened 15 years ago
Last modified 7 years ago
#79 new defect
Inconsistent Newsgroups parsing between innd and nnrpd
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | medium | Milestone: | 2.6.x |
Component: | general | Version: | |
Severity: | normal | Keywords: | compliance |
Cc: |
Description
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.
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | compliance added |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | → 2.6.0 |
---|
comment:4 Changed 9 years ago by
Milestone: | 2.6.0 → 2.6.1 |
---|
Note: See
TracTickets for help on using
tickets.
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).