home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / wimm131p.zip / WIMM.CFG < prev    next >
Text File  |  1994-12-25  |  4KB  |  157 lines

  1. ;
  2. ; WIMM - Where Is My Mail!   (c) 1992,93,94 Gerard van Essen (2:281/527)
  3. ;
  4. ; A personal mail scanner for Squish & *.MSG style message bases.
  5. ;
  6. ; Squish will read your Squish.cfg to find the message
  7. ; areas. The Netmail area will *not* be scanned by default.
  8. ;
  9. ; If you want it to be scanned anyway, put it in WIMM.CFG
  10. ; as ECHOAREA, like echomail areas in Squish.cfg;
  11. ;
  12. ; For example:
  13.  
  14. ; EchoArea        Netmail    C:\FD\Netmail
  15.  
  16. ;
  17. ; First give the location and name of your Squish config file.
  18. ; If it contains an AreaBBS statement, that will be read as well.
  19. ;
  20.  
  21. SquishCfg       C:\Squish\Squish.cfg
  22.  
  23. ;
  24. ; Now you must give names to scan for. As many as you like,
  25. ; the names are *not* case sensitive.
  26. ;
  27. ; Please put double quotes (") around the names...
  28. ;
  29.  
  30. NAME            "gerard van essen"
  31. NAME            "gerard van.essen"
  32. NAME            "art"
  33.  
  34. ;
  35. ; Now give WIMM an area to put his output in. This should probably
  36. ; be a LOCAL area, to prevent WIMM's messages from being exported
  37. ; (again).
  38. ;
  39.  
  40. WimmArea        F:\Local\persfast
  41.  
  42. ;
  43. ; What type is this area? Can be Squish or *.MSG.
  44.  
  45. Wimmtype        Squish
  46.  
  47. ;
  48. ; Now the mode of operation:
  49. ;
  50. ; LIST : produces a list of personal messages, with the message
  51. ;        number. Because of squish' "on-the-fly" renumbering,
  52. ;        this number is not necessarily correct (anymore).
  53. ;
  54. ; COPY : Copies your personal messages to "localarea".
  55. ;
  56. ; MOVE : Moves your personal messages to "localarea"
  57. ;
  58.  
  59. Mode List
  60.  
  61. ;
  62. ; Should the personal messages scanned by WIMM be marked
  63. ; received? Received messages will be skipped if they are
  64. ; encountered again.
  65. ; Can be either Yes or No.
  66. ;
  67.  
  68. MarkReceived No
  69.  
  70. ; Should ALL messages be scanned, or just the messages AFTER the
  71. ; lastread pointer?
  72. ; This can be "All' or "Lastread"
  73. ;
  74.  
  75. ScanFrom Lastread
  76.  
  77. ;
  78. ; Here you can specify the attributes that a moved, copied or 'list'
  79. ; message should get in the WimmArea. The original will not be changed,
  80. ; except for possibly adding the 'received' status (if 'MarkReceived'
  81. ; is set to 'Yes').
  82. ; For the message in the WimmArea, WIMM will clear the attributes, and
  83. ; add the ones you specify below.
  84. ;
  85. ; Options:
  86. ;
  87. ; P - Private
  88. ; S - Sent
  89. ; C - Scanned
  90. ; L - Local
  91. ;
  92.  
  93. Attributes      SCP
  94.  
  95. ;
  96. ; The Log statement will let WIMM log the scanned areas, personal
  97. ; messages and errors to a logfile. If no log is specified, there
  98. ; will be no logfile. Please specify full path and filename.
  99. ;
  100.  
  101. Log C:\Extern\log\max.log
  102.  
  103. ;
  104. ; With EXCLUDE you can prevent areas from being scanned.
  105. ; You can specify 1 area for every exclude line. Use the
  106. ; areatag to specify the echo.
  107. ;
  108. ; Example: 'Exclude MUFFIN' will prevent MUFFIN from being
  109. ; scanned
  110. ;
  111. ; There is very limited wildchart support. You can use '*' as
  112. ; a wildchart. It can _only_ be the first or the last character!
  113. ;
  114. ; Examples: 'Exclude *028' will prevent all areas with a tag
  115. ; ending with 028 (like points.028, basic.028 etc) from being
  116. ; scanned.
  117. ;
  118. ; 'Exclude BAS*' will exclude areas starting with BAS (like BASIC,
  119. ; BASIC.028, BASEBALL..).
  120. ; You can have as many 'Exclude' statements as you like.
  121. ;
  122. ;
  123. ; Exclude *028
  124. ;
  125. ;
  126. ; With FORCE you can have WIMM scan that area on every run.
  127. ; This is useful when using the -F command line switch, for
  128. ; example if you want the netmail area to be scanned (the
  129. ; netmail area will _never_ appear in an echotoss.log file!).
  130. ; You can have as many 'Force' statements as you like.
  131. ;
  132. ;
  133. ; Force Netmail
  134. ; Force Contrast.local
  135. ;
  136. ; 'NOTES No' will prevent WIMM from putting a '--> Note: Copied by..'
  137. ; message at the top of every moved or copied message.
  138. ; This is useful if you use WIMM to move netmail for Areafix and
  139. ; Raid etc. from a large, fast Squish netmail area to a nearly empty
  140. ; *.MSG area.. (so areafix and raid run much faster).
  141. ;
  142. ;
  143. ; Notes Yes
  144. ;
  145.  
  146. ;
  147. ; This keyword controls whether WIMM will add an 'AREA:' kludge
  148. ; to moved or copied messages. If you use timEd or GoldED, set this to
  149. ; 'Yes' as they can use it.
  150. ;
  151.  
  152. AddAreaKludge Yes
  153.  
  154. ;
  155. ;       That's all! Have fun!
  156. ;
  157.