1NNTPSEND.CTL(5) InterNetNews Documentation NNTPSEND.CTL(5)
2
3
4
6 nntpsend.ctl - List of sites to feed via nntpsend
7
9 The file pathetc/nntpsend.ctl specifies the default list of sites to be
10 fed by nntpsend. Comments begin with a number sign ("#") and continue
11 through the end of the line. Blank lines and comments are ignored.
12 All other lines should consist of four fields separated by a colon.
13
14 The first field is the name of the site as specified in the newsfeeds
15 file.
16
17 The second field should be the hostname or IP address of the remote
18 site.
19
20 The third field, if non-empty, specifies the default head truncation
21 size of the batch file. If this field is empty, no truncation is
22 performed. This field may be of the form "maxsize-truncsize", in which
23 case it is passed to shrinkfile as "-m maxsize -s truncsize"; otherwise
24 it is of the form "truncsize", in which case it is passed as "-s
25 truncsize".
26
27 The fourth field specifies some default flags passed to innxmit. Note
28 that the flag -a is always given to innxmit and need not appear here.
29 If no -t flag is given in this field or on the nntpsend command line,
30 "-t 180" will be given to innxmit.
31
32 See nntpsend(8) for an example of nntpsend.ctl config file.
33
35 Written by Landon Curt Noll <chongo@toad.com> for InterNetNews.
36 Converted to POD by Julien Elie.
37
39 innxmit(1), newsfeeds(5), nntpsend(8), shrinkfile(1).
40
41
42
43INN 2.6.5 2022-01-23 NNTPSEND.CTL(5)