K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2010-09-26T15:18:59.782354Z
K 7
svn:log
V 1116
nnrpd no longer adds or updates the Path: header field when an article is
forwarded to a moderator.  It could otherwise lead to rejects at injection
time when the article was approved by the moderator because these fields
show a previous injection (which did not occur).

Note that if strippath is true, we will still remove the Path: header.
No harm done with that removal.


Excerpt from RFC 5537:

3.5.  Duties of an Injecting Agent

   7.   If the Newsgroups header contains one or more moderated groups
        and the proto-article does not contain an Approved header field,
        the injecting agent MUST either forward it to a moderator as
        specified in Section 3.5.1 or, if that is not possible, reject
        it.  This forwarding MUST be done after adding the Message-ID
        and Date headers if required, and before adding the Injection-
        Info and Injection-Date headers.

   8.   Otherwise, a Path header field with a <tail-entry> MUST be added
        if not already present.

   9.   The injecting agent MUST then update the Path header field as
        described in Section 3.2.1.

END
