1######################### GLOBAL INIT FILE ##################
2#
3#	Examine this sample init file before installing it
4#	It may set variables or define a presentation sequence
5#	which is inadequate for you.
6
7
8############################ VARIABLES ##########################
9#
10#	These are some of the variables you may want to set-up globally.
11#	Check with the manual to see if you really need them!
12
13# set bug-report-address mtpins@nndev.org
14set default-distribution local
15set follow-distribution same
16set default-save-file +$G
17set header-lines _FODn=S
18set include-art-id
19set mail-format
20# set mark-overlap
21set save-counter .%02d
22
23# set this if you use NFS (and specify -y2 on nnmaster as well):
24# set retry-on-error 2
25
26# Some other interesting features. Check in the manual.
27# set consolidated-menu
28# set consolidated-manual
29# set subject-match-offset 8
30# set subject-match-parts
31# set header-lines _FGD=S
32# set new-group-action 4
33# set news-record ~/.nn/NEWS-POST
34# set mail-record ~/.nn/NEWS-POST
35# set mailer /usr/bin/nn_elm
36# unset mailer-pipe-input
37# set charset iso-8859-1
38# set auto-select-rw
39# set ignore-re
40
41################# DEFAULT PRESENTATION SEQUENCE ####################
42#
43#	Adapt this to your local preferences.
44#	Users can override this sequence in their own init file.
45#
46#	**** THIS IS JUST AN EXAMPLE TO SHOW THE POSSIBILITIES	****
47#	**** IT IS DEFINITELY NOT WHAT YOU WANT TO HAVE HERE	****
48#	**** IF YOU DON'T KNOW WHAT TO PUT HERE, YOU ARE BETTER	****
49#	**** OFF JUST DELETING THE REST OF THIS FILE !!!!!	****
50
51sequence
52
53	# groups everybody should read first (local groups)
54< texas*
55< general
56
57	# If you include the following !! line, users without their own
58	# init file will only get the local groups specified above!
59	#
60	# Other users will have to include a @ in their private presentation
61	# sequence to disable the '!!' operator entirely, or they can
62	# include the (few) groups they want to see.
63# !!
64
65	# also put local test first -- if users want to experiment, they want
66	# to see the results immediately.
67< test
68
69	# ignore some groups for ordinary users; anybody can get these
70	# by including them in their own init file.
71
72	# ignore non-local test groups
73! .test
74	# ignore offensive groups
75! alt.sex*
76! .bizarre
77! rec.humor
78
79	# the default sequence for the other groups
80	# subgroups are presented in alphabetical order
81
82	# danish/scandinavian groups
83dk.
84nordunet.
85
86
87	# european groups
88	# read eunet.general before eunet.followup and other eunet groups
89eunet.general
90eunet.followup
91eunet.
92
93	# new groups are presented here
94	# use ! NEW to ignore new groups entirely!
95NEW
96
97	# world groups - prefer technical groups to other groups.
98news.
99comp.
100sci.
101gnu.
102bionet.
103alt.
104rec.
105misc.
106talk.
107
108	# delay junk (we then only see non-cross postings.)
109> junk
110
111# groups that are not mentioned above will be shown here in alphabetical
112# order
113
114
115