home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / w / wwgt103a.zip / CONFIG.DOC < prev    next >
Text File  |  1993-01-12  |  5KB  |  138 lines

  1. Included below are a few words on each of the configuration records
  2. currently defined for the WWIVGATE.DAT file.
  3.  
  4. Note that anything after a ; on a line is treated as a comment.  This is
  5. convenient for toggling options on and off - simply insert a ; as the
  6. first character of the line to disable the option.
  7.  
  8. Registration_number = xxx
  9.  
  10.     This record, if present, defines your registration number so that
  11.     you will quit getting the tones and Please Register type message.
  12.     Simply substitute the registration number I e-mail you for the xxx
  13.     above and the tones and messages should never appear again.  Note
  14.     that each registration number is keyed to a particular FIDOnet zone,
  15.     net, and node, so giving it out will probably not help your friends.
  16.     Invalid values (like "unregistered") are simply ignored.
  17.  
  18. Debug = n
  19.  
  20.     This record enables various levels of debugging messages to be
  21.     generated by the code.  Level 1 may be useful when initially
  22.     setting up the product, Level 0 is recommended after everything
  23.     is set up and working.  Higher levels are only for those that are
  24.     very curious, or if you are assisting the author in tracking down 
  25.     a bug.
  26.  
  27. Zone = z
  28.  
  29.     Your FIDOnet Zone number.  The z in z:nnn/fff.  It is critical
  30.     that you get this one right, or mail and echomail post will be
  31.     mis-marked.
  32.  
  33. Net = nnn
  34.  
  35.     Your FIDOnet Net number.  The n in z:nnn/fff.  It is critical
  36.     that you get this one right, or mail and echomail post will be
  37.     mis-marked.
  38.  
  39. Node = fff
  40.  
  41.     Your FIDOnet Node number.  The f in z:nnn/fff.  It is critical
  42.     that you get this one right, or mail and echomail post will be
  43.     mis-marked.
  44.  
  45. User_rec_len = nnnn
  46.  
  47.     This record allows you to specify your WWIVnet User record length.
  48.     It defaults to 832, which is the standard length of a WWIV 4.21A
  49.     system using the 64 sub support.  This number has a maximum of
  50.     2048 for you truely mod crazy folks <grin>.  The only dependance
  51.     WWIVgate has on the User Record is that the first two fields be
  52.     the normal default of handle and name, with their normal field
  53.     lengths.
  54.  
  55. Keep_after_processing
  56.  
  57.     This record, if it exist, prevents WWIVgate from removing files
  58.     after it is done processing them.  It's main usage is during initial
  59.     setup when WWIVgate may be being run by hand.  Note that WWIVgate
  60.     may be called repeatably by your calling batch file if this record
  61.     is left uncommented out, since the files your calling batch file
  62.     keys off of, will be left when WWIVgate is done processing.  I know,
  63.     I've done it...
  64.  
  65. Local_mail_only
  66.  
  67.     This record, if it exist, prevents WWIVgate from exporting e-mail
  68.     from WWIV nodes other than yours.  If this record does not exist,
  69.     anyone on WWIVnet (or equavalent) can route mail to FIDOnet through
  70.     your node.
  71.  
  72. Crash_mail = n
  73.  
  74.     This record allows you to control the FIDOnet Crash bit setting on
  75.     generated FIDOnet e-mail.  When set to 0, the Crash bit will never
  76.     be set.  When set to 1, e-mail destined to another node in your
  77.     zone and net will have the Crash bit set.  When set to 2, e-mail 
  78.     will always have the Crash bit set, even if the mail is to another
  79.     net or zone.
  80.  
  81. High_Ascii
  82.  
  83.     This record, if it exist, prevents WWIVgate from removing any
  84.     character in the ASCII code range of 128 to 170.  Normally, all
  85.     "high_ascii" (codes 128-255) are removed from text when processed.
  86.     This feature was added to allow non-english character sets to be
  87.     successfully processed.
  88.  
  89. Alias_ok
  90.  
  91.     This record, if it exist, prevents WWIVgate from translating
  92.     incomming user names from what is assumed to be a real name to
  93.     the users alias.  In other words, it tells WWIVgate that Aliases
  94.     are the norm for the FIDOnet compatible network you are running.
  95.  
  96. Skip_Sysop_Mail
  97.  
  98.     This record, if it exist, prevents WWIVgate from processing any
  99.     inbound mail destined for the Sysop.  This is any netmail, not
  100.     echomail, addressed to "Sysop", "ALL", or the real name of WWIV
  101.     user number 1.
  102.  
  103. Areafix
  104.  
  105.     This record, if it exist, prevents WWIVgate from processing any
  106.     inbound mail destined for the user "Areafix".  This is useful
  107.     for folks that run programs like GEcho who use the name Areafix
  108.     for managing echo feeds.
  109.  
  110. Add_CR
  111.  
  112.     This record, if it exist, will tell WWIVgate to add a CR after
  113.     every 78 characters of inbound text.  This is useful if your editor
  114.     does not gracefully handle things like quoteing...  Many FIDOnet
  115.     mail processes just ship a unbroken stream of characters without
  116.     any line breaks.
  117.  
  118. WWIVnet_name = xxx
  119.  
  120.     This record, if it exist, allow folks running WWIVnet compatible
  121.     networks to use WWIVgate.  xxx should be replaced with whatever
  122.     you define your network name to be in INIT (WWIVlink, ICEnet, etc.).
  123.  
  124. Origin: <string>
  125.  
  126.     This record allows you to specify the origin line you would like to
  127.     appear on echomail posts.
  128.  
  129. Subboard <sub-type> <directory>
  130.  
  131.     These records map for WWIVgate the relationship between WWIV sub-types
  132.     and FIDOnet message folders.  A special sub-type keyword of "mail"
  133.     should be used for your FIDOnet e-mail folder.  Failure to specify
  134.     a mail folder will typically cause WWIVgate to die while trying to
  135.     process mail.  This is another common source of program looping, 
  136.     since the mail would not be processed, but would remain waiting to
  137.     be processed.
  138.