home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / LIVENET.ZIP / SQUISH.ZIP / SQUISH.CFG < prev   
Text File  |  1994-01-11  |  66KB  |  1,410 lines

  1. ;
  2. ;
  3. ;
  4. ;
  5. ;
  6. ;
  7. ;                    +--  +--+  -  -  ---  +---  -  -
  8. ;                    |    |  |  |  |   |   |     |  |
  9. ;                    +-+  |  |  |  |   |   +--+  +--+
  10. ;                      |  | \|  |  |   |      |  |  |
  11. ;                    --+  +--\  +--+  ---  ---+  -  -
  12. ;
  13. ;          ----------------------------------------------------
  14. ;          The Maximus-CBCS Tosser/Scanner/Packer, Version 1.00
  15. ;          ----------------------------------------------------
  16. ;
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;
  22. ;
  23. ;
  24. ;
  25.  
  26. ; The 'Address' keyword specifies the network addresses of your
  27. ; system.
  28. ;
  29. ; ----------------
  30. ; FOR NORMAL NODES
  31. ; ----------------
  32. ;
  33. ;       Your FIRST address should be your primary address.  By default,
  34. ;       this will be used for all outgoing mail.  You can specify
  35. ;       additional addresses after the first, but they will simply
  36. ;       be used as AKAs.  Any number of addresses may be specified,
  37. ;       limited by available memory.
  38.  
  39. Address 1:170/110
  40. Address 81:202/201
  41. Address 40:4372/0
  42. Address 40:4372/110
  43.  
  44. ; ------------------
  45. ; FOR FAKENET POINTS
  46. ; ------------------
  47. ;
  48. ; Squish can be used in a Binkley-style "fakenet" configuration.
  49. ; However, the format for specifying addresses is slightly different.
  50. ;
  51. ; The FIRST address specified must be your fakenet address, including
  52. ; the zone.
  53. ;
  54. ; The SECOND address must be your full 4-dimensional network address,
  55. ; including your point number.  The third and subsequent addresses will
  56. ; be treated as AKAs.
  57. ;
  58. ; Fakenet points must also use the 'Pointnet' verb, later in this
  59. ; configuration file.
  60. ;
  61. ; For a point at 1:123/456.1 (with a fakenet address of 23914/1), the
  62. ; following configuration would be used:
  63. ;
  64. ;       Address 1:23914/1
  65. ;       Address 1:123/456.1
  66. ;
  67. ; -------------
  68. ; FOR 4D POINTS
  69. ; -------------
  70. ;
  71. ; This feature can only be used if both you and your boss are running
  72. ; 4D-aware packers AND 4D mailers.
  73. ;
  74. ; Most mailers support 4D points, but BinkleyTerm (version 2.40 or
  75. ; below) does not.  Others, such as FrontDoor, InterMail, D'bridge, and
  76. ; BinkleyTerm 2.50+ can handle 4D points correctly.
  77. ;
  78. ; In addition, you and your boss must be running 4D-compatible
  79. ; packers and scanners.  Most packers and scanners are NOT fully
  80. ; 4D.  As of this writing, the most common 4D tossers/scanners/packers
  81. ; are TosScan, Imail, GEcho and (of course) Squish.
  82. ;
  83. ; Unless both you and your boss satisfy all of these requirements,
  84. ; you must use a fakenet point instead.
  85. ;
  86. ; For 4D points, simply include your full 4D address.  Any addresses
  87. ; after that will simply be considered as AKAs.
  88. ;
  89. ; For a point at 1:123/456.1, the following configuration would be used:
  90. ;
  91. ;       Address 1:123/456.1
  92.  
  93.  
  94. ; The 'NetFile' keyword tells Squish where your mailer places
  95. ; received packets and ARCmail packages.  You can specify as many
  96. ; NetFile paths as you like, and Squish will search each of them
  97. ; when invoked with 'SQUISH IN'.
  98. ;
  99. ; The NetFile keyword has two modifiers:  'NoPkt' and 'NoArc'.  The
  100. ; 'NoPkt' modifier instructs Squish NOT to toss *.PKT files from
  101. ; the specified path.  The 'NoArc' modifier instructs Squish NOT
  102. ; to toss ARCmail bundles from that path.  These modifiers may
  103. ; be useful for a tri-level security scheme, such as that which
  104. ; is offered by BinkleyTerm.
  105.  
  106. ; Protect inbound
  107. NetFile                 c:\binkley\inbound
  108.  
  109. ; Valid known nodelist inbound -- *.pkt's only and also arc'ed files
  110. NetFile                 c:\binkley\kinbound
  111.  
  112. ; Unknown inbound
  113. ;NetFile NoArc NoPkt     c:\binkley\uinbound
  114.  
  115.  
  116. ; The 'AreasBBS' keyword tells Squish where to find a standard-format
  117. ; AREAS.BBS file.  NOTE: using AREAS.BBS is optional!  If you
  118. ; have no other utilities which use AREAS.BBS, it may be easier
  119. ; to comment out this keyword and to use the 'EchoArea' keyword
  120. ; to define areas in this configuration file.  (See later in
  121. ; this file for more details.)
  122.  
  123. ; AreasBBS        c:\bbs\max\system\Areas.BBS
  124.  
  125.  
  126. ; The 'ArcmailAttach' keyword instructs Squish to use
  127. ; FroDo/IM/D'bridge-style message handling.  This is compatible with
  128. ; most other mailers which use an 'attach message' to send archives.
  129. ;
  130. ; This keyword is NOT required for systems running BinkleyTerm,
  131. ; Opus, or any other programs which use an 'outbound directory'.
  132. ;
  133. ; When this keyword is uncommented, Squish will generate *.MSG
  134. ; attach messages instead of Binkley-style *.?LO files.  This keyword
  135. ; also disables most of the routing commands in ROUTE.CFG.
  136. ;
  137. ; EVEN IF 'ArcmailAttach' IS ENABLED, YOU MUST STILL USE THE
  138. ; "SQUISH SQUASH" COMMAND AND HAVE A VALID ROUTE.CFG!
  139. ;
  140. ; When ArcmailAttach is defined, the `squash' phase of processing
  141. ; will be used to build attach messages, as opposed to scanning
  142. ; the outbound area.  ROUTE.CFG is still required, but since most
  143. ; mailers will perform dynamic routing, its importance is minimal.
  144. ; Please see the comments in ROUTE.CFG for information on routing
  145. ; and ArcmailAttach systems.
  146.  
  147. ;ArcmailAttach
  148.  
  149.  
  150. ; If you're running BinkleyTerm 2.50 or above, the BinkPoint
  151. ; keyword can be enabled.  BinkPoint enables the Binkley 2.50+
  152. ; "point directories", which allows for full 4D point support.
  153. ; If you wish to run 4D points on a Bink system, you must be
  154. ; running Binkley 2.50 or greater, and this keyword must be
  155. ; enabled.
  156.  
  157. BinkPoint
  158.  
  159.  
  160. ; The 'Compress' keyword gives the name of a compression configuration
  161. ; file.  Squish's compression is extremely flexible, and support for new
  162. ; archiving programs can be added at any time.  For most people, the
  163. ; default COMPRESS.CFG is all that is required.
  164.  
  165. Compress        c:\bbs\squish\Compress.Cfg
  166.  
  167.  
  168. ; The routing control file is used to control Squish's operation during
  169. ; the 'Squash' phase of processing.
  170. ;
  171. ; --> THIS KEYWORD IS ALWAYS REQUIRED, EVEN FOR ARCMAILATTACH SYSTEMS!  <--
  172. ; -->        PLEASE SEE THE COMMENTS IN ROUTE.CFG FOR DETAILS!          <--
  173.  
  174. Routing         c:\bbs\squish\Route.Cfg
  175.  
  176.  
  177. ; When not using 'ArcmailAttach', the Outbound keyword tells Squish where
  178. ; to find your Binkley-style outbound area.  This should always be the
  179. ; name of your PRIMARY outbound area, without an extension.  Squish
  180. ; will dynamically create outbound areas as necessary for other zones,
  181. ; so only the primary directory name is required.
  182. ;
  183. ; If 'ArcmailAttach' is being used, THIS KEYWORD IS STILL REQUIRED!
  184. ; In this case, the Outbound directory should point to a scratch
  185. ; area which Squish can use to build and store compressed mail packages.
  186.  
  187. Outbound        c:\binkley\outbound
  188. Outbound        c:\binkley\ibmnet       40
  189. Outbound        c:\binkley\os2net       81
  190.  
  191. ; The 'LogFile' keyword instructs Squish to keep a log of its activities.
  192. ; This log is written using a Max/Bink/Opus-compatible format, so the
  193. ; same logfile name can be used for both Max and Squish.
  194.  
  195. LogFile         c:\bbs\logs\squish.Log
  196.  
  197.  
  198. ; The 'Origin' keyword is used to specify a default origin line for
  199. ; EchoMail areas.  This option is only required if you're NOT using
  200. ; an AREAS.BBS, since Squish can normally obtain the origin line
  201. ; from that file.
  202. ;
  203. ; This origin line will be added to local messages which were created
  204. ; without an origin or tear line.
  205. ;
  206.  
  207. Origin         LiveNet!  Tulsa's OS/2 Warehouse  (918) 481-5715
  208.  
  209.  
  210. ; The 'Secure' keyword instructs Squish to check the addresses on all
  211. ; echomail messages it receives, and causes it to reject unsolicited
  212. ; messages.  This means that only only those nodes which are listed
  213. ; in AREAS.BBS (or your EchoArea lines) will be able to send echomail
  214. ; messages to your system.
  215. ;
  216. ; If a message is received from a system which is not listed for
  217. ; a particular message area, the message will be placed in your
  218. ; BadArea and noted in the logfile.
  219.  
  220. ;Secure
  221.  
  222.  
  223. ; The 'CheckZones' keyword instructs Squish to check the zone number
  224. ; on all incoming messages, and to treat different zones as distinct
  225. ; entities.
  226. ;
  227. ; This is normally desired; however, several older software packages
  228. ; do not support zones, and as such, Squish may find a 'random'
  229. ; zone number in packets it receives from other systems.
  230. ;
  231. ; If this keyword is commented out, Squish will ignore zone numbers
  232. ; when tossing messages.
  233.  
  234. CheckZones
  235.  
  236.  
  237. ; The 'QuietArc' keyword instructs Squish to suppress the screen output
  238. ; of external compression programs.  This is useful for reducing screen
  239. ; clutter, especially when packing mail for a large number of nodes.
  240. ;
  241. ; NOTE:  this keyword will not suppress the screen output for LHarc 2.xx.
  242. ; For whatever reason, the author of LHarc wrote the program in such
  243. ; a way that screen output cannot be easily eliminated.
  244.  
  245. QuietArc
  246.  
  247.  
  248. ; The 'Duplicates' keyword defines the number of duplicate message IDs
  249. ; that Squish will keep for each individual area.  By default, Squish
  250. ; keeps 1000 IDs for each area, which should be acceptable for the
  251. ; majority of other systems.
  252. ;
  253. ; Unlike most other software, Squish uses a safe 64-bit ID to identify
  254. ; messages as dupes.  Due to a few other factors, Squish's advanced
  255. ; dupe checking technology almost never identifies messages as false
  256. ; duplicates, so raising this number will not adversely impact mail
  257. ; reliability.
  258.  
  259. Duplicates 2000
  260.  
  261.  
  262. ; The 'KillDupes' keyword instructs Squish to delete duplicate messages
  263. ; as they are tossed.  This provides for efficient use of disk space
  264. ; (if a large packet of dupes is received from your uplink), but it
  265. ; leaves the operator with no way to determine the cause of the dupes.
  266. ;
  267. ; By default, KillDupes is off, and duplicate messages will be placed
  268. ; into your DupeArea.
  269.  
  270. KillDupes
  271.  
  272.  
  273. ; The 'KillIntransit' keyword instructs Squish to delete in-transit
  274. ; netmail.  This means that netmail NOT addressed to your system will
  275. ; be deleted after it is packed.
  276.  
  277. ;KillIntransit
  278.  
  279.  
  280. ; The 'KillBlank' keyword instructs Squish to delete blank netmail
  281. ; messages, or netmail messages which do not have a message body.
  282. ; Such messages are generated by some D'bridge systems, in addition
  283. ; to manually-generated file requests and file attaches.
  284.  
  285. KillBlank
  286.  
  287.  
  288. ; The 'Password' keyword is used to specify a password for outgoing
  289. ; packets.  In addition, if 'Secure' mode is enabled, Squish will
  290. ; also check incoming packets for the specified password, and it will
  291. ; reject and rename packets with invalid passwords.  Passwords are
  292. ; case insensitive, and they must be eight characters or less.
  293.  
  294. ;              Address         Password
  295. ;              -----------     --------
  296. Password       1:170/100       xxxxxxxxxx  ; Packet password for Hub
  297. ;Password       1:170/200      xxxxxxxxxx   ; Packet password for Bill Schnell
  298. ;Password       1:170/311      xxxxxxxxxx   ; Packet password for David Bolack
  299. ;Password       1:170/202      xxxxxxxxxx   ; Packet password for Steve Dressler
  300. Password       1:170/500       xxxxxxxxxx  ; Packet password for Tim Winters
  301. Password       1:170/609       xxxxxxxxxx  ; Packet password for Tim Winters
  302. Password       1:170/910       xxxxxxxxxx  ; Packet password for Brian Haden
  303.  
  304. Password       1:170/110.7     xxxxxxxxxx  ; Packet password for Mark Barbee
  305. ;Password      1:170/110.8     xxxxxxxxxx  ; Packet password for George Hug
  306. ;Password      1:170/110.9     xxxxxxxxxx  ; Packet password for Jason Farque'
  307. Password       1:170/110.10    xxxxxxxxxx  ; Packet password for Daniel diGriz
  308. Password       1:170/110.11    xxxxxxxxxx  ; Packet password for Ean Smythe
  309. Password       1:170/110.601   xxxxxxxxxx  ; Packet password for Joe Winett
  310.  
  311. Password       1:236/10        xxxxxxxxxx  ; Packet password for Mark Taylor
  312. Password       40:4372/10      xxxxxxxxxx  ; Packet password for Mark Taylor
  313.  
  314. Password       1:170/610       xxxxxxxxxx  ; Packet password for Jim Watson
  315. Password       1:170/611       xxxxxxxxxx  ; Packet password for Jim Watson
  316. Password       40:4372/610     xxxxxxxxxx  ; Packet password for Jim Watson
  317. Password       40:4372/611     xxxxxxxxxx  ; Packet password for Jim Watson
  318.  
  319. Password       1:396/61        xxxxxxxxxx  ; Packet password for Richard Butler
  320. Password       40:4372/61      xxxxxxxxxx  ; Packet password for Richard Butler
  321.  
  322. Password       1:373/18        xxxxxxxxxx  ; Packet password for Conan Dickson
  323. Password       81:20/18        xxxxxxxxxx  ; Packet password for Conan Dickson
  324. Password       40:4372/18      xxxxxxxxxx  ; Packet password for Conan Dickson
  325.  
  326. Password       1:170/300       xxxxxxxxxx  ; Packet password for Patrick Sitton
  327. Password       40:4372/300     xxxxxxxxxx  ; Packet password for Patrick Sitton
  328. Password       81:202/203      xxxxxxxxxx  ; Packet password for Patrick Sitton
  329.  
  330. Password       1:106/437       xxxxxxxxxx  ; Packet password for Art Fellner
  331. Password       40:4372/437     xxxxxxxxxx  ; Packet password for Art Fellner
  332.  
  333. Password       40:4376/0       xxxxxxxxxx  ; Packet password for Robert McA
  334.  
  335. Password       81:202/0        xxxxxxxxxx  ; Packet password for David Dozier
  336. Password       81:202/1        xxxxxxxxxx  ; Packet password for David Dozier
  337.  
  338. ; The 'Pointnet' verb is used to support fakenet-style points.  This
  339. ; keyword must be used by BOTH fakenet bosses and fakenet points.
  340. ; Simply specify your pointnet number, and Squish will automatically
  341. ; convert pointnet addresses and strip SEEN-BYs as necessary.  This
  342. ; option is not required if you are a 4D point, or if you are a boss
  343. ; and only feed 4D points.  If you are a boss which supports BOTH
  344. ; 4D and fakenet points, then this keyword is still required.
  345.  
  346. ;Pointnet        12345
  347.  
  348.  
  349. ; The 'Track' keyword instructs Squish to keep a log of forwarded netmail
  350. ; messages, including the header information (to/from/subject).
  351. ; This command in not a replacement for external utilities such as
  352. ; MsgTrack, but it can be used as a quick means of finding out who is
  353. ; forwarding netmail through your system.
  354. ;
  355. ; WARNING!  This keyword must point to a SEPARATE log file.  You cannot
  356. ; use the same logfile for both Track and LogFile.
  357.  
  358. Track           c:\bbs\logs\MsgTrack.Log
  359.  
  360.  
  361. ; The 'Pack' keyword tells Squish to use the specified compression method
  362. ; when compressing mail for the specified nodes.
  363. ;
  364. ; The first word following 'Pack' must be a valid compression type, as
  365. ; specified in COMPESS.CFG.  (The compression types supported by
  366. ; the distribution version of Squish are ARC, PAK, ZIP, LHARC, LH113,
  367. ; ZOO and ARJ.  However, more archivers can be easily added when
  368. ; they become available.)
  369. ;
  370. ; Any number of nodes may be specified after the compression type, and
  371. ; 'All' may also be used to specify a broad range of systems.  If no
  372. ; compression type is specified for a given node, then the default
  373. ; compression method will be used.  (See below.)
  374. ;
  375. ; NOTE!  Older programs, including QMail 1.00, do not support the LHarc 2.xx
  376. ; compression format.  For this reason, the 'LH113' compression format
  377. ; is provided; this instructs LHarc to create archives in compatibility
  378. ; mode.  If your feeds are running QM 1.00, you must specify the
  379. ; LH113 method instead of LHarc.
  380. ;
  381.  
  382. Pack LHarc 1:170/202
  383.  
  384. Pack Zip   1:170/100 200 209 300 500 706 813 609 610 611 813
  385. Pack Zip   1:153/920
  386. Pack Zip   40:All/All
  387. Pack Zip   81:All/All
  388.  
  389. Pack ARC   1:170/110.6
  390. Pack Zip   1:170/110.7
  391. Pack Zip   1:170/110.8
  392. Pack Zip   1:170/110.9
  393. Pack Zip   1:170/110.10
  394. Pack Zip   1:170/110.11
  395. Pack Zip   1:170/110.12
  396. Pack Zip   1:170/110.601
  397.  
  398.  
  399. ; The 'DefaultPacker' specifies the name of the compression program to
  400. ; use for nodes not lisited in any of the 'Pack' statements.
  401. ;
  402. ; WARNING!  The official FidoNet standard for mail compression is
  403. ; ARC.  Unless you have a very good reason for using a different
  404. ; compression method, you should leave this keyword alone to ensure
  405. ; maximum compatibility.
  406.  
  407. DefaultPacker Arc
  408.  
  409.  
  410. ; The 'SaveControlInfo' keyword instructs Squish to keep the SEEN-BY and
  411. ; PATH control information inside the message database.  This command
  412. ; will ONLY be applied to Squish-type areas, and will ONLY be used when
  413. ; running in a one-pass "IN OUT" mode.  The SEEN-BYs and PATH lines will
  414. ; always be retained when running in multi-pass mode.  This option
  415. ; can be used to save space on your hard drive.
  416.  
  417. SaveControlInfo
  418.  
  419.  
  420. ; The 'ForwardTo' keyword tells Squish that it has permission to forward
  421. ; messages which are destined to the specified nodes.  If you add the
  422. ; modifier 'File' after 'ForwardTo', then Squish will also forward
  423. ; file attaches to the specified nodes as well.
  424. ;
  425. ; To forward ALL mail passing through your system, simply
  426. ; use 'ForwardTo WORLD'.
  427. ;
  428. ; For ArcmailAttach systems, your mailer handles the routing of files.
  429. ; This keyword is not needed for such systems.
  430.  
  431. ForwardTo          World
  432. ForwardTo File     1:170/All.All
  433. ForwardTo File     40:649/312
  434.  
  435. ; The 'ForwardFrom' keyword uses the same syntax as ForwardTo, except it
  436. ; it tells Squish to allow messages coming from the specified nodes to
  437. ; be forwarded ANYWHERE.  When used with the 'File' modifier, this
  438. ; command is considerably more dangerous than ForwardTo, since it
  439. ; effectively gives the specified nodes a blank cheque, since they
  440. ; will have the ability to send large files through your system,
  441. ; possibly to a long-distance number.  Normally, this option should
  442. ; only be used for points or trusted individuals.
  443. ;
  444. ; For ArcmailAttach systems, your mailer handles the routing of files.
  445. ; This keyword is not needed for such systems.
  446.  
  447. ;ForwardFrom 1:24906/All 249/99
  448. ;ForwardFrom File 1:249/108
  449.  
  450. ; The 'TinySeenbys' verb tells Squish to use "tiny" SEEN-BYs for the
  451. ; specified list of nodes.  This means that Squish will strip off all
  452. ; excess node numbers when exporting a message, and it will only add the
  453. ; node numbers of the systems that are defined for each echo area.
  454. ;
  455. ; This keyword can significantly reduce the size of output packets,
  456. ; especially if Squish is processing widely-distributed EchoMail
  457. ; areas.
  458.  
  459. ;TinySeenbys  249/199 2:123/456
  460.  
  461.  
  462. ; The 'Remap' keyword can be used to automatically forward messages to
  463. ; points.  If a message arrives on your system which is addressed to one
  464. ; of your 'Address' statements, Squish will compare the message's
  465. ; "To:" address with each of the names listed below.  If a match is
  466. ; found, Squish will forward the packet manually, and readdress the
  467. ; message to the specified point.
  468. ;
  469. ; In addition, the '*' character functions as a wildcard, and can be used
  470. ; to remap mail which is addressed using only a partial name.
  471. ;
  472. ; NOTE!  If you are using fakenet points, make sure to specify the
  473. ; full fakenet address!  Similarly, if you are using 4D points, make
  474. ; sure that you use the full 4D address.  The address you specify doesn't
  475. ; have to be a point address, but if you are using a point address, you
  476. ; should make sure to specify the correct one.
  477. ;
  478. ; FOR BOSSES OF FAKENET POINTS ONLY:
  479. ;
  480. ;Remap   24906/2 Mark Kaye      ; Remap messages for Mark Kaye to point 2
  481. ;Remap   24906/3 Kevin Kell     ; Remap messages for Kevin Kell to point 3
  482. ;Remap   24906/1 Scott*         ; Remap messages starting with 'Scott' to
  483. ;                               ; point 1.
  484. ;
  485. ; FOR BOSSES OF 4D POINTS ONLY:
  486. ;
  487. ;Remap   .1      Scott*         ; Remap messages starting with 'Scott' to
  488. ;                               ; point 1.
  489.  
  490. Remap   .6      Rob Mincey
  491. Remap   .7      Mark Barbee
  492. Remap   .8      George Hug
  493. Remap   .9      Jason Farque'
  494. Remap   .10     Daniel diGriz
  495. Remap   .11     Ean Smythe
  496. Remap   .12     Russ Parks
  497. Remap   .601    Joe Winett
  498.  
  499. ; The 'AddToSeen' keyword instructs Squish to add a particular node number
  500. ; to the SEEN-BYs for all echomail areas that your system receives.
  501. ; (Note: it is possible to add SEEN-BYs on an area-by-area basis.  See
  502. ; 'EchoArea' below for more details.)
  503. ;
  504. ; The node numbers you specify here will be added to each and every
  505. ; message that passes through your system.  This is usually not required,
  506. ; except when changing primary addresses.
  507.  
  508. ;AddToSeen 250/814 820
  509.  
  510.  
  511. ; The 'GateRoute' keyword is used to send inter-zone messages through
  512. ; the zonegate.  Since this is declared in SQUISH.CFG, this will gateroute
  513. ; ALL netmail messages going through your system to the specified
  514. ; addresses.  This command is only useful when NOT using ArcmailAttach.
  515. ;
  516. ; GateRouting is only required by other<tm> brain-dead packers which
  517. ; do not properly understand zones.  If you're using the low-priority
  518. ; netmail routing scheme, it's probably safe to use a normal
  519. ; 'Route' command in ROUTE.CFG.  However, when sending directly to
  520. ; any of the official zonegates, it's best to use the GateRoute method.
  521. ;
  522. ; After the word 'GateRoute', you must specify a flavour to use for
  523. ; the resulting gaterouted package.  This will be placed into the
  524. ; appropriate .?UT message bundle.
  525. ;
  526. ; Following the message flavour is the 'host node'.  This is where
  527. ; all of the gaterouted messages will be sent.
  528. ;
  529. ; After the host node comes the 'route-to' nodes.  You can specify any
  530. ; number of nodes after the host, and you can even use the 'All'
  531. ; wildcards.
  532. ;
  533. ; If you wish to except certain nodes from gateroute processing, include
  534. ; the word 'Except', followed by any nodes whose mail you do NOT wish
  535. ; to gateroute.
  536. ;
  537. ; The following will work for standard gaterouting within zone 1:
  538. ;
  539. ;GateRoute Normal 1:1/2 2:All
  540. ;GateRoute Normal 1:1/3 3:All
  541. ;GateRoute Normal 1:1/4 4:All
  542. ;GateRoute Normal 1:1/5 5:All
  543. ;GateRoute Normal 1:1/6 6:All
  544. ;
  545. ; If you were connecting directly with a particular node in zone 2, and
  546. ; you did not want that node's mail to be gaterouted, you could use the
  547. ; following sample gateroute line:
  548. ;
  549. ;GateRoute Normal 1:1/2 2:All Except 2:123/456
  550.  
  551.  
  552. ; The 'BusyFlags' keyword instructs Squish to use the BinkleyTerm
  553. ; *.BSY flags in the outbound area.  These flags are a must when
  554. ; Squish is running in a multitasking or network environment, since
  555. ; they stop Squish and Binkley from trying to access the same
  556. ; bundle at the same time.
  557.  
  558. BusyFlags
  559.  
  560.  
  561. ; The 'TossBadMsgs' keyword instructs Squish to "toss" messages from
  562. ; your BadArea, every time a SQUISH IN is performed.  Squish will
  563. ; skim all of the message in the area, and it will attempt to toss
  564. ; each one.
  565. ;
  566. ; This feature is extremely useful if you request an area, but forget
  567. ; to add the echo to your configuration files.  The messages for that
  568. ; area would end up in your BadArea; with TossBadMsgs enabled,
  569. ; once you add that area to your configuration, messages will be
  570. ; tossed from your BadArea just as they would from a .PKT file,
  571. ; thereby saving you a lot of manual message moving.
  572.  
  573. TossBadMsgs
  574.  
  575.  
  576.  
  577. ; The 'BatchUnarc' keyword instructs Squish to decompress all compressed
  578. ; mail archives at the same time, and to start tossing the packets after
  579. ; all of the archives have been decompressed.
  580. ;
  581. ; Using BatchUnarc requires slightly more space, but it also prevents
  582. ; messages from getting out of order.  Squish will toss packets accoring
  583. ; to their dates, but if Squish only tossed mail from one archive at
  584. ; a time, the dates can get mixed up.  If you don't send mail to
  585. ; anyone else, you probably don't need to use this.  However, if you're
  586. ; sending one or more echoes to other systems, using BatchUnarc is
  587. ; probably a good idea.
  588.  
  589. BatchUnarc
  590.  
  591.  
  592. ; The 'ZoneGate' command instructs Squish to perform special conversions
  593. ; on messages addressed to the 'zonegate node'.  When sending an
  594. ; echomail conference across zones, SEEN-BYs must be stripped from
  595. ; messages, since net/node numbers may be duplicated among different
  596. ; zones.
  597. ;
  598. ; This command provides an FTSC-0004 compliant method to gate conferenes
  599. ; between zones.  The format for the ZoneGate command is as follows:
  600. ;
  601. ; ZoneGate <host> <nodes...>
  602. ;
  603. ; The <host> is the address of the system which you are gating for.  All
  604. ; echomail messages addressed to this system will have their SEEN-BYs
  605. ; stripped.
  606. ;
  607. ; <nodes> is a list of nodes which are to be added to the SEEN-BYs,
  608. ; after the original set of nodes is stripped.  WARNING:  Squish does
  609. ; NOT automatically add your address or the host's address to
  610. ; the SEEN-BYs, so you must include your address and the other system's
  611. ; address, at a bare minimum.  Other nodes can be added to the SEEN-BYs
  612. ; for safety purposes.
  613. ;
  614. ; NOTE:  ZoneGate is a potentially dangerous command.  If you do not
  615. ; know exactly what you're doing, this command should be avoided.
  616.  
  617. ;ZoneGate 2:253/68 249/106 253/68
  618.  
  619.  
  620. ; The 'Statistics' keyword instructs Squish to keep a statistics file,
  621. ; based on mail sent and mail received.  These statistics are extremely
  622. ; verbose, but they are also extremely accurate.  An external program
  623. ; can be used to read the SQUISH.STA file, and to generate a 100%
  624. ; accurate billing report for the specified nodes.
  625. ;
  626.  
  627. ;Statistics      c:\bbs\squish\squish.stt
  628.  
  629.  
  630. ; The 'StripAttributes' keyword instructs Squish to strip the message
  631. ; flavour attributes (CRASH and HOLD) from incoming netmail messages.
  632. ; Stripping these attributes prevents someone from routing a CRASH
  633. ; message through your system, and then having your system deliver
  634. ; the message as CRASH as well.
  635.  
  636. StripAttributes
  637.  
  638.  
  639. ; The 'AddMode' keyword instructs Squish to "add" to existing .?LO files.
  640. ; Normally, when Squish wants to send a message or file to a particular
  641. ; node, it will use the exact flavour specified in the routing control
  642. ; file.  However, AddMode instructs Squish to check the outbound area
  643. ; first, and if a flavoured file attach exists (such as CRASH, HOLD or
  644. ; DIRECT), the file will be added to that file attach instead.
  645. ;
  646. ; This is useful if a specified set of routing commands is normally used,
  647. ; but if exceptions must be made.  In other words, a node may be marked
  648. ; Crash, but if that node goes down for a period of time, it may be
  649. ; desirable to keep that node's mail on hold.  When AddMode is enabled,
  650. ; simply change the flavour of the existing attach to HOLD, and all future
  651. ; attaches will also be made as HOLD (regardless of the original flavour),
  652. ; until the HOLD file attach is picked up.
  653.  
  654. ;AddMode
  655.  
  656. ; The 'MaxMsgs' keyword instructs Squish to stop scanning after 'x'
  657. ; messages have been reached, to pack the resulting packets into an
  658. ; archive, and to continue scanning from where it left off.  This
  659. ; feature can help in situations where disk space is at a premium,
  660. ; or where the size of the output .PKT files is to be kept small.
  661. ;
  662. ; When running in "IN OUT SQUASH" mode, the MaxMsgs feature is
  663. ; automatic.  However, when the OUT and SQUASH phases are separated,
  664. ; some batch file magic is required.  Please see the documentaton
  665. ; for information on using MaxMsgs in separate passes.
  666. ;
  667. ; The number after MaxMsgs specifies the number of messages to
  668. ; process before taking a break and archiving the output.  A number
  669. ; of around 100 messages usually yields packets of about 75K in
  670. ; size, assuming a normal backbone load.  This number can be increased
  671. ; or decreased, depending on your processing requirements.
  672.  
  673. MaxMsgs 100
  674.  
  675.  
  676. ; The Swap keyword (DOS only) instructs Squish to swap itself out to
  677. ; XMS/EMS/disk before spawning the compression programs.  This frees
  678. ; up all but 3k of the memory that Squish normally uses, and it
  679. ; allows Squish to be used in tight-memory situations.
  680. ;
  681. ; By default, Squish will attempt to swap to XMS first followed by
  682. ; EMS, and finally, Squish will attempt to swap to disk.  If you
  683. ; don't specify anything after the 'Swap' keyword, and Squish
  684. ; resorts to disk swapping, Squish will write the swap file in
  685. ; the current directory.  However, if you wish Squish to swap elsewhere
  686. ; when it has to resort to disk swapping, you can specifiy a path
  687. ; and a filename after the 'Swap' keyword.
  688. ;
  689. ; WARNING!  Some networks may be allergic to the Swap command.  If
  690. ; you're having trouble getting Squish to run with Swap, try
  691. ; turning it off.
  692. ;
  693. ;Swap c:\Temp\$$SQUISH.SWP
  694.  
  695.  
  696. ; The 'Nuke' keyword (ArcmailAttach mode only) instructs Squish to
  697. ; delete ARCmail bundles for which there is no attach message.  This
  698. ; keyword is ONLY required when using Max with D'bridge, or some other
  699. ; mailer which cannot delete or truncate files as they are sent.
  700. ;
  701. ; When Squish gets to the SQUASH phase, it will scan all of the messages
  702. ; in the netmail directory, and make a note of all file attaches.  It
  703. ; will then scan the outbound packet directory, and delete any ARCmail
  704. ; bundles which do not have attach messages.
  705. ;
  706. ; THIS COMMAND IS POTENTIALLY DANGEROUS, SO IT SHOULD ONLY BE USED
  707. ; IF YOUR MAILER REQUIRES IT!
  708. ;
  709. ;Nuke
  710.  
  711.  
  712. ; The 'MaxAttach' keyword is for ArcmailAttach mode ONLY.  This option
  713. ; instructs Squish to reserve memory for up to <n> netmail attach
  714. ; messages.  You should have no more than this number of messages in
  715. ; your netmail area.  Nothing drastic will happen if the number of
  716. ; attaches exceeds this, but you may find that duplicate attach
  717. ; messages are created if it's too small.  The default for MaxAttach is
  718. ; 256.  Most systems will NOT need to use this keyword.
  719. ;
  720. ;MaxAttach 256
  721.  
  722.  
  723. ; The 'MaxPkt' keyword is used in both ArcmailAttach and
  724. ; non-ArcmailAttach modes.  This keyword specifies the maximum number
  725. ; of packets which can be present in OUTBOUND.SQ at one time.  If the
  726. ; number of packets exceeds this value, then the excess packets will
  727. ; simply be queued for the next run of Squish.  The default for MaxPkt
  728. ; is 256.  Most systems will NOT need to modify this number.
  729. ;
  730. ;MaxPkt 256
  731.  
  732. ; The `Buffers' keyword controls Squish's memory usage.  By default,
  733. ; Squish will use large buffers for processing mail.  However, if
  734. ; you're running Squish in a memory-restricted environment, you
  735. ; can tell Squish to use less memory by specifying one of the
  736. ; options below.  WARNING!  As you decrease the buffer size, Squish
  737. ; becomes slower and slower.  `Buffers Small' is unsuitable if you're
  738. ; forwarding mail to any other nodes; medium buffers should be
  739. ; considered the minimum for hubs.
  740.  
  741. Buffers Large
  742. ;Buffers Medium
  743. ;Buffers Small
  744.  
  745.  
  746. ;---------------------------------------------------------------------------;
  747. ;                                                                           ;
  748. ;                         SEAL configuration commands                       ;
  749. ;                                                                           ;
  750. ;---------------------------------------------------------------------------;
  751. ;
  752. ; These are your downlinks (both echo and file)
  753. ;
  754. ;         Address  Lvl     Grps  Passwrd Sysop          Flags      Language
  755. ;                  (0-255) (A-Z)                        (KLCHTF*&P)
  756. ;------------------------------------------------------------------------------
  757. ;
  758. ; X = no group, not used
  759. ; F = FidoNet
  760. ; I = ibmNET message echos
  761. ; L = Creative writing forum
  762. ; M = ibmNET file echos
  763. ; O = OS2NET
  764. ; P = LiveNet Point Support echos
  765. ; S = Misc. Shareware Files
  766. ; W = Fernwood echo
  767. ; Z = ZyXELNet
  768. ;
  769. ;NodeLink 1:170/110.6    0 FP  xxxxxxx  Rob_Mincey           HL     SEAL_ENG.LNG
  770. ;NodeLink 1:170/110.7    0 FPL xxxxxxx  Mark_Barbee          HL     SEAL_ENG.LNG
  771. ;NodeLink 1:170/110.8    0 FP  xxxxxxx  George_Hug           HL     SEAL_ENG.LNG
  772. ;NodeLink 1:170/110.9    0 FP  xxxxxxx  Jason_Farque'        HL     SEAL_ENG.LNG
  773. ;NodeLink 1:170/110.10   0 FP  xxxxxxx  Daniel_diGriz        HL     SEAL_ENG.LNG
  774. ;NodeLink 1:170/110.11   0 FP  xxxxxxx  Ean_Smythe           HL     SEAL_ENG.LNG
  775. ;NodeLink 1:170/110.12   0 FP  xxxxxxx  Russ_Parks           HL     SEAL_ENG.LNG
  776. ;NodeLink 1:170/110.601   0 FPL xxxxxxx  Joe_Winett           HL     SEAL_ENG.LNG
  777. ;
  778. ;NodeLink 1:170/600      0 WM  xxxxxxx  Nelson_Derks         CL     SEAL_ENG.LNG
  779. ;NodeLink 1:170/300      0 M   xxxxxxx  Patrick_Sitton       CL     SEAL_ENG.LNG
  780. ;NodeLink 1:170/403      0 WM  xxxxxxx  Kelly_Drown          CL     SEAL_ENG.LNG
  781. ;NodeLink 1:170/500      0 X   xxxxxxx  Tim_Winters          CL     SEAL_ENG.LNG
  782. ;NodeLink 1:170/609      0 X   xxxxxxx  Tim_Winters          CL     SEAL_ENG.LNG
  783. ;NodeLink 1:170/610      0 WM  xxxxxxx  Jim_Watson           CL     SEAL_ENG.LNG
  784. ;NodeLink 1:170/910      0 X   xxxxxxx  Brian_Haden          CL     SEAL_ENG.LNG
  785. ;
  786. ;NodeLink 1:396/61       0 X   xxxxxxxN Richard_Butler       HL     SEAL_ENG.LNG
  787. ;
  788. ;NodeLink 1:309/9        0 MWS xxxxxxx  Mike_McGuire         HL     SEAL_ENG.LNG
  789. ;
  790. ;NodeLink 40:4376/0      0 IMW xxxxxxx  Robert_McA           HL     SEAL_ENG.LNG
  791. ;NodeLink 40:4372/10     0 IMW xxxxxxx  Mark_Taylor          HL     SEAL_ENG.LNG
  792. ;NodeLink 40:4372/18     0 IMW xxxxxxx  Conan_Dickson        HL     SEAL_ENG.LNG
  793. ;NodeLink 40:4372/61     0 IMW xxxxxxxN Richard_Butler       HL     SEAL_ENG.LNG
  794. ;NodeLink 40:4372/300    0 IMW xxxxxxx  Patrick_Sitton       CL     SEAL_ENG.LNG
  795. ;NodeLink 40:4372/437    0 IMW xxxxxxx  Art_Fellner          HL     SEAL_ENG.LNG
  796. ;NodeLink 40:4372/610    0 IM  xxxxxxx  Jim_Watson           CL     SEAL_ENG.LNG
  797. ;NodeLink 40:4372/710    0 IMW xxxxxxx  Dana_Laude           HL     SEAL_ENG.LNG
  798. ;
  799. ;NodeLink 81:202/1       0 OM  xxxxxxx  David_Dozier         CL     SEAL_ENG.LNG
  800. ;NodeLink 81:202/203     0 O   xxxxxxx  Patrick_Sitton       CL     SEAL_ENG.LNG
  801. ;NodeLink 81:202/401     0 OM  xxxxxxx  Bob_Barnes           HL     SEAL_ENG.LNG
  802. ;NodeLink 81:208/0       0 OM  xxxxxxx  Mark_Taylor          HL     SEAL_ENG.LNG
  803. ;
  804. ;
  805. ; These are your downlinks' akas
  806. ;
  807. ;         Primary    Akas...
  808. ;---------------------------------------
  809. ;;NodeAka 40:4372/10  81:208/0 81:208/1 1:236/10
  810. ;;NodeAka 1:170/300      40:4372/300
  811. ;;NodeAka 1:170/610      40:4372/610
  812. ;;NodeAka 40:4376/0      1:124/5105
  813. ;;NodeAka 40:4372/61     1:396/61
  814. ;;NodeAka 40:4372/18     1:373/18
  815. ;;NodeAka 81:202/401     1:160/202
  816. ;;NodeAka  81:208/0 81:208/1 1:236/10
  817. ;
  818. ; These are your echomail uplinks
  819. ;
  820. ;         Address     ForwardList      Lvl Grp Name    Pswrd   Flags Aka       Switches
  821. ;----------------------------------------------------------------------------------------
  822. ;EchoFeed 1:170/100   Y c:\bbs\squish\fidonet.lst   T 0   F   AreaFix xxxxxxx LC    1:170/110 -0
  823. ;EchoFeed 1:170/202   N
  824. ;EchoFeed 1:170/910   N
  825. ;EchoFeed 1:170/609   N
  826. ;EchoFeed 1:170/200   N
  827. ;EchoFeed 1:153/920   N
  828. ;EchoFeed 1:141/209   N
  829. ;EchoFeed 40:649/312  N
  830. ;EchoFeed 81:202/1    N
  831. ;
  832. ; These are your file echo uplinks
  833. ;
  834. ;         Address     ForwardList    Lvl Grp Name   Pswrd  Flags  Aka
  835. ;------------------------------------------------------------------------
  836. ;FileFeed 1:153/920 N
  837. ;FileFeed 1:141/209 N
  838. ;FileFeed 1:170/200 N
  839. ;FileFeed 1:170/403 N
  840. ;FileFeed 1:170/610 N
  841. ;FileFeed 40:649/312 N
  842. ;
  843. ; These are your protected areas
  844. ;
  845. ;             Type  Tag        Level  Grp
  846. ;----------------------------------------
  847. ;;ProtectArea  Echo  REG12      10     F
  848. ;;ProtectArea  File  NODEDIFF   10     f
  849. ;
  850. ; General operation keywords
  851. ;
  852. ;Backup
  853. ;;ForceINTL
  854. ;;KillProcessedMsgs
  855. ;CopyToSysop
  856. ;CheckName
  857. ;;MatchZone
  858. ;;MarkNotRcvd
  859. ;;ShortAreaList
  860. ;;FDLog
  861. ;;Show Protected
  862. ;Show Feeds
  863. ;;Notify List
  864. ;;No Rescan
  865. ;;No Help
  866. ;;No Hold
  867. ;;No Query
  868. ;;Respond Linked
  869. ;;Respond List
  870. ;LanguageFile          C:\BBS\SEAL\SEAL_ENG.LNG
  871. ;NoDesc                (no description available)
  872. ;;FDRescan             G:\FD\FDRESCAN.NOW
  873. ;Que                   C:\BBS\SEAL\SEAL.QUE
  874. ;Del                   C:\BBS\SEAL\SEAL.DEL
  875. ;Hold                  C:\BBS\SEAL\SEAL.HLD
  876. ;;FakeName             AreaFix
  877. ;;QueryFile            C:\BBS\SEAL\AREAS.LST
  878. ;Sysop       Name      Dave Fisher
  879. ;Sysop       Flags     L
  880. ;Notify      Exclude   40:649/312
  881. ;;Areas      EchoSpec  0 . (unlisted fidonet area)
  882. ;;Areas      NodeDim   2
  883. ;;Open
  884. ;;Open       Level     0
  885. ;Open       Groups    X
  886. ;;Open       Flags     L
  887. ;;MaxCtl     Area      %g%#
  888. ;;MaxCtl     Extra     Twit ReadOnly
  889. ;;MaxCtl     Extra     Disgrace ReadOnly
  890. ;
  891. ; Echo (mail) operation
  892. ;
  893. ;Rescan                C:\BBS\SQUISH\SQRESCAN.BAT
  894. ;NewEchosPath          D:\ECHOS
  895. ;NewEchosPath Group I  D:\ECHOS\IBMNET
  896. ;NewEchosPath Group O  D:\ECHOS\OS2NET
  897. ;NewEchosPath Group Z  D:\ECHOS\ZYXELNET
  898. ;NewEchosPath Group F  D:\ECHOS
  899. ;EchoAlias             FMail
  900. ;
  901. ; File (Tick) operation
  902. ;
  903. ;Tick                  C:\BBS\TICK\TICK.CFG
  904. ;;Pointnet             30933
  905. ;;NewFilesPath         H:\FILE
  906. ;FileAlias             FileMgr
  907. ;;Announce New         NEWFILES
  908. ;;Announce Header      ANNHDR.TXT
  909. ;;Announce Footer      ANNFTR.TXT
  910. ;;Announce To          All
  911. ;;Announce From        File Processor
  912. ;;Announce Subject     New files have arrived...
  913. ;;NewFilesPath Group f H:\FILE\PASS
  914. ;
  915. ; TIC.CFG (sample)
  916. ;
  917. ;    In your TIC.CFG you may add an ;FileSpec line as well as an ;Announce
  918. ;    line at the end of each area like this:
  919. ;
  920. ;       AREA H:\FILES\NODELIST\ NODELIST
  921. ;          Local Passthru
  922. ;          1:234/56      DAMNLIST       *
  923. ;          ;FileSpec     NODELIST       0  F  Fidonet Nodelist
  924. ;          ;Announce     NODELIST       NEWFILE
  925. ;
  926. ;   The ;FileSpec and/or ;Announce line must be the last line in the area,
  927. ;   otherwise Tick will ignore all nodes listed after the ;FileSpec or
  928. ;   ;Announce line.
  929. ;
  930. ;                         END OF SEAL CONFIGURATION
  931. ;---------------------------------------------------------------------------
  932.  
  933.  
  934. ;---------------------------------------------------------------------------
  935. ;
  936. ; Next are any number of message area definitions.  However, as a bare
  937. ; minimum, you must have a NetMail area and a bad messages area.
  938. ;
  939. ; The format of a message area definition is:
  940. ;
  941. ; <type> <tag> <path> [flags] [nodes]
  942. ;
  943. ; <type> specifies the type of area to define.  Valid <type>s are
  944. ; NetArea, BadArea, DupeArea and EchoArea.  You must have at least
  945. ; one NetArea and at least one BadArea.
  946. ;
  947. ; <tag> specifies a short-form "name" for that area.  This name is
  948. ; used as a quick way of referring to that area; for NetAreas, BadAreas
  949. ; and DupeAreas, the only requirement is that the tag must be unique.
  950. ; However, for EchoAreas, this tag defines the actual name of the area,
  951. ; as used when talking to other systems.  In other words, before assigning
  952. ; a tag to an echo, you should ask your feed for the name of that echo.
  953. ;
  954. ; <path> specifies the path to the area.  For *.MSG areas, this should
  955. ; be the path to the message directory.  For Squish areas, <path>
  956. ; should be the path and root filename of the Squish area.
  957. ;
  958. ; [flags] are an optional set of modifiers for each area.  A flag is
  959. ; a dash followed by a character, plus an optional argument.  Flags
  960. ; can be used to change the attributes of an area, such as making
  961. ; that area "passthru", using the Squish message format for that area,
  962. ; and so on.
  963. ;
  964. ; A brief description of each flag follows, but for more information,
  965. ; you should consult the Squish documentation for a full explanation of
  966. ; each flag.
  967. ;
  968. ;       -f              The '-f' flag selects the FTSC-0001 (*.MSG)
  969. ;                       storage format.  *.MSG is the default, so this
  970. ;                       flag normally doesn't need to be used.
  971. ;
  972. ;       -p<node>        The '-p' flag selects an alternate primary
  973. ;                       address for the current area only.  This
  974. ;                       address will be used in SEEN-BYs, PATH lines,
  975. ;                       and packet headers.
  976. ;
  977. ;       -s              The '-s' flag instructs Squish to strip the
  978. ;                       private bit from all messages received in the
  979. ;                       current area.
  980. ;
  981. ;       -x<node>        The '-x' flag stops <node> from SENDING mail
  982. ;                       into the specified echo.
  983. ;
  984. ;       -0              The '-0' flag indicates that the current
  985. ;                       area is a passthru area.
  986. ;
  987. ;       -+<node>        The '-+' flag instructs Squish to add <node>
  988. ;                       to the SEEN-BYs for the current area only.
  989. ;
  990. ;       -$              The '-$' flag tells Squish that the specified
  991. ;                       area uses the Squish message format.
  992. ;
  993. ;       -$m<msgs>       The '-$m' flag instructs Squish to keep up
  994. ;                       to a maximum of <msgs> messages in this
  995. ;                       Squish-format area.  Message will be
  996. ;                       deleted by Squish on the fly.
  997. ;
  998. ;       -$s<msgs>       The '-$s' flag instructs Squish to skip the
  999. ;                       first <msgs> messages when killing up to the
  1000. ;                       last '-$m' messages in each area.  This
  1001. ;                       parameter is only applicable when using
  1002. ;                       the -$m flag.
  1003. ;
  1004. ;       -$d<age>        The '-$d' flag instructs Squish to keep up
  1005. ;                       to a maximum of <age> days' worth of
  1006. ;                       messages in this Squish-format area.  Killing
  1007. ;                       by date is NOT done on the fly, so SQPACK must
  1008. ;                       be run on a regular basis to purge messages.
  1009.  
  1010.  
  1011. ; Every system must have at least one NetArea.  You can declare
  1012. ; more NetAreas if you like (and Squish will scan all of them when
  1013. ; packing mail), but all inbound NetMail will be placed into
  1014. ; this area.
  1015.  
  1016. NetArea     NETMAIL        c:\binkley\netmail   -f
  1017. ;NetArea    PVTMAIL        c:\binkley\pvtmail   -f
  1018.  
  1019. ; The BadArea is used for placing insecure or grunged messages.  Every
  1020. ; system must have a BadArea.
  1021.  
  1022. BadArea     BAD_MSGS        D:\echos\bad_msgs
  1023.  
  1024. ; The DupeArea is optional.  If you have defined a DupeArea, all duplicate
  1025. ; messages will be placed into this message area.  Otherwise, duplicates
  1026. ; will go into your BadArea.
  1027.  
  1028. DupeArea    DUPES           D:\echos\dup_msgs
  1029.  
  1030. ;
  1031. ;           Directory            Tag Name        Node from, and nodes to
  1032. ;
  1033.  
  1034. ;
  1035. ; Forums I read so they are at the top of the list when I invoke timED
  1036. ;
  1037.  
  1038. EchoArea  LOCAL        C:\MAX\MSG\LOCAL            -$           1:170/110 110.7 110.8 110.9
  1039. ;EchoSpec LOCAL        0   F LiveNet Local Public and Private Mail
  1040. EchoArea  LIVEPOINT    D:\ECHOS\LIVEPNT            -$ -$m500    1:170/110 110.7 110.8 110.9 110.10 110.11 110.12 110.601
  1041. ;EchoSpec LIVEPOINT    0   P LiveNet Point Systems Support Echo
  1042. EchoArea  T-BAG        D:\ECHOS\T-BAG              -$ -$m1500   1:170/110 110.7 110.8 110.9 110.601 200 258 706 906
  1043. ;EchoSpec T-BAG        0   F Tulsa Bar & Grille Humor Echo
  1044. EchoArea  FERNWOS2     D:\ECHOS\OS2NEW             -$ -$m900    1:153/920 170/200 300 610 40:4372/10 710 4376/0
  1045. ;EchoSpec FERNWOS2     0   W Fernwood Private Sysop Administrative Echo
  1046. EchoArea  FREEFEED     D:\ECHOS\FREEFEED           -$ -$m100    1:170/610
  1047. ;EchoSpec FREEFEED     0   F FreeFeed Discussions
  1048. EchoArea  NEURAL_NET   D:\ECHOS\NEURAL             -$ -$m900    1:170/100
  1049. ;EchoSpec NEURAL_NET   0   F Artificial Neural Network (ANN) Discussion Echo
  1050. EchoArea  TULSA_LIT    D:\ECHOS\TLIT               -$ -$m900    1:170/110 110.7 110.12 110.601 209 300 311 609 704 711 906
  1051. ;EchoSpec TULSA_LIT    0   F Tulsa Literature and Writing
  1052.  
  1053. EchoArea  FWRITE       D:\ECHOS\FWRITE             -$ -$m900    1:170/110.601 110.7
  1054. ;EchoSpec FWRITE       0   L Creative Writing Discussions
  1055. EchoArea  FREADONLY    D:\ECHOS\FREAD              -$ -$m900 -x1:170/110.7 1:170/110.601 110.7
  1056. ;EchoSpec FREADONLY    0   L Creative Writing Exposition Echo (Read-Only)
  1057.  
  1058. ; Tulsa Forums
  1059.  
  1060. EchoArea  TTECH        D:\ECHOS\TTECH              -$ -$m300    1:170/100 110.7 110.8 110.11 110.12 110.601
  1061. ;EchoSpec TTECH        0   F Tulsa Tech
  1062. EchoArea  TTRADE       D:\ECHOS\TTRADE             -$ -$m300    1:170/100 110.7 110.8 110.9 110.10 110.11 110.601
  1063. ;EchoSpec TTRADE       0   F Tulsa Trade
  1064. ;EchoArea  TTALK        D:\ECHOS\TTALK              -$ -$m300    1:170/202 110.8 110.12 609
  1065. EchoArea  TPOLITICS    D:\ECHOS\TPOL               -$ -$m500    1:170/100
  1066. ;EchoSpec TPOLITICS    0   F Tulsa Politics
  1067. ;EchoArea    SANTA           D:\echos\santa        -$      -$m150 170/202
  1068. ;EchoArea    TULSA_GAMERZ    D:\echos\tgamerz      -$      -$m300 170/100
  1069. ;EchoArea    RELIGION        D:\echos\trel         -$      -$m250 170/100
  1070. EchoArea  TULSA_PROG   D:\ECHOS\TPROG              -$ -$m300    1:170/100 110.7 110.8 110.9 110.11 110.12 110.601
  1071. ;EchoSpec TULSA_PROG   0   F Tulsa Programmers
  1072. EchoArea  MERSEY_BEAT  D:\ECHOS\MBEAT              -$ -$m300    1:170/100 110.601
  1073. ;EchoSpec MERSEY_BEAT  0   F Tulsa Music
  1074. EchoArea  GENERAL      D:\ECHOS\GENERAL            -$ -$m400    1:170/100 110.7 110.601
  1075. ;EchoSpec GENERAL      0   F Tulsa General Discussions
  1076. EchoArea  TULSA_SCIFI  D:\ECHOS\TSCIFI             -$ -$m300    1:170/910 110.601
  1077. ;EchoSpec TULSA_SCIFI  0   F Tulsa Science Fiction Fandom
  1078. ;EchoArea    TULSA-FILES     D:\echos\tfiles       -$      -$m150 170/100
  1079.  
  1080. ; OS/2
  1081.  
  1082. EchoArea  OS2          D:\ECHOS\OS2                -$ -$m999    1:170/100
  1083. ;EchoSpec OS2          0   F OS/2 Conference
  1084. EchoArea  OS2BBS       D:\ECHOS\OS2BBS             -$ -$m999    1:170/100
  1085. ;EchoSpec OS2BBS       0   F OS/2 BBS'ing
  1086. EchoArea  OS2PROG      D:\ECHOS\OS2PROG            -$ -$m999    1:170/100
  1087. ;EchoSpec OS2PROG      0   F OS/2 Programming Echo
  1088. EchoArea  OS2LAN       D:\ECHOS\OS2LAN             -$ -$m999    1:170/100
  1089. ;EchoSpec OS2LAN       0   F Networking and OS/2
  1090. EchoArea  OS2HW        D:\ECHOS\OS2HW              -$ -$m999 -$s1 1:170/100
  1091. ;EchoSpec OS2HW        0   F OS/2 Hardware
  1092. EchoArea  OS2DOS       D:\ECHOS\OS2DOS             -$ -$m999 -$s1 1:170/100
  1093. ;EchoSpec OS2DOS       0   F OS/2 and DOS Applications
  1094. EchoArea  OS2DOSBBS    D:\ECHOS\OS2DSBBS           -$ -$m999    1:170/100
  1095. ;EchoSpec OS2DOSBBS    0   F BBS Software Running in OS/2 DOS Boxes
  1096. EchoArea  TEAMOS2      D:\ECHOS\TEAMOS2            -$ -$m999    1:170/100
  1097. ;EchoSpec TEAMOS2      0   F OS/2 User Groups and Promotions
  1098.  
  1099. ; OS/2 forums from Pete Norloff
  1100.  
  1101. EchoArea  OS2_WP       D:\ECHOS\NORLOFF\WP         -$ -$m600    1:170/100
  1102. ;EchoSpec OS2_WP       0   O OS/2 and Word Processing
  1103. EchoArea  OS2BEGIN     D:\ECHOS\NORLOFF\BEGIN      -$ -$m600    1:170/100
  1104. ;EchoSpec OS2BEGIN     0   O OS/2 Beginners Questions and Answers
  1105. EchoArea  OS2CDROM     D:\ECHOS\NORLOFF\CDROM      -$ -$m600    1:170/100
  1106. ;EchoSpec OS2CDROM     0   O OS/2 and CD-ROMs
  1107. EchoArea  OS2COMM      D:\ECHOS\NORLOFF\COMM       -$ -$m600    1:170/100
  1108. ;EchoSpec OS2COMM      0   O OS/2 and Communcations
  1109. EchoArea  OS2GAMES     D:\ECHOS\NORLOFF\GAMES      -$ -$m600    1:170/100
  1110. ;EchoSpec OS2GAMES     0   O OS/2 and Games
  1111. EchoArea  OS2REXX      D:\ECHOS\NORLOFF\REXX       -$ -$m600    1:170/100
  1112. ;EchoSpec OS2REXX      0   O OS/2 REXX Programming
  1113. EchoArea  OS2VIDEO     D:\ECHOS\NORLOFF\VIDEO      -$ -$m600    1:170/100
  1114. ;EchoSpec OS2VIDEO     0   O OS/2 and Video/Hardware configurations
  1115. EchoArea  OS2WPS       D:\ECHOS\NORLOFF\WPS        -$ -$m600    1:170/100
  1116. ;EchoSpec OS2WPS       0   O OS/2 and the Workplace Shell
  1117. EchoArea  OS2DB        D:\ECHOS\NORLOFF\DB         -$ -$m600    1:170/100
  1118. ;EchoSpec OS2DB        0   O OS/2 Database Use and Development
  1119.  
  1120. ; ibmNET areas
  1121.  
  1122. EchoArea  IBM.IBMNET   D:\ECHOS\IBMNET\IBMNET      -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1123. ;EchoSpec IBM.IBMNET   0   I ibmNET: IBM BBS Partners (Private Sysop's Echo)
  1124. EchoArea  IBM.GENERAL  D:\ECHOS\IBMNET\GENERAL     -$ -$m500 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1125. ;EchoSpec IBM.GENERAL  0   I ibmNET: General and Miscellaneous Echo
  1126. EchoArea  IBM.OS2SE    D:\ECHOS\IBMNET\OS2SE       -$ -$m999 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1127. ;EchoSpec IBM.OS2SE    0   I ibmNET: OS/2 1.3 and 2.x Base
  1128. EchoArea  IBM.OS2LAN   D:\ECHOS\IBMNET\OS2LAN      -$ -$m500 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1129. ;EchoSpec IBM.OS2LAN   0   I ibmNET: OS/2 1.3 and 2.x LAN
  1130. EchoArea  IBM.OS2COM   D:\ECHOS\IBMNET\OS2COM      -$ -$m500 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1131. ;EchoSpec IBM.OS2COM   0   I ibmNET: OS/2 1.3 and 2.x Communications
  1132. EchoArea  IBM.OS2PRO   D:\ECHOS\IBMNET\OS2PRO      -$ -$m999 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1133. ;EchoSpec IBM.OS2PRO   0   I ibmNET: OS/2 Programming
  1134. EchoArea  IBM.OS2REXX  D:\ECHOS\IBMNET\OS2REXX     -$ -$m500 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1135. ;EchoSpec IBM.OS2REXX  0   I ibmNET: OS/2 REXX Programming
  1136. EchoArea  IBM.OS2DBM   D:\ECHOS\IBMNET\OS2DBM      -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 18 61 300 437 610 710 4376/0
  1137. ;EchoSpec IBM.OS2DBM   0   I ibmNET: OS/2 1.3 and 2.x Database
  1138. EchoArea  IBM.DOS45    D:\ECHOS\IBMNET\DOS45       -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 300 437 610 4376/0
  1139. ;EchoSpec IBM.DOS45    0   I ibmNET: DOS (version 4 & 5) and DOS Applications
  1140. EchoArea  IBM.DOSLAN   D:\ECHOS\IBMNET\DOSLAN      -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 300 437 610 4376/0
  1141. ;EchoSpec IBM.DOSLAN   0   I ibmNET: DOS Communications and LAN
  1142. EchoArea  IBM.NOVCLAS  D:\ECHOS\IBMNET\NOVCLAS     -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 437 610 710 4376/0
  1143. ;EchoSpec IBM.NOVCLAS  0   I ibmNET: Novell and ICLAS
  1144. EchoArea  IBM.PS1A1    D:\ECHOS\IBMNET\PS1A1       -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 437 610 4376/0
  1145. ;EchoSpec IBM.PS1A1    0   I ibmNET: PS/1 System Related
  1146. EchoArea  IBM.PS2A1    D:\ECHOS\IBMNET\PS2A1       -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 18 437 610 4376/0
  1147. ;EchoSpec IBM.PS2A1    0   I ibmNET: PS/2 System Related
  1148. EchoArea  IBM.TCPIP    D:\ECHOS\IBMNET\TCPIP       -$ -$m300 -$s1 -p40:4372/0 40:649/312 4372/10 18 437 710
  1149. ;EchoSpec IBM.TCPIP    0   I ibmNET: TCP/IP Discussions
  1150. EchoArea  IBM.OS2BETA  D:\ECHOS\IBMNET\OS2BETA     -$ -$m400 -p40:4372/0 40:649/312 4372/10 300 437 710
  1151. ;EchoSpec IBM.OS2BETA  0   I ibmNET: OS/2 Beta Testing Discussions
  1152. EchoArea  IBM.OS2.INSTALL D:\ECHOS\IBMNET\OS2INST     -$ -$m400 -p40:4372/0 40:649/312 4372/10 18 300 437 710
  1153. ;EchoSpec IBM.OS2.INSTALL 0   I ibmNET: OS/2 Installation Help
  1154.  
  1155. ; OS2NET forums
  1156.  
  1157. EchoArea  OS2-CSET     D:\ECHOS\OS2NET\CSET        -$ -$m500 -p81:202/201 81:202/1
  1158. ;EchoSpec OS2-CSET     0   O OS2NET: IBM's C Set/2 Compiler Discussions
  1159. EchoArea  OS2-INSTALL  D:\ECHOS\OS2NET\INSTALL     -$ -$m500 -p81:202/201 81:202/1 203 401
  1160. ;EchoSpec OS2-INSTALL  0   O OS2NET: OS/2 2.x Installation and Tuning Help
  1161. EchoArea  OS2-NEWUSER  D:\ECHOS\OS2NET\NEWUSER     -$ -$m500 -p81:202/201 81:202/1 203 401
  1162. ;EchoSpec OS2-NEWUSER  0   O OS2NET: Help for new OS/2 users
  1163. EchoArea  OS2-SYSOP    D:\ECHOS\OS2NET\SYSOP       -$ -$m500 -p81:202/201 81:202/1 203 401
  1164. ;EchoSpec OS2-SYSOP    0   O OS2NET: General Sysop echo
  1165. EchoArea  OS2-REXX     D:\ECHOS\OS2NET\REXX        -$ -$m500 -p81:202/201 81:202/1 203
  1166. ;EchoSpec OS2-REXX     0   O OS2NET: REXX programming in the OS/2 environment
  1167. EchoArea  OS2-FIX      D:\ECHOS\OS2NET\FIX         -$ -$m500 -p81:202/201 81:202/1 203
  1168. ;EchoSpec OS2-FIX      0   O OS2NET: Discussions of IBM OS/2 fixes, SLU's, and CSD's
  1169. EchoArea  OS2-RG20     D:\ECHOS\OS2NET\RG20        -$ -$m300 -p81:202/201 81:202/1 203 401
  1170. ;EchoSpec OS2-RG20     0   O OS2NET: General Sysop Echo for Region 20
  1171. EchoArea  OS2-UGRP     D:\ECHOS\OS2NET\UGRP        -$ -$m300 -p81:202/201 81:202/1
  1172. ;EchoSpec OS2-UGRP     0   O OS2NET: General Sysop Echo for Region 20
  1173. EchoArea  OS2PRODSUP   D:\ECHOS\OS2NET\PRODSUP     -$ -$m300 -p81:202/201 81:202/1 203
  1174. ;EchoSpec OS2PRODSUP   0   O OS2NET: OS/2 Product Support
  1175.  
  1176. ; Men forums
  1177.  
  1178. EchoArea  MENS_ISSUES  D:\ECHOS\MENISSUE           -$ -$m500    1:170/100 110.601
  1179. ;EchoSpec MENS_ISSUES  0   F Men's Issues
  1180. ;EchoArea    DADS            D:\echos\dads         -$      -$m300 170/100
  1181. ;EchoArea    RIGHTS          D:\echos\menright     -$      -$m300 170/100
  1182.  
  1183. ; Technical support forums
  1184.  
  1185. EchoArea  MUFFIN       D:\ECHOS\MUFFIN             -$ -$m600    1:170/100
  1186. ;EchoSpec MUFFIN       0   F Maximus-CBCS SysOp Conference
  1187. EchoArea  BINKLEY      D:\ECHOS\BINKLEY            -$ -$m600    1:170/100
  1188. ;EchoSpec BINKLEY      0   F BinkleyTerm Support Conference
  1189. ;EchoArea    NOVELL          D:\echos\novell       -$      -$m400 170/100
  1190. ;EchoArea    AMIGA           D:\echos\amiga        -$      -$m400 170/100
  1191. EchoArea  WIN32        D:\ECHOS\WIN32              -$ -$m400    1:170/100 110.11
  1192. ;EchoSpec WIN32        0   F Windows/NT and Win32 Discussions Echo
  1193. EchoArea  WINDOWS      D:\ECHOS\WINDOWS            -$ -$m400    1:170/100
  1194. ;EchoSpec WINDOWS      0   F Microsoft Windows
  1195. EchoArea  C_ECHO       D:\ECHOS\C_ECHO             -$ -$m300    1:170/100
  1196. ;EchoSpec C_ECHO       0   F The International C Echo
  1197. EchoArea  C_PLUSPLUS   D:\ECHOS\C_PLUS             -$ -$m300    1:170/100
  1198. ;EchoSpec C_PLUSPLUS   0   F The International C++ Echo
  1199. EchoArea  80XXX        D:\ECHOS\80XXX              -$ -$m300    1:170/100
  1200. ;EchoSpec 80XXX        0   F Assembly language programming (Intel CPUs mainly)
  1201. EchoArea  PARADOX      D:\ECHOS\PARADOX            -$ -0 -$m300 1:170/100
  1202. ;EchoSpec PARADOX      0   F Paradox Support Forum
  1203. ;EchoArea    PERFECT         D:\echos\perfect      -$      -$m300 170/100
  1204. ;EchoArea    DR_DEBUG        D:\echos\drdebug      -$      -$m300 170/100
  1205. EchoArea  MAXDEV       D:\ECHOS\MAXDEV             -$ -$m500    1:170/100
  1206. ;EchoSpec MAXDEV       0   F Maximus Developers Conference
  1207. EchoArea  TUB          D:\ECHOS\SQUISH             -$ -$m500    1:170/100
  1208. ;EchoSpec TUB          0   F SquishMail Users
  1209. ;EchoArea    QUIK_BAS        D:\echos\quickbas     -$      -$m300 170/100
  1210. EchoArea  OS-DEBATE    D:\ECHOS\OSDEBATE           -$ -$m300    1:170/100
  1211. ;EchoSpec OS-DEBATE    0   F Operating System Debate
  1212. EchoArea  CLIPPER      D:\ECHOS\CLIPPER            -$ -$m400    1:170/100
  1213. ;EchoSpec CLIPPER      0   F CLIPPER
  1214. EchoArea  VISUAL_BASIC D:\ECHOS\VBASIC             -$ -$m400    1:170/100
  1215. ;EchoSpec VISUAL_BASIC 0   F Visual Basic Programming Echo
  1216.  
  1217. ; Environment forums
  1218.  
  1219. EchoArea  ENVIRON      D:\ECHOS\ENVIRON            -$ -$m700    1:170/100 110.601
  1220. ;EchoSpec ENVIRON      0   F Environmental Issues
  1221. EchoArea  HOMEPOWR     D:\ECHOS\HOMEPOWR           -$ -$m700    1:170/100
  1222. ;EchoSpec HOMEPOWR     0   F Alternative Energy Systems and Homemade Power
  1223. EchoArea  SUST_AG      D:\ECHOS\AGRICULT           -$ -$m700    1:170/100
  1224. ;EchoSpec SUST_AG      0   F Sustainable Agriculture
  1225.  
  1226. ; Business and Investment forums
  1227.  
  1228. ;EchoArea    STOCK_MARKET    D:\echos\stocks       -$      -$m300 170/100
  1229. ;EchoArea    INVEST          D:\echos\invest       -$      -$m300 170/100
  1230.  
  1231. ; Recreational Forums
  1232.  
  1233. ;EchoArea    STTNG           D:\echos\sttng        -$      -$m600 170/100
  1234. EchoArea  HAM          D:\ECHOS\HAM                -$ -$m300    1:170/100 110.601
  1235. ;EchoSpec HAM          0   F Amateur Radio Interest
  1236. ;EchoArea    SHORTWAVE       D:\echos\shortwv      -$      -$m300 170/100
  1237. ;EchoArea    HUMOR           D:\echos\humor        -$      -$m300 170/100
  1238. EchoArea  BB-CARDS     D:\ECHOS\BBCARDS            -$ -$m400    1:170/100
  1239. ;EchoSpec BB-CARDS     0   F Baseball Card Conference
  1240. EchoArea  PACKET       D:\ECHOS\PACKET             -$ -$m400    1:170/100
  1241. ;EchoSpec PACKET       0   F Amateur Radio Packet Echo
  1242. ;EchoArea    TREK            D:\echos\trek         -$      -$m400 170/100
  1243. ;EchoArea    SF              D:\echos\sf           -$      -$m600 170/100
  1244. ;EchoArea    SFFAN           D:\echos\sffan        -$      -$m600 170/100
  1245. EchoArea  T-STORYBOARD D:\ECHOS\STORYBRD           -$ -$m500 -$s1 1:170/609 110.601
  1246. ;EchoSpec T-STORYBOARD 0   F StoryBoard
  1247. EchoArea  INTERUSER    D:\ECHOS\INTERUSR           -$ -$m950    1:170/100 110.601
  1248. ;EchoSpec INTERUSER    0   F International communication
  1249. EchoArea  CRAFTING     D:\ECHOS\CRAFTING           -$ -$m300    1:170/100 110.601
  1250. ;EchoSpec CRAFTING     0   F Craft and Needlework Hobbies of All Kinds
  1251. ;EchoArea    FILK            D:\echos\filk         -$      -$m300 170/100
  1252. ;EchoArea    HOBBIES         D:\echos\hobbies      -$      -$m300 170/100
  1253. EchoArea  HAM_TECH     D:\ECHOS\HAMTECH            -$ -$m300    1:170/100 110.601
  1254. ;EchoSpec HAM_TECH     0   F Amateur (Ham) Radio Technology Conference
  1255. ;EchoArea    FILM            D:\echos\film         -$      -$m300 170/100
  1256. EchoArea  RC_MODEL     D:\ECHOS\RCMODEL            -$ -$m300    1:170/100
  1257. ;EchoSpec RC_MODEL     0   F Radio Controlled Modeling
  1258. EchoArea  COCO_CLUB    D:\ECHOS\COCOCLUB           -$ -$m300    1:170/100
  1259. ;EchoSpec COCO_CLUB    0   F Tandy Color Computer Conference
  1260. EchoArea  COCO         D:\ECHOS\COCO               -$ -$m300    1:170/100
  1261. ;EchoSpec COCO         0   F Tandy Color Computer Conference
  1262. EchoArea  CHESS        D:\ECHOS\CHESS              -$ -$m300    1:170/100
  1263. ;EchoSpec CHESS        0   F International Chess Echo
  1264.  
  1265.  
  1266. ; Human Dynamic/Support forums
  1267.  
  1268. ;EchoArea    MENTAL_HEALTH   D:\echos\mental       -$      -$m350 170/100
  1269. ;EchoArea    STRESS_MGMT     D:\echos\stress       -$      -$m350 170/100
  1270. ;EchoArea    PUBLIC_PSYCH    D:\echos\pubpsych     -$      -$m350 170/100
  1271. EchoArea  PARENTS      D:\ECHOS\PARENTS            -$ -$m350    1:170/100 110.601
  1272. ;EchoSpec PARENTS      0   F Parents Echo
  1273. EchoArea  ADHD         D:\ECHOS\ADHD               -$ -$m350    1:170/100 110.601
  1274. ;EchoSpec ADHD         0   F Attention Deficit Hyperactivity Disorders
  1275. ;EchoArea    PROBLEM_CHILD   D:\echos\pchild       -$      -$m350 170/100
  1276. EchoArea  AIDS/ARC     D:\ECHOS\AIDS               -$ -$m350    1:170/100
  1277. ;EchoSpec AIDS/ARC     0   F AIDS/ARC
  1278. ;EchoArea    12_STEPS        D:\echos\12steps      -$      -$m350 170/100
  1279. ;EchoArea    RECOVERY        D:\echos\recovery     -$      -$m350 170/100
  1280. EchoArea  SIP_SAA      D:\ECHOS\SAA                -$ -$m350    1:170/100 110.601
  1281. ;EchoSpec SIP_SAA      0   F 12-Step Recovery from Sexual Addiction
  1282. EchoArea  SURVIVOR     D:\ECHOS\SURVIVOR           -$ -$m350    1:170/100
  1283. ;EchoSpec SURVIVOR     0   F Cancer//blood & immune system/coping with adversity
  1284.  
  1285. ; Para-Professional and Professional Echos
  1286.  
  1287. EchoArea  AVIATION     D:\ECHOS\AVIATION           -$ -$m500    1:170/100
  1288. ;EchoSpec AVIATION     0   F INTERNATIONAL AVIATION ECHO
  1289. EchoArea  PHIL         D:\ECHOS\PHILOS             -$ -$m300    1:170/100 110.601
  1290. ;EchoSpec PHIL         0   F Philosophy
  1291. EchoArea  PHOTO        D:\ECHOS\PHOTO              -$ -$m300    1:170/100 110.601
  1292. ;EchoSpec PHOTO        0   F Photography
  1293. EchoArea  PROWRITE     D:\ECHOS\PROWRITE           -$ -$m400    1:170/100
  1294. ;EchoSpec PROWRITE     0   F The Business of Writing
  1295. EchoArea  WRITING      D:\ECHOS\WRITING            -$ -$m400    1:170/100
  1296. ;EchoSpec WRITING      0   F Writing
  1297. EchoArea  SPACE        D:\ECHOS\SPACE              -$ -$m300    1:170/100
  1298. ;EchoSpec SPACE        0   F Space Development Conference
  1299. ;EchoArea    ELECTRONICS     D:\echos\electron     -$      -$m300 170/100
  1300. EchoArea  TECH         D:\ECHOS\TECH               -$ -$m300    1:170/100
  1301. ;EchoSpec TECH         0   F National General Technical Discussion Conference
  1302. EchoArea  HOMESCHL     D:\ECHOS\HOMESCHL           -$ -$m500    1:170/100 110.601
  1303. ;EchoSpec HOMESCHL     0   F homeschooling support
  1304. ;EchoArea    LAW_DISORDER    D:\echos\lawdis       -$      -$m300 170/100
  1305. ;EchoArea    LAW_TECH        D:\echos\lawtech      -$      -$m300 170/100
  1306. EchoArea  POETRY_WORKSHOP D:\ECHOS\POETRYWK           -$ -$m450    1:170/100
  1307. ;EchoSpec POETRY_WORKSHOP 0   F Poetry Workshop
  1308.  
  1309. ; Music and MIDI forums
  1310.  
  1311. EchoArea  MIDI-PROGRAMMING D:\ECHOS\MIDIPROG           -$ -$m400    1:170/100 110.601
  1312. ;EchoSpec MIDI-PROGRAMMING 0   F MIDI Software Programmer's Conference
  1313. EchoArea  MIDI-NET     D:\ECHOS\MIDINET            -$ -$m400    1:170/100
  1314. ;EchoSpec MIDI-NET     0   F MIDI-NET(tm) * International MIDI Conference *
  1315. ;EchoArea    MUSIC_COMP_101   D:\echos\musicomp    -$      -$m400 170/100
  1316. EchoArea  MUSIC        D:\ECHOS\MUSIC              -$ -$m600    1:170/100
  1317. ;EchoSpec MUSIC        0   F MUSIC
  1318. EchoArea  MUSICSYN     D:\ECHOS\MUSICSYN           -$ -$m400    1:170/100 110.601
  1319. ;EchoSpec MUSICSYN     0   F Music and Synthesizers
  1320. ;EchoArea    STUDIO_101       D:\echos\studio      -$      -$m400 170/100
  1321.  
  1322. ; Medical related echos
  1323.  
  1324. EchoArea  EMS          D:\ECHOS\EMS                -$ -$m300    1:170/100
  1325. ;EchoSpec EMS          0   F Emergency Medical Services
  1326. ;EchoArea    GRAND_ROUNDS    D:\echos\grandrnd     -$      -$m300 170/100
  1327. EchoArea  NURSES_NETWORK D:\ECHOS\NURSENET           -$ -$m300    1:170/100
  1328. ;EchoSpec NURSES_NETWORK 0   F NurseNet International
  1329.  
  1330. ; Miscellaneous
  1331.  
  1332. EchoArea  MENSA        D:\ECHOS\MENSA              -$ -$m700    1:170/100 110.601
  1333. ;EchoSpec MENSA        0   F Mensa, intelligence, education, other hi-IQ groups, etc.
  1334. ;EchoArea    SDNABSTRACT     D:\echos\sdnabs       -$      -$m300 170/100
  1335. EchoArea  SHAREWRE     D:\ECHOS\SHARE              -$ -$m300    1:170/100
  1336. ;EchoSpec SHAREWRE     0   F Shareware Products Discussion Forum
  1337. EchoArea  FOR-SALE     D:\ECHOS\FORSALE            -$ -$m1500   1:170/100
  1338. ;EchoSpec FOR-SALE     0   F National For Sale Echo
  1339. EchoArea  CONSUMER_REPORT D:\ECHOS\CONSUMER           -$ -$m300    1:170/100 110.601
  1340. ;EchoSpec CONSUMER_REPORT 0   F Consumer Report
  1341. ;EchoArea    LASERPUB        D:\echos\laserpub     -$      -$m300 170/100
  1342. EchoArea  OTHERNETS    D:\ECHOS\OTHERNET           -$ -$m500    1:170/100
  1343. ;EchoSpec OTHERNETS    0   F OtherNets: Information on Networks other than FidoNet
  1344. EchoArea  FEMINISM     D:\ECHOS\FEMINISM           -$ -$m300    1:170/100 110.601
  1345. ;EchoSpec FEMINISM     0   F Feminism and Gender Issues
  1346. EchoArea  BLINKTALK    D:\ECHOS\BLINK              -$ -$m300    1:170/100
  1347. ;EchoSpec BLINKTALK    0   0 F Road Rally
  1348. ;EchoArea    USA_EURLINK     D:\echos\usaeuro      -$      -$m300 170/100
  1349. ;EchoArea    HOME_REPAIR     D:\echos\homerep      -$      -$m300 170/100
  1350. ;EchoArea    CANACHAT        D:\echos\canachat     -$      -$m300 170/100
  1351. ;EchoArea    FRANCAIS        D:\echos\francais     -$      -$m300 170/100
  1352. ;EchoArea  ROADRALLY    D:\ECHOS\RR                 -$ -$m500    1:170/110
  1353. EchoArea  FILE_REQ     D:\ECHOS\FILE_REQ           -$ -$m400    1:170/100
  1354. ;EchoSpec FILE_REQ     0   F File Distribution Networks Files, Info, & Links
  1355. EchoArea  FILE_ECHO    D:\ECHOS\FILEECHO           -$ -$m500    1:170/100
  1356. ;EchoSpec FILE_ECHO    0   F File-Moving Utilities Sysop Support
  1357.  
  1358. ; Sysop areas
  1359.  
  1360. EchoArea  TULSA_SYSOP  D:\ECHOS\TSYSOP             -$ -$m300    1:170/100
  1361. ;EchoSpec TULSA_SYSOP  99  F Tulsa Sysops
  1362. EchoArea  OK_SYSOP     D:\ECHOS\OK_SYSOP           -$ -$m300    1:170/100
  1363. ;EchoSpec OK_SYSOP     99  F Oklahoma Sysops
  1364. EchoArea  SYSOP170     D:\ECHOS\SYSOP170           -$ -$m700    1:170/100
  1365. ;EchoSpec SYSOP170     99  F Net 170 Sysops-Only Conference
  1366. EchoArea  R19SYSOP     D:\ECHOS\R19SYSOP           -$ -$m400    1:170/100
  1367. ;EchoSpec R19SYSOP     99  0 F Net 170 Policy Discussions
  1368. ;EchoArea  170POLICY    D:\ECHOS\POL170             -$ -$m400    1:170/100
  1369.  
  1370. EchoArea  SIO_BETA     D:\ECHOS\SIOBETA            -$ -$m900    1:170/200 81:202/401
  1371. ;EchoSpec SIO_BETA     0   S OS/2 SIO/VSIO Device Driver Support
  1372. EchoArea  SIO_USER     D:\ECHOS\SIOUSER            -$ -$m900    1:170/200 81:202/401
  1373. ;EchoSpec SIO_USER     0   S OS/2 SIO/VSIO Device Driver Support
  1374.  
  1375. EchoArea  WHITEHOUSE   D:\ECHOS\WHOUSE             -$ -$m500    1:170/100
  1376. ;EchoSpec WHITEHOUSE   0   0 F White House Press Releases (Read-Only)
  1377.  
  1378. EchoArea  BLUEWAVE     D:\ECHOS\BLUEWAVE           -0           1:170/100 110.8
  1379. ;EchoSpec BLUEWAVE     0   F Blue Wave Offline Mail System Support Echo
  1380. EchoArea  CBM          D:\ECHOS\CBM                -0           1:170/100 110.8
  1381. ;EchoSpec CBM          0   F Commodore Computer Conference
  1382. EchoArea  CBM-128      D:\ECHOS\CBM-128            -$ -$m500    1:170/100 110.8
  1383. ;EchoSpec CBM-128      0   F CBM C-128 Computer Conference
  1384. EchoArea  ELECTRONICS  D:\ECHOS\ELECTRON           -0           1:170/100 110.8
  1385. ;EchoSpec ELECTRONICS  0   F Home Electronics and Appliances Discussions
  1386. EchoArea  OFFLINE      D:\ECHOS\OFFLINE            -0           1:170/100 110.8
  1387. ;EchoSpec OFFLINE      0   F Offline Messaging Discussion, Development and Help Echo
  1388. EchoArea  POINTS       D:\ECHOS\POINTS             -0           1:170/100 110.8
  1389. ;EchoSpec POINTS       0   F Point usage discussion
  1390. EchoArea  PCWRITE      D:\ECHOS\PCWRITE            -0           1:170/100 110.8
  1391. ;EchoSpec PCWRITE      0   F MS-DOS to CBM-DOS porting + CBM Publications
  1392. EchoArea  FDECHO       D:\ECHOS\FDECHO             -0           1:170/100
  1393. ;EchoSpec FDECHO       0   F FrontDoor/TosScan Support Conference
  1394. EchoArea  UFGATE       D:\ECHOS\UFGATE             -0           1:170/100 110.11
  1395. ;EchoSpec UFGATE       0   F Usenet-FidoNet Gating Conference
  1396. EchoArea  TULSA_GAMERZ D:\ECHOS\TULSA_GA           -0           1:170/100 110.11
  1397. ;EchoSpec TULSA_GAMERZ 0   F Tulsa Gamerz
  1398. EchoArea  4DOS         D:\ECHOS\4DOS               -0           1:170/100 110.9
  1399. ;EchoSpec 4DOS         0   F 4DOS ECHO
  1400. EchoArea  WIN_ACCESS   D:\ECHOS\WIN_ACCE           -0           1:170/100 110.11
  1401. ;EchoSpec WIN_ACCESS   0   F Microsoft Access for Windows
  1402. EchoArea  WINDOWS.PROG D:\ECHOS\WINDOWSP           -0           1:170/100 110.11
  1403. ;EchoSpec WINDOWS.PROG 0   F (not in EchoList)
  1404. EchoArea  UNIX         D:\ECHOS\UNIX               -0           1:170/100 110.12
  1405. ;EchoSpec UNIX         0   F *N*X (UNIX, XENIX, MINIX, QNX, COHERENT, GNU, LYNX, OS9, e
  1406. EchoArea  DIABETES     D:\ECHOS\DIABETES           -0           1:170/100 110.10
  1407. ;EchoSpec DIABETES     0   F Diabetes discussions and support
  1408. EchoArea  NET_DEV      D:\ECHOS\NET_DEV            -$ -$m300    1:170/100 110.601
  1409. ;EchoSpec NET_DEV      0   F (not in EchoList since before 1/1/92)
  1410.