.\" -*- 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 "SUBSCRIPTIONS 5" .TH SUBSCRIPTIONS 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 subscriptions \- Default recommended subscriptions .SH DESCRIPTION .IX Header "DESCRIPTION" The \fIpathetc\fR/subscriptions file contains a list of newsgroups that is returned by the NNTP command LIST SUBSCRIPTIONS. .PP Clients that support this command usually send it the first time they connect to a new news server. They use the returned list to initialize the list of subscribed newsgroups. The \fIsubscriptions\fR file therefore should contain groups intended for new users, for testing, or that contain FAQs and other useful information for first-time Usenet users. .PP The syntax of the \fIsubscriptions\fR file is trivial; it is a simple list of newsgroup names, one per line. The order of newsgroups may be significant; the news reading client may present the groups in that order to the user. .PP Be aware that use of the LIST SUBSCRIPTIONS command is not widespread (though documented in RFC\ 6048) and most news clients will never ask for this file. .SH EXAMPLE .IX Header "EXAMPLE" A typical \fIsubscriptions\fR file may look like: .PP .Vb 9 \& news.announce.newusers \& news.newusers.questions \& local.test \& local.general \& local.talk \& misc.test \& misc.test.moderated \& news.answers \& news.announce.newgroups .Ve .PP This gives the client the FAQs and question newsgroup for new users first, then a local newsgroup for testing and various commonly-read local discussion groups, followed by the world-wide test groups, all the FAQs, and announcements of new world-wide newsgroups. If there is a local new users group, one might want to list it first. .SH HISTORY .IX Header "HISTORY" Written by Bettina Fink for InterNetNews. .SH "SEE ALSO" .IX Header "SEE ALSO" nnrpd(8).