home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / ctdl338a.zip / CTDLCNFG.SYS < prev    next >
Text File  |  1990-07-08  |  24KB  |  586 lines

  1.  
  2.                                 ctdlCnfg.sys
  3.  
  4.  
  5.         This is the configuration file for the Citadel-86 bulletin board
  6.      system. It is read in by confg.exe which sets up a "ctdlTabl.sys" file
  7.      recording the configuration parameters.  (CtdlTabl.sys is read by the
  8.      other Citadel programs.) This file must be edited to be appropriate to
  9.      the local environment. Lines not beginning with "#" are ignored by CONFG
  10.      and may be deleted once the file is successfully configured -- they are
  11.      purely documentary.  For more detail, consult the CITADEL-86 SYSOP MANUAL
  12.      (Install3.Man).
  13.  
  14.      GENERAL STRING FORMATTING CONTROLS:
  15.      The following are supported:
  16.              "\n": CR-LF
  17.              "\t": Tab character
  18.              "\b": Non-destructive Backspace
  19.              "\r": CR
  20.              "\f": Formfeed
  21.              "\"": '"'
  22.              "\\": Backslash
  23.              "\<xxx>": The octal* ASCII value is output
  24.  
  25.         SECTION 1: NECESSITIES AND MISCELLANEA
  26.  
  27.      SYSTEM TITLE
  28.         nodeTitle is printed after the "Welcome to" and before the "Running..."
  29.      lines of the banner that pops up on carrier detect, UNLESS BANNER.BLB
  30.      exists, in which case the entire "Welcome to <nodeTitle>" line is
  31.      replaced with the contents of BANNER.BLB.  nodeTitle is a string value
  32.      that accepts formatting directives and goes through the Citadel
  33.      formatter.
  34.  
  35. #nodeTitle "Our Name"         -- An obvious imposter
  36.  
  37.      SYSTEM NAME
  38.         nodeName is purely for networking purposes.  Messages which
  39.      originated on your system will have headers looking like:
  40.  
  41.            82Nov23 From Cynbe ru Taren @ODD-DATA
  42.  
  43.      This should be a short (for the sake of the reader!) mnemonic
  44.      identifying your node for humans.  It does not use formatting directives.
  45.  
  46. #nodeName "ODD-DATA"          -- The original Citadel (kow-tow, everyone)
  47.  
  48.      SYSTEM ID
  49.         nodeId is also purely for networking purposes.  Messages which
  50.      originate on your system will be marked with the nodeId, but it will
  51.      not normally be printed out.  It is primarily for the use of the
  52.      networking support software, and forms a globally unique name and
  53.      address for your system.  It consists of a country abbreviation
  54.      followed by area code and system phone number.  This string value does not
  55.      use formatting directives. Country abbreviation for the US is "US", for
  56.      Canada is "CA".  (For others, see COUNTRY.DOC.)
  57.  
  58.  
  59. #nodeId "US 612 470 9635"
  60.  
  61.      SYSTEM BASEROOM
  62.         baseRoom is the homeroom of the Citadel in operation, the place you
  63.      go when there are no more rooms with unread messages left.  This is
  64.      usually known as the Lobby> on most systems.  It's simply a nice,
  65.      easy way to customize and give character to your system..
  66.  
  67. #baseRoom "Glops"
  68.  
  69.      SYSTEM BASE FLOOR
  70.         MainFloor is the home floor of the Citadel in operation, the floor
  71.      where baseRoom, Aide, and Mail are located.  It's another nice, easy
  72.      way to customize your system
  73.  
  74. #MainFloor "Da Basement"
  75.  
  76.      SYSTEM ENCRYPTION SEED
  77.         CRYPTSEED is a number used in encrypting the data files.  Change
  78.      it once when you install the system, but not thereafter -- or you
  79.      won't be able to read the existing files any more.
  80.  
  81. #CRYPTSEED 333                --
  82.  
  83.      UNLOGGED USER'S SCREEN WIDTH
  84.         This parameter is used to specify an unlogged user's screen width 
  85.      (including banner display).  If not present, defaults to 40.
  86.  
  87. #UNLOGGED-WIDTH 79
  88.  
  89.      DATA FILES SIZE: MESSAGE BASE
  90.         MESSAGEK sizes "ctdlmsg.sys", the file message text is stored in. The
  91.      size of this parameter together with the rate at which message text is
  92.      entered determines message lifetime.
  93.  
  94. #MESSAGEK 300                 -- 300Kbyte ctdlmsg.sys
  95.  
  96.      DATA FILES SIZE: MESSAGES PER ROOM
  97.         MSG-SLOTS defines the maximum number of displayable messages per room
  98.      on your room, except for the Mail> room.
  99.  
  100. #MSG-SLOTS 58                 -- 58 is kind of traditional
  101.  
  102.      DATA FILES SIZE: MESSAGES PER MAIL ROOM
  103.         MAIL-SLOTS defines the maximum number of displayable messages for each
  104.      user's Mail> room.
  105.  
  106. #MAIL-SLOTS 58                -- Yet another tradition...
  107.  
  108.      DATA FILES SIZE: ROOM FILE
  109.         MAXROOMS defines the maximum number of rooms on your system.
  110.  
  111. #MAXROOMS 64                  -- This is usually enough
  112.  
  113.      DATA FILES SIZE: LOG FILE
  114.         LOGSIZE is the number of entries that you want in your log. Once
  115.      you've selected a log size and have configured, you may NOT shrink
  116.      the log except by destroying the log totally. There is a utility
  117.      available for expanding the log, called DATACHNG.
  118.  
  119. #LOGSIZE 180                  --
  120.  
  121.      **DATA FILE LOCATIONS**
  122.         The next several parameters allow you to specify where certain system
  123.      files are to appear on your system.  Please note that only subdirectories
  124.      of the disk you specified are legal.  Disk specifications are legal.
  125.  
  126.         This parameter specifies where you want your help files located in your
  127.      system.
  128.  
  129. #HELPAREA "helps"             -- All help files located in subdir
  130.                               -- "helps"
  131.  
  132.         This applies to the CTDLLOG.SYS file.
  133.  
  134. #LOGAREA "a:log"              -- in subdir "log" on drive a:
  135.  
  136.         This applies to the CTDLROOM.SYS, CTDLBAD.SYS, and CTDLARCH.SYS files.
  137.  
  138. #ROOMAREA "system"            -- in subdir "system"
  139.  
  140.         This applies to the CTDLMSG.SYS file.
  141.  
  142. #MSGAREA ""                   -- current directory of default disk
  143.  
  144.         This applies to the CTDLFLR.SYS file.
  145.  
  146. #FLOORAREA "floors"           -- its own subdirectory for no particular reason.
  147.  
  148.      AIDE SCOPE:
  149.         The AIDESEEALL parameter controls the scope that Aides have on the
  150.      installation.  If this parameter is set to 0, then Aides are only allowed
  151.      to see public rooms and private rooms that they are told about;
  152.      private room creation will leave an entry in the Aide> room indicating
  153.      that a room was created, but not the name.  An Aide at the SysConsole
  154.      will, however, see all rooms.  If this parameter is set to 1, then all
  155.      Aides will see all rooms on the system, public or private.
  156.  
  157. #AIDESEEALL 0                 -- Aides see nothing
  158.  
  159.      NEW USER CONTROL:
  160.         LOGINOK controls whether users without a password can login from
  161.      remote. If LOGINOK is 1, they may; if LOGINOK is 0, then the only place
  162.      that new accounts may be entered is from the system console.
  163.  
  164. #LOGINOK 1                    -- user-established accounts
  165.  
  166.  
  167.      MESSAGE ENTRY CONTROL:
  168.         If ENTEROK is 1, callers that are not logged in may enter messages.  If
  169.      0, then they must login first before they can enter messages (except for
  170.      Mail> to the Sysop.  Note that Anonymous rooms are not an exception.
  171.  
  172. #ENTEROK 0                    -- login first
  173.  
  174.      READING CONTROL:
  175.         If READOK is 1, then unlogged callers can read messages.  If READOK is
  176.      0, then users must login before reading messages.
  177.  
  178. #READOK 0                     -- login first
  179.  
  180.      ROOM CREATION CONTROL:
  181.         If ROOMOK is 1 then regular folks can create new rooms, else only those
  182.      with aide privilege can do so.
  183.  
  184. #ROOMOK 1                     -- general room-creation privileges
  185.  
  186.      MAIL CONTROL:
  187.         If ALLMAIL is 1, all get privileges; 0 means only aides have the
  188.      privilege.
  189.  
  190. #ALLMAIL 1                    -- Everybody can send mail
  191.  
  192.      INITIAL DOOR PRIVILEGES
  193.         If DoorPrivs is 0, then users must ask for door privileges; otherwise, 
  194.      they automatically have them on initial login.
  195.  
  196. #DoorPrivs 0                    -- A prudent policy; also, the default.
  197.  
  198.      INITIAL FILE PRIVS
  199.         Use this parameter to decide if people have file download privs
  200.      when they first logon or if they have to request them.
  201.  
  202. #FILE-PRIV-DEFAULT   1        -- yes
  203.  
  204.      COMPUTER HARDWARE TYPE:
  205.         Setting IBM to 1 implies the system is a PClone, and to use some
  206.      internal routines for accessing modem.  If IBM is 0, then substitute
  207.      other special routines specific to the Z100 for accessing modem.
  208.  
  209. #IBM 1                        -- IBM clone
  210.  
  211.      COM PORT:
  212.         The COM parameter allows the sysop who is using an IBM to select
  213.      either COM1 or COM2 as the communications port. This parameter is
  214.      meaningless for Z-100s.
  215.  
  216. #COM 1                        -- COM1 is the selection
  217.  
  218.      SYSTEM BAUD RATES:
  219.         SYSBAUD defines the baud rates supported by this installation.  Use
  220.      these values to indicate what maximum baud rate your system runs at:
  221.  
  222.         0 - 300 baud
  223.         1 - 1200
  224.         2 - 2400
  225.         3 - 4800
  226.         4 - 9600
  227.         5 - 14400
  228.         6 - 19200
  229.  
  230. #SYSBAUD 1                    -- A 3/12 system.
  231.  
  232.      MODEM INITIALIZATION:
  233.         modemSetup specifies what should be sent to the modem after
  234.      initializing the port. While Hayes/compatibles are recommended, other
  235.      types of modes have been successfully used with Citadel-86, such as
  236.      TransModems.
  237.  
  238. #modemSetup "AT S0=1 M1"
  239.  
  240.      MODEM REINITIALIZATION:
  241.         REINIT lets you reinitialize the modem after each call at the highest
  242.      baud rate the modem will recognize.  If this parameter is not present, 
  243.      then the modem will not be reinitialized.  Formatting directives are 
  244.      recognized.
  245.  
  246. -#REINIT "AT"
  247.  
  248.      MODEM MANAGEMENT
  249.         Citadel-86 normally drops DTR (for novices, on most modems this causes
  250.      the modem to drop carrier and disables auto-answer until DTR is brought
  251.      back up) when it doesn't want a caller calling in.  This typically
  252.      happens when the system operator logs in at the console or the system
  253.      is digesting messages from a network session.  You can modify this
  254.      behavior by defining the two strings below, and they come into action
  255.      only when the system operator logs in at the console (i.e., when you
  256.      touch ESCape).  The first string, #DISABLE-MODEM, is sent to the modem
  257.      when you touch the ESC, while the second, #ENABLE-MODEM, is sent when
  258.      you put the system back into MODEM mode.  They let you do such things
  259.      as take the modem off-hook (generate a busy signal) when you are using
  260.      the system.  One note: the system will NOT add carriage returns to these
  261.      strings automatically, so make sure you do!
  262.  
  263. -#DISABLE-MODEM "ATH1\r"    -- This would take the modem off hook
  264. -#ENABLE-MODEM "ATH0\r"        -- This would put the modem on hook
  265.  
  266.      PORT LOCKING
  267.         You can have your installation "lock" the serial port at a given
  268.      speed and let the modem handle details concerning buffering, etc.  On
  269.      some modems such as USR HSTs, etc., this can result in a measurable
  270.      increase in through-put; for some modems, you HAVE to do this in order
  271.      to use the higher speeds.  HOWEVER, you have* to know what you're doing
  272.      or you shouldn't do this.  This parameter has a numeric value which
  273.      specifies the baud rate to lock the port at, just like #SYSBAUD.  You
  274.      should consider using #REINIT to instruct the modem about your port
  275.      locking, so that everytime the modem is told to hung up it is reminded
  276.      about the port locking.
  277.  
  278. -#LOCK-PORT  4            -- This would lock it at 9600 baud
  279.  
  280.  
  281.      OLD VIDEO
  282.         As noted in INSTALL3.MAN, some systems don't like Citadel-86 video 
  283.      support.  If your system doesn't, enable the following parameter.  Note 
  284.      the lack of value after the name -- that's on purpose!
  285.  
  286. -#OLDVIDEO              -- disabled.
  287.  
  288.  
  289.      SYSTEM SCREEN COLORS
  290.          FOREGROUND
  291.          BACKGROUND
  292.          STATUS-FOREGROUND
  293.          STATUS-BACKGROUND
  294.         These parameters allow control of the foreground and background colors 
  295.      of the screen, including the status bar.  See INSTALL3.MAN for a full 
  296.      list of supported colors.  The generic setup should cause the status bar 
  297.      to have black letters on a gray background, while the rest of the screen 
  298.      is white letters on a black background.  See the Ease utility for an
  299.      easy way to select colors.
  300.  
  301. #FOREGROUND WHITE
  302. #BACKGROUND BLACK
  303. #STATUS-FOREGROUND BLACK
  304. #STATUS-BACKGROUND LIGHT GRAY
  305.  
  306.      STATUS BAR CLOCK
  307.         Normally, the status bar has a clock which is updated each minute.  
  308.      You may control its behavior by using one of the values "None", "Inuse",
  309.      or "Always" in the #CLOCK parameter.
  310.  
  311. -#CLOCK Always                     -- disabled.
  312.  
  313.  
  314.         SECTION 2: INTERESTING OPTIONS
  315.  
  316.      TIMED EVENT HANDLER:
  317.         See the manual for this one.  Here is the generic format:
  318.  
  319. -#event <days> <time> <class> <type> <duration> <warning string> <depends>
  320.  
  321.      REMOTE SYSOP FACILITY:
  322.         #sysPassword specifies the file that contains a string that will act
  323.      as the password to the remote sysop abilities.  If this parameter is not
  324.      specified, or if the file is not found, or is unreadable, then remote
  325.      sysop abilities are disabled.  Only Aides can access remote sysop
  326.      abilities, and they must* know the exact password, including the case
  327.      of the individual letters.
  328.  
  329. -#sysPassword "c:\pwd"        -- Inactive (note the leading hyphen)
  330.  
  331.      AUDIT:
  332.         This parameter specifies where the files CALLLOG.SYS, FILELOG.SYS, and 
  333.      DOORUSE.SYS end up on your system.  Note that the directory specified has
  334.      to be a subdirectory of a current directory.
  335.  
  336. -#AUDITAREA ""                 -- put CALLLOG.SYS in the current directory
  337.                                -- (inactive -- note leading hyphen)
  338.  
  339.      ANONYMOUS CALLERS
  340.         This parameter, if enabled, logs ANONYMOUS callers from remote in
  341.      your CALLLOG.SYS as "<No Login>".
  342.  
  343. -#ANONYMOUS-SESSIONS
  344.  
  345.  
  346.      RAM DRIVE HANDLING:
  347.         These two parameters control whether or not and where a secondary
  348.      message file will reside.  If you use this parameter, it should
  349.      reference a permanent media file, and the MSGAREA parameter should
  350.      reference a RAM drive.  MSGAREA will always be both read and written to,
  351.      while this one will only be written to; thus, this parameter should
  352.      reference the media more sensitive to wear and tear.  MIRRORMSG should
  353.      be 1 if you wish to use this ability; MSG2AREA then referrnces the
  354.      location of the secondary message base.
  355.  
  356. #MIRRORMSG 0                  -- Turn it off for novices
  357. #MSG2AREA ""                  -- so this is irrelevant while MIRRORMSG
  358.                               -- is 0
  359.  
  360.      INTERRUPTED MESSAGE AREA:
  361.         This parameter specifies where to save interrupted messages for
  362.      later completion.
  363.  
  364. -#HOLDAREA "held"             -- inactive
  365.  
  366.      SYSOP MAIL ROUTING:
  367.         This parameter specifies the account that Mail> to sysop should be
  368.      routed to.
  369.  
  370.  -#sysopName "Me!"            -- inactive
  371.  
  372.      OUTSIDE EDITOR:
  373.         These parameters specify what editor the Sysop may use for System 
  374.      Console message composition, and what area of the disk system to use for 
  375.      temporary files.  If the first is not present, then the <O>utside Editor 
  376.      is not available; if the second is not present, the current drive and 
  377.      directory are used for temporary files.  See OPER3.MAN and INSTALL3.MAN 
  378.      for full details.
  379.  
  380. -#EDITOR "whatever"             -- disabled!
  381. -#EDIT-AREA ""                  -- ditto!
  382.  
  383.      Citadel-86 as a Door:
  384.         This parameter lets you tell the installation that Citadel-86 is a 
  385.      door itself.  In this situation, the modem is not initialized, etc...
  386.      See OPER3.MAN Section XII for details.
  387.  
  388. -#ISDOOR                        -- disabled, no value for this parameter.
  389.  
  390.      CONSOLE TIMEOUT
  391.        If you are in the habit of forgetting to logoff when you're at the
  392.      console, thus effectively making the system useless until you notice
  393.      your indiscretion, you can use this numeric parameter to decide how
  394.      many SECONDS the system can be inactive while in CONSOLE mode before
  395.      logging the person off at the system console
  396.  
  397. -#CONSOLE-TIMEOUT  600        -- this would be a 10 minute timeout period
  398.  
  399.      CONSOLE DELAY
  400.          Having problems keeping up with Citadel-86 at the console when you're
  401.      logged in there because the screen is just so dratted fast?  This
  402.      parameter is just like .ECD: you can have the system pause for xxx
  403.      milliseconds after each character is put out when the user (whoever it
  404.      may be) is at the system console.
  405.  
  406. -#CONSOLE-DELAY  1        -- This would make for a one second delay
  407.  
  408.      SYSOP MAIL
  409.         You can archive sysop mail.  This string parameter specifies the file
  410.      Sysop Mail should be archived to.  This includes both Mail> to "sysop"
  411.      and mail to the name specified in #sysopName.
  412.  
  413. -#SYSOP-ARCHIVE "sysop"        -- mail archive filename
  414.  
  415.      ANONYMOUS MAIL CONTROLS
  416.         Anonymous mail to sysop is occasionally used to abuse systems.  This
  417.      numeric parameter is used to control the maximum length of anonymous
  418.      mail.  If an anonymous mail leaver exceeds that length, the user loses
  419.      carrier and the mail, instead of being placed in mail, is placed in a
  420.      file named ANONMAIL and a message is left in Aide informing you of this
  421.      fact.
  422.  
  423. -#ANON-MAIL-LENGTH  300        -- anonymous folk will have to be brief
  424.  
  425.      PASSWORD HACKERS
  426.          Village Idiots being a pain?  This numeric parameter lets you tell
  427.      the system to drop carrier on anyone who screws up their password X
  428.      times.
  429.  
  430. #LOGIN-ATTEMPTS  5
  431.  
  432.  
  433.         SECTION 3: NETWORK PARAMETERS
  434.  
  435.      NETWORK SELECT:
  436.         You use this parameter to decide whether or not you are a networking
  437.      system.  If you set this parameter to 0, then the rest of the parameters
  438.      in this section are meaningless, because you are not a networking
  439.      system.
  440.  
  441. #NETWORK 0                    -- Disable for novices
  442.  
  443.      YOUR DOMAIN
  444.         What domain are we located in?  One to a customer, please.  See
  445.      NETWORK3.MAN for more information on domains.
  446.  
  447. #nodeDomain "xx"
  448.  
  449.      MAIL ROUTING:
  450.         If #RouteMail is 0 then you categorically refuse to route mail for 
  451.      anyone to anywhere; if 1, then you will route, although you may place
  452.      individual limits on certain systems.
  453.  
  454. #RouteMail 1                    -- default, too
  455.  
  456.      MAIL HUB
  457.         A mail hub is a system you send all domain-oriented mail to when
  458.      you don't know how else to get to the given domains.  This string
  459.      parameter is the name of a system on your primary nodelist.
  460.  
  461. -#MailHub "xxxxx"        -- local backbone?  another backbone?
  462.  
  463.      NEW USER NET PRIVILEGES:
  464.         #NewNetPrivs specifies whether or not new users automatically have
  465.      net privileges.
  466.  
  467. #NewNetPrivs 0                -- Nope.
  468.  
  469.      DOMAIN DISPLAY
  470.         This very optional parameter lets you customize how the domains on
  471.      messages from other systems are displayed.  The default is shown
  472.      in our example.  Note the '%s' MUST be present.
  473.  
  474. #DomainDisplay " _ %s"
  475.  
  476.      DOMAIN SERVING
  477.         You want to be a domain server?  This is how you volunteer; set this
  478.      parameter to tell what domain you want to serve, and see NETWORK3.MAN on
  479.      administrative procedures.
  480.  
  481. -#ServeDomain "xx"        -- make sure you know what you're doing
  482.  
  483.      NET FILES LOCATION:
  484.         You use this parameter to specify where the various network-related
  485.      files will be located.  It is a string parameter that you use to specify
  486.      the drive and directory to put these files.
  487.  
  488. #NETAREA "c:net"              -- an example ONLY
  489.  
  490.      DOMAIN FILES LOCATION
  491.         This parameter lets you decide where to put domain-related temporary
  492.      files.  We recommend you make this different from #NETAREA.
  493.  
  494. #DOMAINAREA "c:domains"
  495.  
  496.      MAXIMUM SHARED ROOMS:
  497.         This parameter selects the maximum number of shared rooms per system.
  498.  
  499. #SHARED-ROOMS 1
  500.  
  501.      RECEPTION AREA FOR FILES:
  502.  
  503.         The NET_RECEPT_AREA parameter specifies the directory that files sent
  504.      to this installation Via the Send File feature of the net will be placed
  505.      in.  Do NOT end it with a '\'!
  506.  
  507. #NET_RECEPT_AREA "C:\citadel\recept" -- Just an example
  508.  
  509.      RECEPTION DIRECTORY SIZE:
  510.         The parameter NET_AREA_SIZE allows the sysop to specify how much room
  511.      should be allocated for the NET_RECEPT_AREA parameter.  This allows the
  512.      sysop to ensure that his system isn't swamped by files sent by other
  513.      systems. The NET_AREA_SIZE parameter should be in K. (Remember, this
  514.      should be in hex.)
  515.  
  516. #NET_AREA_SIZE 500
  517.  
  518.      INCOMING FILES SIZES:
  519.         The MAX_NET_FILE parameter allows the sysop to decide how large of a
  520.      file the system will accept from another system when the file is sent
  521.      by the other system (this does NOT apply to Requesting a file, only to
  522.      accepting a file Sent with the Send Net feature). This parameter is
  523.      also in K.
  524.  
  525. #MAX_NET_FILE 300
  526.  
  527.      MODEM DIALOUT:
  528.         callOutPrefix determines what is output to the modem prior to
  529.      the phone number to be dialed.  It must send all commands necessary
  530.      to put the modem into dial out mode.  Additionally, it must contain
  531.      what is neceessary in the way of special commands dealing with PBX's,
  532.      etc.
  533.  
  534.         #callOutSuffix determines what is output to the modem after
  535.      #callOutPrefix and the phone number has been output.  Graphically,
  536.  
  537.             <#callOutPrefix><phone#><#callOutSuffix>
  538.  
  539.      is the sequence in which data is out when the networker tries
  540.      to dial out.  Since nothing is automatically appended to the
  541.      number when it is being output to the modem during networking,
  542.      the typical value for an installation using a Hayes/compatible is
  543.  
  544.             #callOutSuffix "\r"
  545.  
  546.      since Hayes/compatibles require a C/R to end a command string.
  547.  
  548.      This may not hold true for other brands of modems.
  549.  
  550. #callOutPrefix "ATDT"         -- Normal Hayes installation w/ TT.
  551. #callOutSuffix "\r"           -- Typical Hayes suffix
  552.  
  553.      SPECIAL CALL OUT STRINGS
  554.         Sometimes, for special baud rates, you want to use a different dialout
  555.      string than what you're using #callOutPrefix.  These parameters can
  556.      be used for that.
  557.  
  558. -#DialOut300 ""
  559. -#DialOut1200 ""
  560. -#DialOut2400 ""
  561. -#DialOut4800 ""
  562. -#DialOut9600 ""
  563. -#DialOut14400 ""
  564. -#DialOut19200 ""
  565.  
  566.      SCANNING INCOME NET MESSAGES
  567.         Tired of profanity coming in on the net?  If this parameter is
  568.      enabled, then incoming net messages are scanned against BADWORDS.SYS,
  569.      and those failing the test are discarded with an appropriate note in
  570.      the Aide> room.
  571.  
  572. -#SCAN-NET-MESSAGES
  573.  
  574.         SECTION 4: SPECIAL REQUIREMENT HANDLING
  575.  
  576.         NOTE: If you think you have an odd modem setup, such as a
  577.      non-standard cable for allowing direct access to a high-speed pin, then
  578.      consult the Citadel-86 SYSOP MANUAL, Section II.5.d, which details what
  579.      abilities are available in this section of CTDLCNFG.SYS.  If that
  580.      section is not clear, or doesn't seem to handle your particular problem,
  581.      try to contact Hue, Jr. on the C-86 Test System (612) 470-9635 for help,
  582.      or his successors.
  583.  
  584. #alldone x x                  -- end of file
  585.  
  586.