3.2.13 Injection-Info The Injection-Info header provides information as to how an article entered the Netnews system and to assist in tracing its true origin. injection-info = "Injection-Info:" SP [CFWS] path-identity [CFWS] *( ";" inj-info-para ) CRLF inj-info-param = post-host-param / post-account-param / sender-param / logging-param post-host-param = "posting-host=" host-value host-value = dot-atom / [ dot-atom ":" ] ( IPv4address / IPv6address ) ; see [RFC 2373] post-acct-param = "posting-account=" value sender-param = "sender=" sender-value sender-value = mailbox / "verified" logging-param = "logging-data=" value Although comments and folding of white space are permitted throughout the Injection-Info header, it is RECOMMENDED that folding is not used within any parameter (but only before or after the ";" separating those parameters), and that comments are only used following the last parameter. It is also RECOMMENDED that such parameters as are present are included in the order in which they have been defined in the syntax above. This header is intended to replace various currently-used but undocumented headers such as "NNTP-Posting-Host" and "X-Trace". These headers are now deprecated.[< Prev] [TOC] [ Next >]
Newer | Older |
---|---|
usefor-usefor May 2005 usefor-usefor April 2005 | usefor-usefor September 2004 News Article Format and Transmission May 2004 |
--- ../usefor-usefor-01/Injection-Info.out September 2004 +++ ../usefor-usefor-02/Injection-Info.out November 2004 @@ -2,37 +2,27 @@ The Injection-Info header provides information as to how an article entered the Netnews system and to assist in tracing its true origin. + injection-info = "Injection-Info:" SP [CFWS] path-identity [CFWS] - *( ";" injection-info-parameter ) + *( ";" inj-info-para ) CRLF + + inj-info-param = post-host-param / + post-account-param / + sender-param / + logging-param - injection-info-parameter - = posting-host-parameter / - posting-account-parameter / - posting-sender-parameter / - posting-logging-parameter - - posting-host-parameter - = <a parameter with attribute "posting-host" - and value some host-value> + post-host-param = "posting-host=" host-value host-value = dot-atom / [ dot-atom ":" ] ( IPv4address / IPv6address ) ; see [RFC 2373] - posting-account-parameter - = <a parameter with attribute "posting-account" - and any value> - - posting-sender-parameter - = <a parameter with attribute "sender" - and value some sender-value> + post-acct-param = "posting-account=" value - sender-value = mailbox / "verified" - - posting-logging-parameter - = <a parameter with attribute "logging-data" - and any value> + sender-param = "sender=" sender-value + sender-value = mailbox / "verified" + logging-param = "logging-data=" value Although comments and folding of white space are permitted throughout the Injection-Info header, it is RECOMMENDED that folding is not used within any parameter (but only before or after the ";" separating