home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wrpdis20.zip / NEWNEWS.INI < prev    next >
INI File  |  1996-02-05  |  5KB  |  119 lines

  1. [newnews]
  2.  
  3. #######################################################################
  4. # new lines in INI file for version 1.59
  5. #
  6. # kill_afterthefact YES     kill articles after fetching them from server
  7. #                   <other> do not kill after fetching
  8. # n.b. This option is only valid if kill_articles is set to NO and a kill
  9. #      file exists.  All articles will be fetched irrespective of the kill
  10. #      file, but only those not killed will be put in the batch file.
  11. #      Some users may find this more efficient than normal kill file use,
  12. #      if they only have a very restrictive kill file
  13. kill_afterthefact = NO
  14.  
  15. #######################################################################
  16. # new lines in INI file for version 1.56
  17. #
  18. # kill_headers YES     kill headers as well as bodies
  19. #              <other> leave headers, just kill bodies
  20. # n.b. kill_articles must be set YES otherwise this option has no effect
  21. kill_headers = YES
  22.  
  23. #######################################################################
  24. # new lines in INI file for version 1.41
  25. #
  26. # queue_messages = YES     send messages to a control program via queues
  27. #                  <other> don't use queues to send any messages
  28. queue_messages = YES
  29.  
  30. # queue_name     unique queue name to use, WARPDIS is recommended
  31. queue_name = WARPDIS
  32.  
  33. # unbatch_news = YES     execute unbatch_command if batch_txt created
  34. #                <other> don't attempt to start any unbatching program
  35. unbatch_news = NO
  36.  
  37. # unbatch_command   full command with parameters to execute at command line
  38. unbatch_command = d:\cppnews\cppbatch -d
  39.  
  40. #######################################################################
  41. # new lines in INI file for version 1.30
  42. #
  43. # kill_articles YES     use kill file if it exists
  44. #               <other> don't use a kill file even if it exists
  45. kill_articles = YES
  46.  
  47. # kill_file     file containing header line matches for kill/keep lines
  48. kill_file = d:\demon\spool\news\kill.
  49.  
  50. #######################################################################
  51. # new comments in INI file for version 1.26
  52. #
  53. # by setting max_articles to a negative number it disables the check
  54. # for the maximum number of articles
  55.  
  56. #######################################################################
  57. # new lines in INI file for version 1.23
  58. #
  59. # fetch_newgroups YES     collect new groups since last news collection
  60. #                 <other> don't fetch new groups
  61. fetch_newgroups = NO
  62.  
  63. # newgroup_file   file into which new groups are written
  64. newgroup_file = d:\demon\spool\news\newgroup.
  65.  
  66. #######################################################################
  67. # lines upto and including version 1.22
  68. #
  69. # stack           Number of article requests sent at a time
  70. #                 If this is set to 1, then one article is sent and the one
  71. #                 is collected.  If this is set to 6 then 6 articles are sent
  72. #                 and then 6 collected.  Experimenting with this value may
  73. #                 improve your news throughput
  74. stack = 6
  75.  
  76. # retries         Number of times NEWNEWS attempts to fetch news if it
  77. #                 receives a '400 busy' reply from the nntp server.  If it
  78. #                 receives a reply other than 400, 200 or 201 (busy of ready)
  79. #                 then it will terminate without retrying again
  80. retries = 3
  81.  
  82. # retry_delay     Number of seconds to wait between retries.  If you want to
  83. #                 keep hitting the newserver quickly, then reduce this value.
  84. retry_delay = 5
  85.  
  86. # max_articles    Maximum number of articles to download in one go.  Note:
  87. #                 setting this value low will possibly degrade performance
  88. #                 on gathering news.  The last time and date values in your
  89. #                 nntp.dat which are used to determine when news was last
  90. #                 successfully gathered are not updated unless all articles
  91. #                 available have been gathered.  If you want to disable this
  92. #                 feature then set max_articles to -1 (version 1.26)
  93. max_articles = 999
  94.  
  95. # nntp_dat        File containing name of newserver, time and date news was
  96. #                 last successfully gathered, and list of newsgroups which are
  97. #                 required.
  98. nntp_dat = d:\demon\spool\news\nntp.dat
  99.  
  100. # history         File containing list of articles fetched, to prevent
  101. #                 duplicates
  102. history = d:\demon\spool\news\history.
  103.  
  104. # batch_txt       File where news articles are written upon collection
  105. batch_txt = d:\demon\spool\news\batch.txt
  106.  
  107. # logfile         file into which errors and progress messages are written
  108. logfile = d:\demon\newnews.log
  109.  
  110. # getfile         List of articles to be fetched in addition to any specified
  111. #                 by nntp.dat
  112. getfile = d:\demon\spool\news\get.
  113.  
  114. # rnews_patch     0 = character count as per ka9q (crlf = 1 character)
  115. #                 1 = character count as per rnews (crlf = 2 characters)
  116. #                 2 = append enough blanks so that rnews truncation doesn't
  117. #                     matter
  118. rnews_patch = 2
  119.