Opened 14 years ago
Closed 9 years ago
#51 closed enhancement (fixed)
Support Injection-Info
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | 2.6.0 |
Component: | nnrpd | Version: | |
Severity: | wishlist | Keywords: | compliance |
Cc: |
Description
nnrpd should fill out Injection-Info as specified in the current USEFOR draft to supplement the current trace headers. Eventually, it should replace all of them (NNTP-Posting-Host, NNTP-Posting-Date, X-Trace, X-Complaints-To).
Change History (3)
comment:1 Changed 14 years ago by
Keywords: | compliance added |
---|
comment:2 Changed 13 years ago by
Milestone: | → 2.6.0 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9740]) Add support for the posting-account attribute in Injection-Info: header fields
Add new addinjectionpostingaccount parameter to inn.conf. When set
to true, the Injection-Info: header field contains an additional
posting-account attribute that mentions the username assigned to the
user at connection time or after authentication. The default value
for this parameter is false.
closes #51
Done in INN 2.6.0.
Injection-Date and Injection-Info headers are implemented as defined by RFC 5536.
See commit [8854] for Injection-Date.
See commits [8857] and [8878] for Injection-Info.
Note that posting-account will also be added.