home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / tmlman03 / read_me.txt next >
Text File  |  1994-04-14  |  4KB  |  111 lines

  1. This is the T-Mail Manager.
  2. ===========================
  3.  
  4. Ver. 0.03
  5.  
  6. No warranties, either express or implied, are made by the author with 
  7. respect to the software or its fitness for a particular purpose. The 
  8. author accepts no responsibility for any loss that may result from the 
  9. use or inability to use this software.
  10.  
  11. TML_MAN is a grogram that will allow you to check and manipulate the
  12. data structures used by T-Mail (by Ben Van Bokkem).
  13.  
  14. TML_MAN need's a file called TML_MAN.CFG. This file controlls what TML_MAN
  15. will do for you. All keywords in TML_MAN.CFG are not case sensitiv.
  16.  
  17. There are some keywords that have to be properly configured:
  18.  
  19.     TmailPath <path>
  20.  
  21. This is the path to your main BBS folder, where TMAIL.DAT and TMAIL.PTR are.
  22. Please backup all TMAIL.* files befor TML_MAN ist started.
  23.  
  24.     AreasPath <path>
  25.  
  26. This is the Path to your AREAS.BBS file
  27.  
  28. All following keywords are optional. These keywords trigger functions or
  29. change names and options.
  30.  
  31.     LogFile <path\name>
  32.  
  33. This is the path and name of the log. All output and information is written
  34. into this file.
  35.  
  36.     Info
  37.  
  38. Print information from TMAIL.DAT. This action can also be started by the
  39. commandline option -I.
  40.  
  41.     CrossCheck
  42.  
  43. Check TMAIL.DAT against AREAS.BBS (and vice versa) for missing areas
  44. or wrong path names. Also by commandline with -C.
  45.  
  46.     AutoAdd <group>[group][group]...
  47.  
  48. Add all areas from the specified group to TMAIL.DAT. Areas ar only added if:
  49. 1. Crosscheck is performed, 2. if data matches with <group> specified in
  50. the 'Sig' command (see below), 3. and 'SaveData' (or -S) is set.
  51.  
  52.     Exclude <group>[group][group]...
  53.  
  54. Exclude groups from being added. This is not needed.
  55.  
  56.     Access <level>
  57.  
  58. Default access level for all new added areas.
  59.  
  60.     Description <text>
  61.  
  62. Default description for all new added areas.
  63.  
  64.     Flag <flag>
  65.  
  66. Default flag for all new addes areas.
  67.  
  68.     Sig <num> <name> <group> <level> <description>
  69.  
  70. <num> specifies the number of the Sig, starting with 0.
  71. Parameters <level> and <description> are optional.
  72. A '*' for <name> or <description> means that this will not be changed.
  73. A '-1' for <level> means also that the sig level remains the same.
  74. Only those sigs that are used for Autoadd or Sig's that will be
  75. renamed must be specified with the SIG keyword.
  76. This command is used for several purposes:
  77. 1. Change name, level, or description of the SIG.
  78. 2. Specify groups that should be added to this SIG by AutoAdd.
  79.  
  80.     SwapSigs <sig1> <sig2>
  81.  
  82. Exchange the two specified sigs. It is highly recommended not to mix
  83. AutoAdd and SwapSigs in the same run of TML_MAN!
  84. Only one 'SwapSigs' command is valid per config file.
  85.  
  86.     Address <flag> <4D-Address> <Outbound-Path>
  87.  
  88. This command manipulates the fido tech addresses used by T-Mail.
  89. 'Flag' has the following meaning:
  90. + for adding a new 'Address' and 'Outbound'
  91. - for removing a 'Address'
  92. c for change Outbound-Path of existing Address
  93. Here is an example:
  94. Address c 100:11/0.0 K:\bbs\io\outbound\
  95. This changes outbound path for given address in TMAIL.DAT.
  96.  
  97.     SaveData
  98.  
  99. This command saves all manipulated data back to disk. This can also be
  100. initiated by -S in the commandline of TML_MAN.
  101.  
  102. This is recommended: 1. Edit the config file, no SaveData command in it.
  103. 2. start TML_MAN with no commandline options.
  104. 3. check the log file for errors, if no errors:
  105. 4. start TML_MAN -S for saving the manipulated data.
  106.  
  107. Now that's it. 
  108.  
  109. Wolfgang Zweygart
  110. Böblingen, 14.04.1994.
  111.