INN commit: branches/2.5 (doc/pod/inn.conf.pod nnrpd/post.c)
INN Commit
rra at isc.org
Sun Jan 17 13:01:51 UTC 2010
Date: Sunday, January 17, 2010 @ 05:01:51
Author: iulius
Revision: 8893
Typos.
And use Injection-Info instead of NNTP-Hosting-Host (sic).
Modified:
branches/2.5/doc/pod/inn.conf.pod
branches/2.5/nnrpd/post.c
----------------------+
doc/pod/inn.conf.pod | 12 ++++++------
nnrpd/post.c | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: doc/pod/inn.conf.pod
===================================================================
--- doc/pod/inn.conf.pod 2010-01-17 12:37:25 UTC (rev 8892)
+++ doc/pod/inn.conf.pod 2010-01-17 13:01:51 UTC (rev 8893)
@@ -414,10 +414,10 @@
names. Overview data for these additional headers will be generated
for each new article at the time of arrival. For instance, if you specify:
- extraoverviewadvertised: [ Path NNTP-Hosting-Host ]
+ extraoverviewadvertised: [ Path Injection-Info ]
it implies that B<nnrpd> will advertise C<Path:full> and
-C<NNTP-Hosting-Host:full> as the ninth and tenth fields in response
+C<Injection-Info:full> as the ninth and tenth fields in response
to LIST OVERVIEW.FMT and that these two headers will be stored in the
overview database for each new article.
@@ -442,7 +442,7 @@
If for instance you want to store the content of the To: header in addition
to the fields already stored above, you should use:
- extraoverviewadvertised: [ Path NNTP-Hosting-Host ]
+ extraoverviewadvertised: [ Path Injection-Info ]
extraoverviewhidden: [ To ]
This way, C<To:full> will not be advertised by B<nnrpd> but will be stored
@@ -453,7 +453,7 @@
to expiration can be unpredictable with CNFS and you then have to use
C<cnfsstat -a> for checking on when buffers have rolled over), you should put:
- extraoverviewadvertised: [ Path NNTP-Hosting-Host To ]
+ extraoverviewadvertised: [ Path Injection-Info To ]
extraoverviewhidden: [ ]
The C<To> value must be added at the end of the list because
@@ -463,7 +463,7 @@
OVERVIEW.FMT command (C<full> indicates that the header appears
followed by its value).
-Now suppose you want to remove the content of the NNTP-Hosting-Host:
+Now suppose you want to remove the content of the Injection-Info:
header from the overview. As order matters, the overview database will
no longer be consistent for the To: header. Therefore, you need to specify:
@@ -885,7 +885,7 @@
this parameter is set, a Sender: header will be added to local posts
containing the identity assigned by F<readers.conf>. If the assigned
identity does not include an C<@>, the reader's hostname is used. If this
-parameter is set but no identity is be assigned, the Sender: header will
+parameter is set but no identity is assigned, the Sender: header will
be removed from all posts even if the poster includes one. This is a
boolean value and the default is false.
Modified: nnrpd/post.c
===================================================================
--- nnrpd/post.c 2010-01-17 12:37:25 UTC (rev 8892)
+++ nnrpd/post.c 2010-01-17 13:01:51 UTC (rev 8893)
@@ -121,7 +121,7 @@
if (q < p || q > p + i)
q = p;
- /* Simple case of just want the begining? */
+ /* Simple case of just want the beginning? */
if (q == NULL || (size_t)(q - p) < sizeof(buff) - 4) {
strlcpy(buff, p, sizeof(buff) - 3);
strlcat(buff, "...", sizeof(buff));
More information about the inn-committers
mailing list