home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / 347CONFG.ZIP / MSGAREA.CTL < prev    next >
Text File  |  1994-07-12  |  30KB  |  989 lines

  1. %           -----------------------------------------------------------
  2. %           MSGAREA.CTL -- A sample areas control file for Maximus-CBCS
  3. %           -----------------------------------------------------------
  4. %
  5. %
  6. %  This file contains all of the information about your BBS's message
  7. %  areas, the individual attributes of each area, and where
  8. %  the actual messages are located.  Each message area
  9. %  is started off with an `Area' statement, followed by the one or
  10. %  two-digit area number.  Any alphanumeric characters may be used for the
  11. %  area `number' -- for example, `12', `A9', `BB', `3' and `ZZ' are all
  12. %  valid area numbers.
  13.   
  14. Area COMMENT
  15.         % This is the priv level needed to get into (or even see)
  16.         % this area.  You should probably give at least one of thsese areas
  17.         % a priv of Sysop, so that there is a "Hidden Area" for uploads
  18.         % to go to, so they can be checked by you before being put on-line.
  19.         %
  20.         % You can also separately specify the required attributes for
  21.         % both message and file areas: see the Maximus Technical Reference
  22.         % Manual for more details, in the section dealing with the
  23.         % `MsgAccess' and `FileAccess' keywords.)
  24.  
  25.         MsgAccess       Twit
  26.  
  27.         % `MsgInfo' specifies the name of this message area, as it will
  28.         % appear to the user.
  29.  
  30.         MsgInfo         Comments to the SysOp & Private Messages
  31.  
  32.         % The following line defines the type and path to the message
  33.         % area.  The following types of areas can be defined:
  34.         %
  35.         %       Local <path>:   Signifies that this area is a local
  36.         %                       message base, and nothing more.
  37.         %
  38.         %       EchoMail <path> Signifies that this area is an EchoMail
  39.         %                       area.  This just causes Maximus to
  40.         %                       take care of the SEEN-BY and PATH lines
  41.         %                       in messages -- getting the messages
  42.         %                       in and out of the message base is
  43.         %                       your own problem.  NOTE:  If you
  44.         %                       specify that an area is an EchoMail
  45.         %                       area, and you are using the `Log
  46.         %                       EchoMail', then you must tell Maximus
  47.         %                       the area tag of this area, using
  48.         %                       the `MsgName' statement.
  49.         %       Matrix <path>:  Specifies that this area is a Matrix
  50.         %                       area, and that Maximus should prompt
  51.         %                       for a destination address when entering
  52.         %                       messages.
  53.  
  54.         Local           c:\Max\Msg\Private
  55.  
  56.         %  The next line defines the attributes of the current area.
  57.         %  You can use only ONE of the following attributes:
  58.         %
  59.         %  Private Only:           Specifies that only PRIVATE messages can
  60.         %                          be entered in this area.
  61.         %
  62.         %  Public and Private:     Specifies that both private and public
  63.         %                          messages can be entered in this area.
  64.         %                          This is the default.
  65.         %
  66.         %  Public Only:            This specifies that only PUBLIC messages
  67.         %                          can be entered in this area.
  68.         %
  69.         %  Read-Only:              This specifies that NO messages can
  70.         %                          be entered in this area, except by
  71.         %                          users with a priv of Sysop or AsstSysop.
  72.  
  73.         Private Only
  74.  
  75.         %  Other attributes you can use are:
  76.         %
  77.         %  Anonymous OK:           Tells Maximus to prompt the user for
  78.         %                          the name in the "From:" field when
  79.         %                          entering a message in this area.
  80.         %
  81.         %  High Bit Allowed:       Specifies that messages entered in this
  82.         %                          area can utilize IBM's "extended ASCII"
  83.         %                          characters; that is, chars with a value
  84.         %                          of >= 128, which are normally used for
  85.         %                          non-English accents.  If you're
  86.         %                          specifying this flag for an echomail
  87.         %                          area, make sure that the conference
  88.         %                          rules permit extended ASCII before you
  89.         %                          set this flag.
  90.         %
  91.         %  Use Realname:           This option tells Maximus to insert
  92.         %                          the user's REAL NAME in the "From:"
  93.         %                          field of a message, if you're using
  94.         %                          the `Alias System' keyword in MAX.CTL.
  95.         %                          This is useful for international
  96.         %                          EchoMail areas, or other areas where
  97.         %                          the user's real name is required.
  98.         %
  99.         %  Also, if the area specified *is* an EchoMail area, you can
  100.         %  specify a custom origin line to append to the message,
  101.         %  instead of the default origin line, which is specified
  102.         %  in MAX.CTL using the "Name" keyword.  The format of an
  103.         %  origin statement is:
  104.         %
  105.         %       Origin <aka> [text]
  106.         %
  107.         %  <aka> specifies the ZERO-BASED number of the address you wish
  108.         %  to insert at the end of the origin line, relative to the order
  109.         %  of your `Address' statements in MAX.CTL.  For example,
  110.         %  specifying an AKA of `0' uses the first address statement,
  111.         %  specifying `1' uses the SECOND address statement, etc.
  112.         %
  113.         %  [text] is optional, and is simply the origin line you wish
  114.         %  to use for this area.  It may be up to 69 characters long,
  115.         %  and will get truncated if it is longer.  If you specify no
  116.         %  [text], or no origin statement altogether, then Maximus
  117.         %  will use the `System' line in MAX.CTL as the origin line
  118.         %  for this area.
  119.         %
  120.         %
  121.         %
  122.         %  Some of the other available options are:
  123.         %
  124.         %
  125.         %       Barricade <filespec>
  126.         %
  127.         % This option tells Maximus that the area is barricaded, which
  128.         % means that a user must enter a password before entering the
  129.         % area.  A barricade file can also change a specific user's priv
  130.         % level, without requiring passwords.
  131.         %
  132.         % <filespec> should point to the ASCII barricade file, which you
  133.         % must create.  In addition, message and file areas can be
  134.         % barricaded separately.  (See the Maximus Technical Reference
  135.         % Manual for more details.)
  136.         %
  137.         %       MsgMenuName <m>
  138.         %       FileMenuName <m>
  139.         %
  140.         %  The MsgMenuName and FileMenuName statements can be used to
  141.         %  change the *.MNU file displayed when a particular area is
  142.         %  entered.  <m> should simply be the filename of the menu
  143.         %  file, minus the .MNU extension.  For more details, please
  144.         %  see the Maximus Technical Reference Manual.
  145.         %
  146.         %       MsgOverride <opt> <priv>[/<lock>]
  147.         %       FileOverride <opt> <priv>[/<lock>]
  148.         %
  149.         %  The MsgOverride and FileOverride tokens allow one to modify
  150.         %  the priv level required to access a specific option, for
  151.         %  one area only.  This is useful if you want to change the
  152.         %  priv required for a certain command, but don't want to go
  153.         %  to all the bother of defining a separate menu.  <opt>
  154.         %  should be the first word of the option name.  (Maximus
  155.         %  only checks the FIRST LETTER of <opt>, so "E", "Ent" and
  156.         %  "Enter" all amount to the same thing.)  <priv> should be
  157.         %  the new priv level required to access the option.  If
  158.         %  you wish to add additional locks to a menu item, you
  159.         %  can add a slash to the priv level, and follow it with
  160.         %  the lock numbers to use.  Please see the Maximus
  161.         %  Technical Reference Manual for more details on this topic.
  162.  
  163.         Renum Days 90
  164.         Type Squish
  165.  
  166. End Area
  167.  
  168. Area Dr_Debug
  169.         MsgAccess       Disgrace
  170.         MsgInfo         Dr. Debug's Laboratory           (Fidonet)
  171.         MsgName         DR_DEBUG
  172.         EchoMail        c:\Max\Msg\Dr_Debug
  173.         Public Only
  174.         Type Squish
  175.         Renum Days 7
  176. End Area
  177.  
  178. Area LOCAL
  179.         MsgAccess       Disgrace
  180.         MsgInfo         Local Area : Public Messages
  181.         Local           c:\Max\Msg\Local
  182.         Public Only
  183.         Renum Days 30
  184.         Type Squish
  185. End Area
  186.  
  187. Area Netmail
  188.         MsgAccess       Disgrace
  189.         MsgInfo         NetMail - person to person Fidonet mail
  190.         MsgName         NetMail
  191.         Matrix          c:\Max\Msg\Netmail
  192.         Private Only
  193.         Type Squish
  194. End Area
  195.  
  196. Area OS2
  197.         MsgAccess       Disgrace
  198.         MsgInfo         General OS/2 Discussion          (Fidonet)
  199.         MsgName         OS2
  200.         EchoMail        c:\Max\Msg\os2
  201.         Public Only
  202.         Type Squish
  203.         Renum Days 14
  204. End Area
  205.  
  206. Area OS2BEGIN
  207.         MsgAccess       Disgrace
  208.         MsgInfo         Beginners Q & A                  (Fidonet)
  209.         MsgName         OS2BEGIN
  210.         EchoMail        c:\Max\Msg\os2begin
  211.         Public Only
  212.         Type Squish
  213.         Renum Days 14
  214. End Area
  215.  
  216. Area OS2BBS
  217.         MsgAccess       Disgrace
  218.         MsgInfo         Bulletin Boards under OS/2       (Fidonet)
  219.         MsgName         OS2BBS
  220.         EchoMail        c:\Max\Msg\os2bbs
  221.         Public Only
  222.         Type Squish
  223.         Renum Days 14
  224. End Area
  225.  
  226. Area OS2DOS
  227.         MsgAccess       Disgrace
  228.         MsgInfo         DOS/Windows under OS/2           (Fidonet)
  229.         MsgName         OS2DOS
  230.         EchoMail        c:\Max\Msg\os2dos
  231.         Public Only
  232.         Type Squish
  233.         Renum Days 14
  234. End Area
  235.  
  236. Area OS2DOSBBS
  237.         MsgAccess       Disgrace
  238.         MsgInfo         Running DOS BBSs under OS/2      (Fidonet)
  239.         MsgName         OS2DOSBBS
  240.         EchoMail        c:\Max\Msg\os2dosbb
  241.         Public Only
  242.         Type Squish
  243.         Renum Days 14
  244. End Area
  245.  
  246. Area OS2DB
  247.         MsgAccess       Disgrace
  248.         MsgInfo         OS/2 Database use/development    (echo)
  249.         MsgName         OS2DB
  250.         EchoMail        c:\Max\Msg\os2DB
  251.         Public Only
  252.         Type Squish
  253.         Renum Days 14
  254. End Area
  255.  
  256. Area OS2CDROM
  257.         MsgAccess       Disgrace
  258.         MsgInfo         Using CD-ROM with OS/2           (echo)
  259.         MsgName         OS2CDROM
  260.         EchoMail        c:\Max\Msg\os2cdrom
  261.         Public Only
  262.         Type Squish
  263.         Renum Days 14
  264. End Area
  265.  
  266. Area OS2Comm
  267.         MsgAccess       Disgrace
  268.         MsgInfo         OS/2 Communications              (echo)
  269.         MsgName         OS2COMM
  270.         EchoMail        c:\Max\Msg\os2comm
  271.         Public Only
  272.         Type Squish
  273.         Renum Days 14
  274. End Area
  275.  
  276. Area OS2Games
  277.         MsgAccess       Disgrace
  278.         MsgInfo         Running games under OS/2         (echo)
  279.         MsgName         OS2Games
  280.         EchoMail        c:\Max\Msg\os2Games
  281.         Public Only
  282.         Type Squish
  283.         Renum Days 14
  284. End Area
  285.  
  286. Area OS2HW
  287.         MsgAccess       Disgrace
  288.         MsgInfo         OS/2 Hardware Issues             (Fidonet)
  289.         MsgName         OS2HW
  290.         EchoMail        c:\Max\Msg\os2hw
  291.         Public Only
  292.         Type Squish
  293.         Renum Days 14
  294. End Area
  295.  
  296. Area OS2LAN
  297.         MsgAccess       Disgrace
  298.         MsgInfo         OS/2 Lan discussion              (Fidonet)
  299.         MsgName         OS2LAN
  300.         EchoMail        c:\Max\Msg\OS2Lan
  301.         Public Only
  302.         Type Squish
  303.         Renum Days 14
  304. End Area
  305.  
  306. Area OS2PRODSUP
  307.         MsgAccess       Disgrace
  308.         MsgInfo         OS/2 Shareware Product Support   (echo)
  309.         MsgName         OS2PROD
  310.         EchoMail        c:\Max\Msg\OS2Prod
  311.         Public Only
  312.         Type Squish
  313.         Renum Days 14
  314. End Area
  315.  
  316. Area OS2PROG
  317.         MsgAccess       Disgrace
  318.         MsgInfo         OS/2 Programming                 (Fidonet)
  319.         MsgName         OS2PROG
  320.         EchoMail        c:\Max\Msg\OS2Prog
  321.         Public Only
  322.         Type Squish
  323.         Renum Days 14
  324. End Area
  325.  
  326. Area OS2REXX
  327.         MsgAccess       Disgrace
  328.         MsgInfo         Programming/using OS/2 REXX      (echo)
  329.         MsgName         OS2REXX
  330.         EchoMail        c:\Max\Msg\OS2REXX
  331.         Public Only
  332.         Type Squish
  333.         Renum Days 14
  334. End Area
  335.  
  336. Area OS2VIDEO
  337.         MsgAccess       Disgrace
  338.         MsgInfo         OS/2 Video drivers and config    (echo)
  339.         MsgName         OS2VIDEO
  340.         EchoMail        c:\Max\Msg\OS2Video
  341.         Public Only
  342.         Type Squish
  343.         Renum Days 14
  344. End Area
  345.  
  346. Area OS2WP
  347.         MsgAccess       Disgrace
  348.         MsgInfo         OS/2 Word Processing and DTP     (echo)
  349.         MsgName         OS2_WP
  350.         EchoMail        c:\Max\Msg\OS2WP
  351.         Public Only
  352.         Type Squish
  353.         Renum Days 14
  354. End Area
  355.  
  356. Area OS2WPS
  357.         MsgAccess       Disgrace
  358.         MsgInfo         Using OS/2's Workplace Shell     (echo)
  359.         MsgName         OS2WPS
  360.         EchoMail        c:\Max\Msg\OS2WPS
  361.         Public Only
  362.         Type Squish
  363.         Renum Days 14
  364. End Area
  365.  
  366. Area OS2109
  367.         MsgAccess       Disgrace
  368.         MsgInfo         OS/2 in Net 109                  (local echo)
  369.         MsgName         OS2-109
  370.         EchoMail        c:\Max\Msg\OS2-109
  371.         Public Only
  372.         Type Squish
  373.         Renum Days 14
  374. End Area
  375.  
  376. Area OSDEBATE
  377.         MsgAccess       Disgrace
  378.         MsgBarricade    Osdebate.Bar
  379.         MsgInfo         Operating System Comparisons     (Fidonet)
  380.         MsgName         OS-DEBATE
  381.         EchoMail        c:\Max\Msg\OSDEBATE
  382.         Public Only
  383.         Type Squish
  384.         Renum Days 14
  385. End Area
  386.  
  387. Area O_CSET
  388.         MsgAccess       Disgrace
  389.         MsgInfo         OS2Net C Set/2 compiler          (OS2Net)
  390.         MsgName         OS2-CSET
  391.         EchoMail        c:\Max\Msg\OS2-CSET
  392.         Public Only
  393.         Type Squish
  394.         Origin 3
  395.         Renum Days 14
  396. End Area
  397.  
  398. Area O_FIX
  399.         MsgAccess       Disgrace
  400.         MsgInfo         OS2Net OS/2 Fixes                (OS2Net)
  401.         MsgName         OS2-FIX
  402.         EchoMail        c:\Max\Msg\OS2-FIX
  403.         Public Only
  404.         Type Squish
  405.         Origin 3
  406.         Renum Days 14
  407. End Area
  408.  
  409. Area O_INST
  410.         MsgAccess       Disgrace
  411.         MsgInfo         OS2Net OS/2 Installation         (OS2Net)
  412.         MsgName         OS2-INSTALL
  413.         EchoMail        c:\Max\Msg\OS2INSTA
  414.         Public Only
  415.         Type Squish
  416.         Origin 3
  417.         Renum Days 14
  418. End Area
  419.  
  420. Area O_REXX
  421.         MsgAccess       Disgrace
  422.         MsgInfo         OS2Net REXX conference           (OS2Net)
  423.         MsgName         OS2-REXX
  424.         EchoMail        c:\Max\Msg\OS2-REXX
  425.         Public Only
  426.         Type Squish
  427.         Origin 3
  428.         Renum Days 14
  429. End Area
  430.  
  431. Area O_NEW
  432.         MsgAccess       Disgrace
  433.         MsgInfo         OS2Net New User conference       (OS2Net)
  434.         MsgName         OS2-NEWUSER
  435.         EchoMail        c:\Max\Msg\OS2-NEWU
  436.         Public Only
  437.         Type Squish
  438.         Origin 3
  439.         Renum Days 14
  440. End Area
  441.  
  442. Area O_SYSOP
  443.         MsgAccess       Sysop
  444.         MsgInfo         OS2Net Sysops                    (OS2Net)
  445.         MsgName         OS2-SYSOP
  446.         EchoMail        c:\Max\Msg\OS2SYSOP
  447.         Public Only
  448.         Type Squish
  449.         Origin 3
  450.         Renum Days 14
  451. End Area
  452.  
  453. Area O_UGRP
  454.         MsgAccess       Disgrace
  455.         MsgInfo         OS2Net User Group conference     (OS2Net)
  456.         MsgName         OS2-UGRP
  457.         EchoMail        c:\Max\Msg\OS2-UGRP
  458.         Public Only
  459.         Type Squish
  460.         Origin 3
  461.         Renum Days 14
  462. End Area
  463.  
  464. Area Syschat
  465.         MsgAccess       Sysop
  466.         MsgInfo         Net 109 chatter
  467.         MsgName         SYSCHAT109
  468.         EchoMail        c:\Max\Msg\Syschat
  469.         Public Only
  470.         Type Squish
  471.         Renum Days 7
  472. End Area
  473.  
  474. Area Sysop109
  475.         MsgAccess       Sysop
  476.         MsgInfo         Sysop-109 Echo
  477.         MsgName         SYSOP-109
  478.         EchoMail        c:\Max\Msg\Sysop109
  479.         Public Only
  480.         Type Squish
  481.         Renum Days 7
  482. End Area
  483.  
  484. Area TeamOS2
  485.         MsgAccess       Disgrace
  486.         MsgInfo         Team OS/2 meeting place          (echo)
  487.         MsgName         TEAMOS2
  488.         EchoMail        c:\Max\Msg\TeamOS2
  489.         Public Only
  490.         Type Squish
  491.         Renum Days 14
  492. End Area
  493.  
  494. Area I_BETA
  495.         MsgAccess       Disgrace
  496.         MsgInfo         ibmNET OS/2 Beta                 (ibmNET)
  497.         MsgName         IBM.OS2BETA
  498.         EchoMail        c:\Max\Msg\I_BETA
  499.         Public Only
  500.         Type Squish
  501.         Origin 2
  502.         Renum Days 14
  503. End Area
  504.  
  505. Area I_COM
  506.         MsgAccess       Disgrace
  507.         MsgInfo         ibmNET OS/2 COM                  (ibmNET)
  508.         MsgName         IBM.OS2COM
  509.         EchoMail        c:\Max\Msg\I_OS2COM
  510.         Public Only
  511.         Type Squish
  512.         Origin 2
  513.         Renum Days 14
  514. End Area
  515.  
  516. Area I_DBM
  517.         MsgAccess       Disgrace
  518.         MsgInfo         ibmNET OS/2 DBM                  (ibmNET)
  519.         MsgName         IBM.OS2DBM
  520.         EchoMail        c:\Max\Msg\I_OS2DBM
  521.         Public Only
  522.         Type Squish
  523.         Origin 2
  524.         Renum Days 14
  525. End Area
  526.  
  527. Area I_DOS45
  528.         MsgAccess       Hidden
  529.         MsgInfo         ibmNET DOS45                     (ibmNET)
  530.         MsgName         IBM.DOS45
  531.         EchoMail        c:\Max\Msg\I_DOS45
  532.         Public Only
  533.         Type Squish
  534.         Origin 2
  535.         Renum Days 3
  536. End Area
  537.  
  538. Area I_DOSLAN
  539.         MsgAccess       Disgrace
  540.         MsgInfo         ibmNET DOS Lan                   (ibmNET)
  541.         MsgName         IBM.DOSLAN
  542.         EchoMail        c:\Max\Msg\I_DOSLAN
  543.         Public Only
  544.         Type Squish
  545.         Origin 2
  546.         Renum Days 14
  547. End Area
  548.  
  549. Area I_GEN
  550.         MsgAccess       Disgrace
  551.         MsgInfo         ibmNET General                   (ibmNET)
  552.         MsgName         IBM.GENERAL
  553.         EchoMail        c:\Max\Msg\I_IBMGEN
  554.         Public Only
  555.         Type Squish
  556.         Origin 2
  557.         Renum Days 14
  558. End Area
  559.  
  560. Area I_IBMNET
  561.         MsgAccess       Sysop
  562.         MsgInfo         ibmNET Sysops                    (ibmNET)
  563.         MsgName         IBM.IBMNET
  564.         EchoMail        c:\Max\Msg\I_IBMNET
  565.         Public Only
  566.         Type Squish
  567.         Origin 2
  568.         Renum Days 14
  569. End Area
  570.  
  571. Area I_INST
  572.         MsgAccess       Disgrace
  573.         MsgInfo         ibmNET OS/2 Install              (ibmNET)
  574.         MsgName         IBM.OS2.INSTALL
  575.         EchoMail        c:\Max\Msg\I_INST
  576.         Public Only
  577.         Type Squish
  578.         Origin 2
  579.         Renum Days 14
  580. End Area
  581.  
  582. Area I_LAN
  583.         MsgAccess       Disgrace
  584.         MsgInfo         ibmNET OS/2 LAN                  (ibmNET)
  585.         MsgName         IBM.OS2LAN
  586.         EchoMail        c:\Max\Msg\I_OS2LAN
  587.         Public Only
  588.         Type Squish
  589.         Origin 2
  590.         Renum Days 14
  591. End Area
  592.  
  593. Area I_LAPTOP
  594.         MsgAccess       Disgrace
  595.         MsgInfo         ibmNET IBM Laptop Conference     (ibmNET)
  596.         MsgName         IBM.LAPTOP
  597.         EchoMail        c:\Max\Msg\I_LAPTOP
  598.         Public Only
  599.         Type Squish
  600.         Origin 2
  601.         Renum Days 14
  602. End Area
  603.  
  604. Area I_NOV
  605.         MsgAccess       Hidden
  606.         MsgInfo         ibmNET NOVCLAS                   (ibmNET)
  607.         MsgName         IBM.NOVCLAS
  608.         EchoMail        c:\Max\Msg\I_NOVCLA
  609.         Public Only
  610.         Type Squish
  611.         Origin 2
  612.         Renum Days 3
  613. End Area
  614.  
  615. Area I_SIG
  616.         MsgAccess       Disgrace
  617.         MsgInfo         ibmNET OS2SIG (User Groups)      (ibmNET)
  618.         MsgName         IBM.OS2SIG
  619.         EchoMail        c:\Max\Msg\I_SIG
  620.         Public Only
  621.         Type Squish
  622.         Origin 2
  623.         Renum Days 14
  624. End Area
  625.  
  626. Area I_PROG
  627.         MsgAccess       Disgrace
  628.         MsgInfo         ibmNET OS/2 Programming          (ibmNET)
  629.         MsgName         IBM.OS2PRO
  630.         EchoMail        c:\Max\Msg\I_OS2PRO
  631.         Public Only
  632.         Type Squish
  633.         Origin 2
  634.         Renum Days 14
  635. End Area
  636.  
  637. Area I_PS2A1
  638.         MsgAccess       Disgrace
  639.         MsgInfo         ibmNET PS/2 conference           (ibmNET)
  640.         MsgName         IBM.PS2A1
  641.         EchoMail        c:\Max\Msg\I_PS2A1
  642.         Public Only
  643.         Type Squish
  644.         Origin 2
  645.         Renum Days 14
  646. End Area
  647.  
  648. Area I_PS1A1
  649.         MsgAccess       Disgrace
  650.         MsgInfo         ibmNET PS/1 conference           (ibmNET)
  651.         MsgName         IBM.PS1A1
  652.         EchoMail        c:\Max\Msg\I_PS1A1
  653.         Public Only
  654.         Type Squish
  655.         Origin 2
  656.         Renum Days 14
  657. End Area
  658.  
  659. Area I_REXX
  660.         MsgAccess       Disgrace
  661.         MsgInfo         ibmNET OS/2 REXX                 (ibmNET)
  662.         MsgName         IBM.OS2REX
  663.         EchoMail        c:\Max\Msg\I_OS2REX
  664.         Public Only
  665.         Type Squish
  666.         Origin 2
  667.         Renum Days 14
  668. End Area
  669.  
  670. Area I_SE
  671.         MsgAccess       Disgrace
  672.         MsgInfo         ibmNET OS/2 SE                   (ibmNET)
  673.         MsgName         IBM.OS2SE
  674.         EchoMail        c:\Max\Msg\I_OS2SE
  675.         Public Only
  676.         Type Squish
  677.         Origin 2
  678.         Renum Days 14
  679. End Area
  680.  
  681. Area I_TCPIP
  682.         MsgAccess       Disgrace
  683.         MsgInfo         ibmNET TCP/IP                    (ibmNET)
  684.         MsgName         IBM.TCPIP
  685.         EchoMail        c:\Max\Msg\I_TCPIP
  686.         Public Only
  687.         Type Squish
  688.         Origin 2
  689.         Renum Days 14
  690. End Area
  691.  
  692. Area U_ADV
  693.         MsgAccess       Disgrace
  694.         MsgInfo         comp.os.os2.advocacy             (Usenet)
  695.         MsgName         comp.os.os2.advocacy
  696.         EchoMail        c:\Max\Msg\U_adv
  697.         Public Only
  698.         Type Squish
  699.         Renum Days 14
  700. End Area
  701.  
  702. Area U_ANNC
  703.         MsgAccess       Disgrace
  704.         MsgInfo         comp.os.os2.announce             (Usenet)
  705.         MsgName         comp.os.os2.announce
  706.         EchoMail        c:\Max\Msg\U_annc
  707.         Public Only
  708.         Type Squish
  709.         Renum Days 45
  710. End Area
  711.  
  712. Area U_APPS
  713.         MsgAccess       Disgrace
  714.         MsgInfo         comp.os.os2.apps                 (Usenet)
  715.         MsgName         comp.os.os2.apps
  716.         EchoMail        c:\Max\Msg\U_apps
  717.         Public Only
  718.         Type Squish
  719.         Renum Days 14
  720. End Area
  721.  
  722. Area U_BETA
  723.         MsgAccess       Disgrace
  724.         MsgInfo         comp.os.os2.beta                 (Usenet)
  725.         MsgName         comp.os.os2.beta
  726.         EchoMail        c:\Max\Msg\U_beta
  727.         Public Only
  728.         Type Squish
  729.         Renum Days 14
  730. End Area
  731.  
  732. Area U_BUGS
  733.         MsgAccess       Disgrace
  734.         MsgInfo         comp.os.os2.bugs                 (Usenet)
  735.         MsgName         comp.os.os2.bugs
  736.         EchoMail        c:\Max\Msg\U_bugs
  737.         Public Only
  738.         Type Squish
  739.         Renum Days 14
  740. End Area
  741.  
  742. Area U_GAMES
  743.         MsgAccess       Disgrace
  744.         MsgInfo         comp.os.os2.games                (Usenet)
  745.         MsgName         comp.os.os2.games
  746.         EchoMail        c:\Max\Msg\U_games
  747.         Public Only
  748.         Type Squish
  749.         Renum Days 14
  750. End Area
  751.  
  752. Area U_MISC
  753.         MsgAccess       Disgrace
  754.         MsgInfo         comp.os.os2.misc                 (Usenet)
  755.         MsgName         comp.os.os2.misc
  756.         EchoMail        c:\Max\Msg\U_misc
  757.         Public Only
  758.         Type Squish
  759.         Renum Days 14
  760. End Area
  761.  
  762. Area U_MULT
  763.         MsgAccess       Disgrace
  764.         MsgInfo         comp.os.os2.multimedia           (Usenet)
  765.         MsgName         comp.os.os2.multimedia
  766.         EchoMail        c:\Max\Msg\U_mult
  767.         Public Only
  768.         Type Squish
  769.         Renum Days 14
  770. End Area
  771.  
  772. Area U_NET
  773.         MsgAccess       Disgrace
  774.         MsgInfo         comp.os.os2.networking           (Usenet)
  775.         MsgName         comp.os.os2.networking
  776.         EchoMail        c:\Max\Msg\U_net
  777.         Public Only
  778.         Type Squish
  779.         Renum Days 14
  780. End Area
  781.  
  782. Area U_NETM
  783.         MsgAccess       Disgrace
  784.         MsgInfo         comp.os.os2.networking.misc      (Usenet)
  785.         MsgName         comp.os.os2.networking.misc
  786.         EchoMail        c:\Max\Msg\U_netM
  787.         Public Only
  788.         Type Squish
  789.         Renum Days 14
  790. End Area
  791.  
  792. Area U_NETT
  793.         MsgAccess       Disgrace
  794.         MsgInfo         comp.os.os2.networking.tcp-ip    (Usenet)
  795.         MsgName         comp.os.os2.networking.tcp-ip
  796.         EchoMail        c:\Max\Msg\U_netT
  797.         Public Only
  798.         Type Squish
  799.         Renum Days 14
  800. End Area
  801.  
  802. Area U_OS2
  803.         MsgAccess       Hidden
  804.         MsgInfo         Usenet comp.os.os2               (Usenet)
  805.         MsgName         comp.os.os2
  806.         EchoMail        c:\Max\Msg\U_OS2
  807.         Public Only
  808.         Type Squish
  809.         Renum Days 3
  810. End Area
  811.  
  812. Area U_PROG
  813.         MsgAccess       Hidden
  814.         MsgInfo         Usenet comp.os.os2.programmer    (Usenet)
  815.         MsgName         comp.os.os2.programmer
  816.         EchoMail        c:\Max\Msg\U_prog
  817.         Public Only
  818.         Type Squish
  819.         Renum Days 3
  820. End Area
  821.  
  822. Area U_PROGM
  823.         MsgAccess       Disgrace
  824.         MsgInfo         comp.os.os2.programmer.misc      (Usenet)
  825.         MsgName         comp.os.os2.programmer.misc
  826.         EchoMail        c:\Max\Msg\U_progM
  827.         Public Only
  828.         Type Squish
  829.         Renum Days 14
  830. End Area
  831.  
  832. Area U_PROGO
  833.         MsgAccess       Disgrace
  834.         MsgInfo         comp.os.os2.programmer.oop       (Usenet)
  835.         MsgName         comp.os.os2.programmer.oop
  836.         EchoMail        c:\Max\Msg\U_progO
  837.         Public Only
  838.         Type Squish
  839.         Renum Days 14
  840. End Area
  841.  
  842. Area U_PROGP
  843.         MsgAccess       Disgrace
  844.         MsgInfo         comp.os.os2.programmer.porting   (Usenet)
  845.         MsgName         comp.os.os2.programmer.porting
  846.         EchoMail        c:\Max\Msg\U_progP
  847.         Public Only
  848.         Type Squish
  849.         Renum Days 14
  850. End Area
  851.  
  852. Area U_PROGT
  853.         MsgAccess       Disgrace
  854.         MsgInfo         comp.os.os2.programmer.tools     (Usenet)
  855.         MsgName         comp.os.os2.programmer.tools
  856.         EchoMail        c:\Max\Msg\U_progT
  857.         Public Only
  858.         Type Squish
  859.         Renum Days 14
  860. End Area
  861.  
  862. Area U_SETUP
  863.         MsgAccess       Disgrace
  864.         MsgInfo         comp.os.os2.setup                (Usenet)
  865.         MsgName         comp.os.os2.setup
  866.         EchoMail        c:\Max\Msg\U_setup
  867.         Public Only
  868.         Type Squish
  869.         Renum Days 14
  870. End Area
  871.  
  872. Area U_VER1
  873.         MsgAccess       Disgrace
  874.         MsgInfo         comp.os.os2.ver1x                (Usenet)
  875.         MsgName         comp.os.os2.ver1x
  876.         EchoMail        c:\Max\Msg\U_ver1
  877.         Public Only
  878.         Type Squish
  879.         Renum Days 14
  880. End Area
  881.  
  882. Area U_REXX
  883.         MsgAccess       Disgrace
  884.         MsgInfo         comp.lang.rexx                   (Usenet)
  885.         MsgName         comp.sys.rexx
  886.         EchoMail        c:\Max\Msg\U_rexx
  887.         Public Only
  888.         Type Squish
  889.         Renum Days 14
  890. End Area
  891.  
  892. Area U_POWER
  893.         MsgAccess       Disgrace
  894.         MsgInfo         comp.sys.powerpc                 (Usenet)
  895.         MsgName         comp.sys.powerpc
  896.         EchoMail        c:\Max\Msg\U_power
  897.         Public Only
  898.         Type Squish
  899.         Renum Days 7
  900. End Area
  901.  
  902. Area B_OS2L
  903.         MsgAccess       Disgrace
  904.         MsgInfo         Bitnet OS/2 Listserver           (Bitnet)
  905.         MsgName         bit.listserv.os2-l
  906.         EchoMail        c:\Max\Msg\B_os2l
  907.         Public Only
  908.         Type Squish
  909.         Renum Days 14
  910. End Area
  911.  
  912. Area FERNWOS2
  913.         MsgAccess       Sysop
  914.         MsgInfo         Fernwood File echo admin conf
  915.         MsgName         FERNWOS2
  916.         EchoMail        c:\Max\Msg\fernwos2
  917.         Public Only
  918.         Type Squish
  919.         Renum Days 7
  920. End Area
  921.  
  922. Area ATIT
  923.         MsgAccess       Sysop
  924.         MsgInfo         Maximus beta area
  925.         MsgName         ATIT
  926.         EchoMail        c:\Max\Msg\ATIT
  927.         Public Only
  928.         Type Squish
  929.         Renum Days 14
  930. End Area
  931.  
  932. Area BATH
  933.         MsgAccess       Sysop
  934.         MsgInfo         Maximus beta area
  935.         MsgName         BATH
  936.         EchoMail        c:\Max\Msg\BATH
  937.         Public Only
  938.         Type Squish
  939.         Renum Days 14
  940. End Area
  941.  
  942. Area KWQ
  943.         MsgAccess       Disgrace
  944.         MsgInfo         KWQ Support Area (Author-Moderated)
  945.         MsgName         KWQ
  946.         Echomail        c:\Max\Msg\KWQ
  947.         Public Only
  948.         Type Squish
  949.         Renum Days 30
  950. End Area
  951.  
  952. Area MFILEPM
  953.         MsgAccess       Disgrace
  954.         MsgInfo         MFILEPM Support Area
  955.         MsgName         MFILEPM
  956.         Echomail        c:\Max\Msg\MFILE
  957.         Public Only
  958.         Type Squish
  959.         Renum Days 30
  960. End Area
  961.  
  962. Area KWQBETA
  963.         MsgAccess       Normal/7
  964.         MsgInfo         KWQ beta discussions (restricted local area)
  965.         MsgName         KWQBETA
  966.         EchoMail        c:\Max\Msg\KWQBETA
  967.         Public and Private
  968.         Type Squish
  969.         Renum Days 14
  970. End Area
  971.  
  972. Area REVIEWS
  973.         MsgAccess       Disgrace
  974.         MsgInfo         Software Reviews (Reviews Only Please)
  975.         Local           c:\Max\Msg\REVIEWS
  976.         Public Only
  977.         Type Squish
  978. End Area
  979.  
  980. Area COMMIX
  981.         MsgAccess       Disgrace
  982.         MsgInfo         Commix SP support area
  983.         Local           c:\Max\Msg\Commix
  984.         Public and Private
  985.         Type Squish
  986. End Area
  987.  
  988.  
  989.