home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / psrt_14.zip / pktsort.cfg < prev    next >
Text File  |  1994-04-25  |  6KB  |  139 lines

  1. ; =============================================================================
  2. ;                 PacketSorter v 1.4 sample configuration file
  3. ; =============================================================================
  4. ;
  5. ; Make sure this configuration file can be found if you want to use it:
  6. ;
  7. ; pktsort -c\PATH\pktsort.cfg
  8. ;
  9. ; or set an environment variable:
  10. ;
  11. ; SET PKTSORT=-c\PATH\pktsort.cfg
  12. ;
  13. ; -----------------------------------------------------------------------------
  14. ; The MessageWindowSize specifies the maximum number of messages to
  15. ; keep in main memory during the operation of PacketSorter. The higher
  16. ; this value, the better the defragmentation/sorting will be. A message
  17. ; takes approx. 1.3 Kbytes, so you'll need 1.3 Mbytes of free memory
  18. ; above 1MB with a value of 1000, else your system starts swapping
  19. ; yielding poor performance. Possible values for the MessageWindowSize
  20. ; range from 1 to 4294967295. A value of 1 disables defragmentation.
  21. ;
  22. ; Refer to command line option -w in 'pktsort.doc' for more information.
  23. ;
  24. MessageWindowSize   1000
  25. ;
  26. ;
  27. ; -----------------------------------------------------------------------------
  28. ; The SplitMessages keyword tells PacketSorter to split messages that are
  29. ; longer than the specified value (in bytes). Incoming messages that are
  30. ; already split will be 'unsplit' internally and re-split if necessary.
  31. ; If this keyword is commented out, there will be no splitting/unsplitting.
  32. ; Set the value for SplitMessages to the maximum message length your tosser
  33. ; can handle minus 1000 for SEEN-BY lines which are possibly added.
  34. ; Possible values range from 8000 to 4294967295.
  35. ;
  36. ; Refer to command line option -s in 'pktsort.doc' for more information.
  37. ;
  38. SplitMessages      15000
  39. ;
  40. ;
  41. ; -----------------------------------------------------------------------------
  42. ; The SplitPackets keyword tells PacketSorter the maximum number of
  43. ; messages to put into a single output packet. If the maximum number is
  44. ; reached in a packet, the next packet will be created. With a value of
  45. ; 1000 you'll get packets of approximately 1.3 MB at maximum. Possible
  46. ; values range from 1 to 4294967295. Warning: do not set this value too
  47. ; low, as there may be thousands of single packet files created if a huge
  48. ; packet is received and the SplitPackets value is small.
  49. ;
  50. ; Refer to command line option -p in 'pktsort.doc' for more information.
  51. ;
  52. SplitPackets         1000
  53. ;
  54. ;
  55. ; -----------------------------------------------------------------------------
  56. ; The SortMessagesBy keyword tells PacketSorter to sort messages by subject
  57. ; or time. If this keyword is commented out, there will be no subject or time
  58. ; sorting. Possible values are Subject and Time.
  59. ;
  60. ; Refer to command line option -o in 'pktsort.doc' for more information.
  61. ;
  62. SortMessagesBy   Subject
  63. ;
  64. ;
  65. ; -----------------------------------------------------------------------------
  66. ; The RemoveGarbage keyword tells PacketSorter to remove garbage from
  67. ; 'bad' packets instead of refusing to process them. The offsets of the
  68. ; bytes removed will be logged on the screen and to the log file, if
  69. ; specified. The value to RemoveGarbage is the maximum number of removed
  70. ; bytes that will still not cause PacketSorter to rename the 'bad' packet to
  71. ; *.bad for later examination. The proper messages inside a 'bad' packet
  72. ; will be processed in any case, not regarding whether the packet is
  73. ; renamed to *.bad or not. Possible values range from 0 to 4294967295.
  74. ;
  75. ; Refer to command line option -g in 'pktsort.doc' for more information.
  76. ;
  77. RemoveGarbage      3000
  78. ;
  79. ;
  80. ; -----------------------------------------------------------------------------
  81. ; The LogFile keyword instructs PacketSorter to log processing and error
  82. ; information to the given file. If this keyword is commented out, there
  83. ; will be no logging to a file (only to screen).
  84. ;
  85. ; Possible values are any valid \path\filename
  86. ;
  87. LogFile      pktsort.log
  88. ;
  89. ;
  90. ; -----------------------------------------------------------------------------
  91. ; The PacketDirectory keyword tells PacketSorter where to search inbound
  92. ; packets. This is usually the current directory. Possible values are all
  93. ; valid directories.
  94. ;
  95. ; Refer to command line option -d in 'pktsort.doc' for more information.
  96. ;
  97. PacketDirectory        .
  98. ;
  99. ;
  100. ; -----------------------------------------------------------------------------
  101. ; The DefaultArchiver keyword selects an Archiver just like you can with -e
  102. ; on the command line. I doubt that specifying an archiver default in the
  103. ; configuration file could be useful, but it is included here for completness.
  104. ; Possible values to DefaultArchiver are all valid Archiver definition keys.
  105. ;
  106. ;DefaultArchiver ARJ
  107. ;
  108. ;
  109. ; -----------------------------------------------------------------------------
  110. ; The MainAka keyword tells PacketSorter your FidoNet address. This is
  111. ; currently not used but maybe it will in future versions. It does not harm if
  112. ; you fill in your aka now. Possible values to MainAka are all 4D FidoNet
  113. ; addresses. If you are not a point but a node, you have to use .0
  114. ;
  115. ;MainAka 2:2447/107.8
  116. ;
  117. ;
  118. ; -----------------------------------------------------------------------------
  119. ; The Archiver entry predefines some archivers which can be selected with
  120. ; the command line option -e. Please give a complete path to the archiver
  121. ; program. You don't want somebody to send you a DISK ERASING PROGRAM named
  122. ; ARJ.EXE or UNZIP.EXE into your inbound directory, where it is EXECUTED
  123. ; the next time packets are to decompress!!!
  124. ; The Archiver entries have the form
  125. ; Archiver SELECTOR ARCHIVER-PROGRAM
  126. ; The SELECTOR is used for the parameter -e on the command line to select
  127. ; an archiver to be executed before packets are processed. ARCHIVER-PROGRAM is
  128. ; the (un)archiver program to execute. Read pktsort.doc for details.
  129. ;
  130. ;Archiver ARJ c:\packers\arj.exe
  131. ;Archiver UNZIP c:\packers\unzip.exe
  132. ;Archiver LHA c:\packers\lh32.exe
  133. ;
  134. ;
  135. ; =============================================================================
  136. ;                     end of sample configuration file
  137. ; =============================================================================
  138.  
  139.