1IN.HOSTS(5) File Formats Manual IN.HOSTS(5)
2
3
4
6 in.hosts - newsx incoming host state
7
8
10 The in.hosts directory contains the necessary state information for the
11 incoming news streams fetched by newsx(8).
12
13 For each incoming news source, there must be a
14 /var/spool/news/inhosts/spoolname file that describes what the latest
15 article is that has been fetched from that particular host.
16
17 If you want to get all news articles in all the groups defined at your
18 local server, do nothing and let the file be constructed automatically.
19 Other choices, such as using multiple cron(8) entries and newsx(8) end
20 tags to control when certain newsgroups are fetched, or using .newsrc
21 article numbers to avoid fetching articles you've already seen, require
22 setting up the in.hosts file for the server by hand.
23
24 The format of this file is simple:
25
26 Blank lines and lines starting with a '#' are treated as comments.
27
28 Lines starting with a ':' indicate a tag for use with the newsx -e (end
29 tag) option.
30
31 Otherwise, each line consists of a newsgroup name and the first unread
32 article number, separated by whitespace. No article number is the
33 same as zero, meaning that all available articles on the server will be
34 read.
35
36 It is important to realize that there is one unique file belonging to
37 each remote newsserver, and that they should not be mixed.
38
39 If switching from reading news via an NNTP newsreader to fetching with
40 newsx, it is possible to use an existing .newsrc file directly as the
41 initial /var/spool/news/inhosts/spoolname file.
42
43
45 /var/spool/news/inhosts/spoolname
46 Incoming host state file. There should be one of these per
47 external news server.
48
49 /var/spool/news/inhosts/spoolname.tmp
50 Incoming spool, temporary (while news is being pulled).
51
52 /var/spool/news/inhosts/spoolname.old
53 Previous generation of the external host state file.
54
55 /var/spool/news/in.hosts/spoolname.conf
56 Standard profile for specific newsspool. See newsx.conf(5) for file
57 format.
58
59
61 Egil Kvaleberg <egil@kvaleberg.no>
62
63
65 newsx(8)
66
67
68
69
70 IN.HOSTS(5)