home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / init.sample < prev    next >
Text File  |  1995-04-29  |  3KB  |  115 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 follow-distribution same
  16. set default-save-file +$G
  17. set header-lines _FODn=S
  18. set include-art-id
  19. set mail-format
  20. # set mark-overlap
  21. set 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.  
  51. sequence
  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
  83. dk.
  84. nordunet.
  85.  
  86.  
  87.     # european groups
  88.     # read eunet.general before eunet.followup and other eunet groups
  89. eunet.general
  90. eunet.followup
  91. eunet.
  92.  
  93.     # new groups are presented here
  94.     # use ! NEW to ignore new groups entirely!
  95. NEW
  96.  
  97.     # world groups - prefer technical groups to other groups.
  98. news.
  99. comp.
  100. sci.
  101. gnu.
  102. bionet.
  103. alt.
  104. rec.
  105. misc.
  106. talk.
  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.