home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / dove0793.zip / DOVEMAIL.CFG < prev    next >
Text File  |  1993-04-08  |  14KB  |  314 lines

  1. ; Sample DoveMail.Cfg file
  2. ;
  3. ; NOTE: If you receive batched newsgroup files from a newer version of KA9Q's
  4. ;       NET.EXE (or if for some reason you receive batched newsgroup files
  5. ;       containing carriage returns) see the KillCR keyword below.
  6. ; NOTE: The MaxGroups keyword is no longer needed nor supported in this file.
  7. ;
  8. ; NOTE: Please keep statements in the order shown... in most cases it doesn't
  9. ; matter but in a few cases it does, so be safe and don't move things around!
  10. ; You may remove comment lines, however.
  11. ;
  12. ;
  13. ;
  14. ;
  15. ; The first lines deal with your log file.  If you use a Binkley/Opus/Maximus
  16. ; format log file, and would like DoveMail to indicate when it runs and also
  17. ; place error information in the log file, then place the full path and
  18. ; filespec of your log file here.  If you comment this line out, DoveMail won't
  19. ; try to use a log file.
  20. ;
  21. LogFile C:\Bbs\Bbs.Log
  22. ;
  23. ;
  24. ;
  25. ;
  26. ; The next line is only for the use of those in non-English-speaking areas
  27. ; where you would like the three character abbreviations for the months of the
  28. ; year to be different than the English ones.  In DoveMail this only affects
  29. ; the month name as placed in the log file, and is irrelevent if you aren't
  30. ; using a log (note that this is NOT the case for some of the other programs
  31. ; included in the DoveMail distribution archive).  PLEASE NOTE:  The string
  32. ; must be EXACTLY 36 characters long and must contain no spaces, or it will be
  33. ; rejected!  I suggest you leave this commented out unless you REALLY need it.
  34. ;
  35. ; MonthString JanFebMarAprMayJunJulAugSepOctNovDec
  36. ;
  37. ;
  38. ;
  39. ;
  40. ; These next lines allow you to modify some internal defaults.  Don't modify
  41. ; them unless you need to because you are running out of memory, and don't set
  42. ; them too low or too high because DoveMail will probably crash and burn if
  43. ; you do!  If you have problems with DoveMail aborting prematurely, check
  44. ; these lines first.
  45. ;
  46. ;
  47. ; This line specifies the maximum number of header lines you ever expect to
  48. ; see in a message.  The default is 30, which should be adequate in all but
  49. ; very unusual situations, but you can set it at anything from 20 to 32766,
  50. ; but don't set it much higher than necessary or you'll run out of memory.
  51. ;
  52. HeaderLines 30
  53. ;
  54. ;
  55. ;
  56. ;
  57. ; This line specifies the maximum number of incoming batched newsgroup files
  58. ; you ever expect to process at one time (that is, in the same run of
  59. ; DoveMail).  The default is 100 which is probably FAR more than you'll ever
  60. ; encounter, but this should be set high so as to have an adequate safety
  61. ; margin.  Any value from 1 to 32766 is valid here, though I wouldn't set it
  62. ; any lower than about 20 under any circumstances if I were you!  And if you
  63. ; set it much over 200 or 300 you may run out of memory.
  64. ;
  65. MaxFiles 100
  66. ;
  67. ;
  68. ;
  69. ;
  70. ; This line specifies the buffer size for output files.  The minimum size is
  71. ; 512 bytes, and the maximum is 32767, but for best results you should always
  72. ; use a power of 2 (e.g. 1024, 2048, 4096, etc.).  If you set this value too
  73. ; high you may run out of memory, particularly if you are sending feeds to many
  74. ; nodes.  If you set it too low, you may increase disk thrashing.  If you
  75. ; comment this line out entirely, the default size of 512 bytes will be used.
  76. ;
  77. OutBuffer 4096
  78. ;
  79. ;
  80. ;
  81. ;
  82. ; This line specifies the buffer size for input files.  The same limitations
  83. ; apply as for output files, but since there will only be one input file open
  84. ; at any time, you can afford to make this buffer larger (but, as with output
  85. ; file buffers, you should always use a power of 2).  The default input
  86. ; buffer length is 2048, but I strongly recommend setting it higher if
  87. ; possible (the maximum is 32767, but remember that a power of 2 is most
  88. ; efficient)
  89. ;
  90. InBuffer 8192
  91. ;
  92. ;
  93. ;
  94. ;
  95. ; Normally, when a batched newsgroup feed is received the file contains only
  96. ; linefeeds, and no carriage returns.  However, certain MS-DOS software
  97. ; (notably certain more recent versions of KA9Q's NET.EXE program) can create
  98. ; batched newsgroup files that contain carriage returns followed by
  99. ; linefeeds.  If you receive batched newsgroup files from any source that
  100. ; contain carriage returns, uncomment the following line.  If you don't need
  101. ; it, DoveMail will operate slightly faster if you leave it commented out.
  102. ; Please note that DoveMail will never CREATE a batched newsgroup file with
  103. ; carriage returns; this keyword just gives it the ability to process
  104. ; incoming batched newsgroup files that may contain carriage returns.
  105. ;
  106. ;KillCR
  107. ;
  108. ;
  109. ;
  110. ;
  111. ; The following line, if uncommented, inhibits the display of the Newsgroups
  112. ; line, message length, and some other lines that would normally be displayed
  113. ; during operation of the program.
  114. ;
  115. ;Quiet
  116. ;
  117. ;
  118. ;
  119. ;
  120. ; Now, some information about your system and your newsgroups and feeds:
  121. ;
  122. ;
  123. ; This is your fidonet address in Zone:Net/Node[.Point]@Domain format
  124. ;
  125. Address 1:154/8@fidonet
  126. ;
  127. ;
  128. ;
  129. ;
  130. ; This is your UUCP format address, which will be added to the start of the
  131. ; Path line of all messages processed by DoveMail.  If you don't have a
  132. ; registed UUCP sitename but are in Fidonet, use the [p#.]f#.n#.z#.fidonet.org
  133. ; format, like this:
  134. ;
  135. Alias f8.n154.z1.fidonet.org
  136. ;
  137. ; If you have a registerd name, use it instead, like this:
  138. ;
  139. ;Alias stjhmc.fidonet.org
  140. ;
  141. ;
  142. ;
  143. ; Normally, if your Alias appears in the first position of the PATH line in
  144. ; a message, DoveMail will discard the message as a duplicate.  However, if
  145. ; you are using the NewsScan progam and are specifying the same Alias address
  146. ; in NewsScan's config file (as you normally would), then obviously you don't
  147. ; want to discard messages created by that program as dupes.  To avoid that,
  148. ; leave the following line uncommented.  DoveMail will still declare a
  149. ; message as a duplicate if it finds your alias somewhere OTHER THAN the
  150. ; first position in the Path line, and in any case, it will not send the
  151. ; message back out to you (i.e., put it in the packet it creates for NewsToss)
  152. ; if your alias is found in the Path line.  PLEASE NOTE:  If you use the -I
  153. ; argument on the command line when invoking DoveMail, then the state of the
  154. ; "IgnoreFirst" flag will "toggle" to the opposite of how you have it below.
  155. ; So, for example, you could leave "IgnoreFirst" uncommented and then use
  156. ; -I when you DO want to look at the first alias in the PATH line.  This
  157. ; feature is provided so that you can ignore the first address when processing
  158. ; batched newsgroup files created by NewsScan, but not when processing incoming
  159. ; news from other nodes (to do this, leave the line below uncommented, and use
  160. ; the -I command line argument only when processing incoming news from other
  161. ; nodes, and NOT when processing news created by NewsScan).
  162. ;
  163. IgnoreFirst
  164. ;
  165. ;
  166. ;
  167. ;
  168. ;
  169. ; The following the filename mask (including path) of filenames that MIGHT
  170. ; appear on your system containing newsgroups.  Note that if the file does not
  171. ; start with the characters "#! rnews", it will not be procssed in any case.
  172. ; CAUTION! If you receive files from MORE than one node and some of the files
  173. ; have different filename patterns, you'll either have to move everything to
  174. ; a specific subdirectory set aside for the purpose and use *.*, or else use
  175. ; the DOS REN (rename) command in your batch file to rename the "oddball"
  176. ; files to match the specification you use here.  I'm giving more than one
  177. ; example on this one because it's so important to get it right (but you must
  178. ; have ONE and ONLY ONE such line uncommented in your config file):
  179. ;
  180. ; Infiles C:\Newsin\*.*
  181. ; Infiles C:\inbound\fps????.d
  182. Infiles C:\BBS\*.PKU
  183. ;
  184. ; Note in the above example that if you received files matching BOTH the
  185. ; patterns "*.PKU" and "fps????.d", you could either move all such files to
  186. ; the "C:\Newsin" directory and uncomment the first example, OR you could
  187. ; possibly use the DOS command   REN fps????.d *.PKU   in your batch file just
  188. ; prior to running DoveMail (if all such files are in the same subdirectory).
  189. ;
  190. ;
  191. ;
  192. ;
  193. ; This is the path to the Outbound directory for Fidonet mail for YOUR zone
  194. ; and domain:
  195. ;
  196. Outbound C:\Opus\Outbound
  197. ;
  198. ;
  199. ;
  200. ;
  201. ; Normally, uncompressed outgoing mail will be placed into the appropriate
  202. ; outbound area in files with the extension ".UUT" (it's similar to an ".OUT"
  203. ; mail packet except it's in UseNet format).  If you'd rather use a different
  204. ; extension, you can specify it here (but PLEASE NOTE that the same extension
  205. ; will be used for all mail to Fidonet nodes).  You probably should not change
  206. ; this unless you know exactly what you are doing.
  207. ;
  208. ;PktExt .U
  209. ;
  210. ;
  211. ;
  212. ;
  213. ; Use this verb if you are running an unzoned system (this will cause all
  214. ; outgoing files to be placed in your primary outbound directory, regardless
  215. ; of the destination zone).  This command is primarily included for those
  216. ; running an unzoned system that still like to specify the zone numbers in
  217. ; addresses, for whatever reason, since simply omitting the zone number will
  218. ; have the same effect.
  219. ;
  220. NoZones
  221. ;
  222. ;
  223. ;
  224. ;
  225. ; These are the nodes you receive mail from and send it to.  Up to 32 nodes
  226. ; may be specified.  For each node, you need their address as it will appear
  227. ; in the PATH line on messages you receive, followed by their Fidonet address
  228. ; in Zone:Net/Node[.Point]@Domain format -OR- a filename mask preceeded by a
  229. ; "+".  If you use a Fidonet address, a mail packet will be generated in the
  230. ; proper outbound directory using the filespec [net][node].uut, where [net]
  231. ; and [node] are four digit hexadecimal values (which your mail packer should
  232. ; change to a file with the extension ".pku").  A .uut file is treated like an
  233. ; .out file for Fidonet format mail except that it contains messages in UseNet
  234. ; format.  Note that if you specify a point address, or a Fidonet-technology
  235. ; domain other than your own, the file will be created in the appropriate
  236. ; domain directory and/or ".PNT" directory as used by BinkleyTerm, so if you
  237. ; don't use domain support then don't give the domain, and if you have points
  238. ; but still use a fake pointnet you should give the fakenet/point address.  If
  239. ; you specify a filename mask using the "+" format, then contiguous question
  240. ; marks in the filename will be changed to a random numeric value.  For
  241. ; example, "+C:\uout\fps????.d" would be translated to C:\uout\FPSnnnn.D where
  242. ; nnnn is a random four digit number.  NOTE: It is VERY important that the
  243. ; UseNet-format addresses EXACTLY match what you see on the PATH lines of
  244. ; messages originating from these systems, since this is the only method of
  245. ; dupe prevention used in this version.  If you are not sure what address will
  246. ; appear on the PATH line, don't turn any newsgroups on to the system in
  247. ; question until you are sure.  This version does NOT make use of the
  248. ; Message-ID lines for dupe prevention, though a future version might (if
  249. ; anyone has a good QuickBASIC routine for hashing a variable-length text line
  250. ; down to a long integer, I'd love to see it...)
  251. ; NEW! If you put a right angle bracket at the start of the address (with NO
  252. ; spaces after the angle bracket, e.g. >your.address), that node will get ALL
  253. ; messages that you receive in ANY of the newsgroups you carry (that is, in
  254. ; any of the groups listed under "Begin_Newsgroups") without you having to
  255. ; explicitly list that node as receiving each newsgroup!  Also, if you put an
  256. ; At sign (@) at the start of the address (with NO spaces after the at sign),
  257. ; that node will get any messages that come in with NO newsgroups that appear
  258. ; to match any of the ones you have listed under "Begin_Newsgroups" (normally
  259. ; these should not be coming in, and the default is to delete them, but you
  260. ; can explicitly pass them on to nodes with the @ sign at the start of the
  261. ; node's alias).  Both the ">" and "@" symbols can be used for the same node
  262. ; if desired (see examples below).
  263. ;
  264. Begin_Newsnodes
  265. f600.n154.z1.fidonet.org     1:154/600
  266. stjhmc.fidonet.org           1:114/15
  267. fps.mcw.edu                  1:1999/1
  268. test.test.test               1:1999/2
  269. >all.known.groups            1:1999/3
  270. @unknown.areas.node          1:1999/4
  271. >@all.known.and.unknown      1:1999/5
  272. End
  273. ;
  274. ; In the above lines, you can also specify a filename mask instead of a
  275. ; net/node number, like this:
  276. ;
  277. ;my.feed.wherever            +C:\UOUT\fps????.d
  278. ;
  279. ; DON'T put blank lines, comment lines, or indented lines between the
  280. ; "Begin_Newsnodes" and "End" lines!
  281. ;
  282. ;
  283. ;
  284. ;
  285. ; These are the actual newsgroup names, followed (on succeeding indented
  286. ; lines) by the nodes to send them to using the UseNet format address.  An
  287. ; indented line (space or tab at start of line) is considered to contain a
  288. ; node address to send the area to.  Note that the node MUST have been
  289. ; specified above or it will be ignored (this allows temporarily shutting off
  290. ; a feed without removing every reference to it!).  Also note that you can
  291. ; create a feed for your own system by setting up a "dummy" node (and
  292. ; specifying a filename rather than a node address under "Newsnodes").  The
  293. ; maximum allowable length for a newsgroup name is 64 characters, and you may
  294. ; use the characters ".all" at the end of a newsgroup name as a "wildcard",
  295. ; but doing so may slow down message processing considerably (a much faster
  296. ; search algorithm is used if no newsgroup names end in ".all").  Don't put
  297. ; blank or comment lines between "Begin_Newsgroups" and "End".
  298. ;
  299. Begin_Newsgroups
  300. comp.dcom.telecom
  301.    f600.n154.z1.fidonet.org
  302.    stjhmc.fidonet.org
  303. news.groups
  304.    f600.n154.z1.fidonet.org
  305.    fps.mcw.edu
  306. comp.sys.amiga.hardware
  307.    f600.n154.z1.fidonet.org
  308. comp.sys.amiga.misc
  309.    stjhmc.fidonet.org
  310. comp.sys.amiga.all
  311.    test.test.test
  312. End
  313.