home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bnews96.zip / bnews.ini < prev    next >
Text File  |  1997-03-09  |  1KB  |  57 lines

  1. ;
  2. ; Bnews configuration file.
  3. ;
  4.  
  5. ; NNTP news server
  6. host=news
  7.  
  8. ; Group
  9. group=alt.binaries.pictures
  10.  
  11. ; Killfile
  12. ; Default is bnews.kill in the same directory as bnews.exe
  13. ;killfile=x:\path\killfile
  14.  
  15. ; Read from stdin, write to stdout,  0 or 1
  16. dostdio=0
  17.  
  18. ; Sort the overview,  0 or 1
  19. ; Only applies when bnews /cOVERALL or /cOVERNEW is used.
  20. dosort=0
  21.  
  22. ; Verify articles exist on server before downloading,  0 or 1
  23. ; Only applies when bnews /cART is used.
  24. ; Useful for multi-part messages, but may be undesirable for multiple
  25. ; single part messages.
  26. doverify=0
  27.  
  28. ; Show debugging information,  0 or 1
  29. ; More information is printed to the screen and log file.
  30. debug=0
  31.  
  32. ; NOTE : logging is currently disabled, this option has no effect.
  33. ; Create a log file,  0 or 1
  34. ; Default is bnews.log in the same directory as bnews.exe.
  35. ; Use logfile (below) to specify path and filename.
  36. ;dolog=0
  37.  
  38. ; NOTE : logging is currently disabled, this option has no effect.
  39. ; Log filename override.  Ignored if dolog (above) is 0.
  40. ; logfile=mylog.txt
  41. ;logfile=x:\path\mylog.txt
  42.  
  43. ; NOTE : Not yet implemented.
  44. ; Minimum bps
  45. ; If thoroughput is less than or equal to minbps the bnews will quit
  46. ; minbps=100  quit if thruput is < 100 bps
  47. ; minbps=1000 quit if thruput is <  1k/second
  48. ; quit if nothing is coming in
  49. minbps=0
  50.  
  51. ; AUTHINFO username
  52. ;authuser=username
  53.  
  54. ; AUTHINFO password
  55. ;authpass=password
  56.  
  57.