home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / nn6.4 / part20 / init.sample < prev    next >
Text File  |  1990-06-07  |  2KB  |  99 lines

  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 uunet!dkuug.dk!nn-bugs
  14. set default-distribution local
  15. set default-save-file +$G
  16. set header-lines _FODn=S
  17. set include-art-id
  18. set mail-format
  19. set mark-overlap
  20. set save-counter .%02d
  21.  
  22. # set this if you use NFS (and specify -y2 on nnmaster as well):
  23. # set retry-on-error 2
  24.  
  25. ################# DEFAULT PRESENTATION SEQUENCE ####################
  26. #
  27. #    Adapt this to your local preferences.
  28. #    Users can override this sequence in their own init file.
  29. #
  30. #    **** THIS IS JUST AN EXAMPLE TO SHOW THE POSSIBILITIES    ****
  31. #    **** IT IS DEFINITELY NOT WHAT YOU WANT TO HAVE HERE    ****
  32. #    **** IF YOU DON'T KNOW WHAT TO PUT HERE, YOU ARE BETTER    ****
  33. #    **** OFF JUST DELETING THE REST OF THIS FILE !!!!!    ****
  34.  
  35. sequence
  36.  
  37.     # groups everybody should read first (local groups)
  38. < texas*
  39. < general
  40.  
  41.     # If you include the following !! line, users without their own
  42.     # init file will only get the local groups specified above!
  43.     #
  44.     # Other users will have to include a @ in their private presentation
  45.     # sequence to disable the '!!' operator entirely, or they can
  46.     # include the (few) groups they want to see.
  47. # !!
  48.  
  49.     # also put local test first -- if users want to experiment, they want
  50.     # to see the results immediately.
  51. < test
  52.  
  53.     # ignore some groups for ordinary users; anybody can get these
  54.     # by including them in their own init file.
  55.  
  56.     # ignore non-local test groups
  57. ! .test
  58.     # ignore offensive groups
  59. ! alt.sex*
  60. ! .bizarre
  61. ! rec.humor
  62.  
  63.     # the default sequence for the other groups
  64.     # subgroups are presented in alphabetical order
  65.  
  66.     # danish/scandinavian groups
  67. dk.
  68. nordunet.
  69.  
  70.  
  71.     # european groups
  72.     # read eunet.general before eunet.followup and other eunet groups
  73. eunet.general
  74. eunet.followup
  75. eunet.
  76.  
  77.     # new groups are presented here
  78.     # use ! NEW to ignore new groups entirely!
  79. NEW
  80.  
  81.     # world groups - prefer technical groups to other groups.
  82. news.
  83. comp.
  84. sci.
  85. gnu.
  86. bionet.
  87. alt.
  88. rec.
  89. misc.
  90. talk.
  91.  
  92.     # delay junk (we then only see non-cross postings.)
  93. > junk
  94.  
  95. # groups that are not mentioned above will be shown here in alphabetical
  96. # order
  97.  
  98.  
  99.