.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "NNTPSEND.CTL 5" .TH NNTPSEND.CTL 5 2024-04-01 "INN 2.7.2" "InterNetNews Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME nntpsend.ctl \- List of sites to feed via nntpsend .SH DESCRIPTION .IX Header "DESCRIPTION" The file \fIpathetc\fR/nntpsend.ctl specifies the default list of sites to be fed by \fBnntpsend\fR. Comments begin with a number sign (\f(CW\*(C`#\*(C'\fR) and continue through the end of the line. Blank lines and comments are ignored. All other lines should consist of four fields separated by a colon. .PP The first field is the name of the site as specified in the \fInewsfeeds\fR file. .PP The second field should be the hostname or IP address of the remote site. .PP The third field, if non-empty, specifies the default head truncation size of the batch file. If this field is empty, no truncation is performed. This field may be of the form \f(CW\*(C`\fR\f(CImaxsize\fR\f(CW\-\fR\f(CItruncsize\fR\f(CW\*(C'\fR, in which case it is passed to \fBshrinkfile\fR as \f(CW\*(C`\-m \fR\f(CImaxsize\fR\f(CW \-s \fR\f(CItruncsize\fR\f(CW\*(C'\fR; otherwise it is of the form \f(CW\*(C`\fR\f(CItruncsize\fR\f(CW\*(C'\fR, in which case it is passed as \f(CW\*(C`\-s \fR\f(CItruncsize\fR\f(CW\*(C'\fR. .PP The fourth field specifies some default flags passed to \fBinnxmit\fR. Note that the flag \fB\-a\fR is always given to \fBinnxmit\fR and need not appear here. If no \fB\-t\fR flag is given in this field or on the \fBnntpsend\fR command line, \&\f(CW\*(C`\-t 180\*(C'\fR will be given to \fBinnxmit\fR. .PP See nntpsend(8) for an example of \fInntpsend.ctl\fR config file. .SH HISTORY .IX Header "HISTORY" Written by Landon Curt Noll for InterNetNews. Converted to POD by Julien Elie. .SH "SEE ALSO" .IX Header "SEE ALSO" innxmit(8), newsfeeds(5), nntpsend(8), shrinkfile(1).