home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / iut140g.zip / ADVANCED.ARJ / IUT_AREA.CFG < prev    next >
Text File  |  1993-05-27  |  4KB  |  164 lines

  1. ;
  2. ;   Example-configuration for IUTIL 1.40 Gamma
  3. ;
  4. ;   IUTIL 1.40 Gamma  (C) by IMAIL INC., Munich
  5. ;   written by Andreas Klein, 2:246/47@FidoNet, 57:49/0@IntlNet
  6. ;
  7. ;   Definitions for AREAS.BBS-like files (CONVERT)
  8. ;
  9. ; ===========================================================================
  10. ;
  11. ; Areas.BBS and similar files section
  12. ;
  13. ; ===========================================================================
  14. ;
  15. ; All statements between an INACTIVE and and ACTIVE/uection-statement will be
  16. ; ignored.
  17. ;
  18. ;INACTIVE
  19. ;
  20. ; Create userdefinable lists (each complete [Areas] section creates one)
  21. ;
  22. [Areas]
  23. ;
  24. ; complete filename of the areas.bbs-like file
  25. ;
  26. PATH D:\AREAS.BBS
  27. ;
  28. ; The following statements specify the format of the areas.bbs-like file
  29. ; (see IUTIL.MAC for further details). No comments are allowed after
  30. ; the LISTFMT-statement.
  31. ; (General/Group/Echos)
  32. ;
  33. ; With the given format, you get a standard AREAS.BBS
  34. ;
  35. GENLISTFMT %b%a05%t%a20%e
  36. ;
  37. ;GRLISTFMT A %b%a05%t%a20%e
  38. ;
  39. ;ECLISTFMT BBS %b%a05%t%a20%e
  40. ;
  41. ; This statement will create an ECO-List for Yuppie, the ultimate
  42. ; Pointsoftware.
  43. ;
  44. ;GENLISTFMT "%t", "%c"
  45. ;
  46. ; With the following LISTFMT, you can create a purge-file for MBUTIL.
  47. ;
  48. ;GENLISTFMT %t%a20-DAYS%d -MSGS%n
  49. ;
  50. ; This LISTFMT statement will produce an include-file for GoldED.
  51. ;
  52. ;GENLISTFMT AREA %t%a20 "%c" %a70 %M %P %i
  53. ;
  54. ; Instead of the *LISTFMT statements which accept only one line for the
  55. ; output, the following statements can be used to read the format lines
  56. ; from a file. Each line can contain the macros described in IUTIL.MAC.
  57. ; (General/Group/Echos)
  58. ;
  59. ;GENLISTTPL D:\AREAS.TPL
  60. ;
  61. ;GRLISTTPL D:\AREASGR.TPL
  62. ;
  63. ;ECLISTTPL D:\AREASEC.TPL
  64. ;
  65. ; The address-replace statement allows to replace an address by another.
  66. ; This is usefull for fakenet-points where the echo is exported using the
  67. ; fakenet, but the origin-adress should be a 4d-address. The adresses specified
  68. ; are replaced whenever by the second address whenever the first address is
  69. ; found.
  70. ;ADDRREPL 2:246/18.13 2:246/47
  71. ;
  72. ; Define the sorting of the IMAIL-echo-areas.
  73. ;
  74. ; Valid keywords are
  75. ;
  76. ;       NAME_UP
  77. ;       NAME_DOWN
  78. ;       GROUP_UP
  79. ;       GROUP_DOWN
  80. ;       BOARD_UP
  81. ;       BOARD_DOWN
  82. ;
  83. ;SORTAREAS NAME_UP
  84. ;
  85. ; INCLUDE-STATEMENTS
  86. ;
  87. ; The INC* statements allow to specify which type of echos shall be
  88. ; included in the AREAS-file (msgbase-type or echo-type).
  89. ;
  90. ; If the INC* statements are omitted, nothing will be imported.
  91. ;
  92. ; Specify which base-types should be overtaken into the AREAS-file.
  93. ;
  94. ;  Valid keywords are:
  95. ;
  96. ;    QBBS
  97. ;    SQUISH
  98. ;    FIDO
  99. ;    PASSTHRU
  100. ;
  101. INCBASE QBBS SQUISH FIDO PASSTHRU
  102. ;
  103. ; Specify which echo-types should be overtaken into the AREAS-file.
  104. ;
  105. ;  Valid keywords are:
  106. ;
  107. ;    ECHO
  108. ;    NET
  109. ;    LOCAL
  110. ;    SPECIAL
  111. ;
  112. INCTYPE ECHO NET LOCAL SPECIAL
  113. ;
  114. ; Specify whether hidden echos should be included
  115. ;
  116. ;INCHIDDEN
  117. ;
  118. ; Specify whether unlinked echos should be included
  119. ;
  120. ;INCUNLINKED
  121. ;
  122. ; Specify whether autoadded echos should be included
  123. ;
  124. ;INCAUTOADDED
  125. ;
  126. ; Insert two lines at the top of the file, the first line will look like:
  127. ; <Originline> ! <Ssysopname>
  128. ; If you specify a complete filename, IUTIL will add this file to the top
  129. ; of the Areas-file.
  130. ;
  131. ; HEADER C:\FD\AREAS.BBS
  132. ;
  133. HEADER
  134. ;
  135. ; Insert two comment-lines at the bottom of the file.
  136. ; If you specify a complete filename, IUTIL will add this file to the top
  137. ; of the Areas-file.
  138. ;
  139. ;FOOTER C:\FD\AREAS.BBS
  140. ;
  141. ;FOOTER
  142. ;
  143. ; Insert zone-information in the file
  144. ;
  145. ZONEINFO
  146. ;
  147. ; Insert point-information and points in the file. If this statement is not
  148. ; enabled, all points in the exportlist will be omitted. Moreover IUTIL
  149. ; checks the POINTNET environment-variable and excludes fakenet-points, too.
  150. ;
  151. POINTINFO
  152. ;
  153. ; Define exclusions which should not transfered into AREAS.BBS-like file
  154. ; (Groups/Echos)
  155. ;
  156. ;GRDISCARD    AFL
  157. ;
  158. ;ECDISCARD    LOCAL
  159. ;
  160. ;ACTIVE
  161. ;
  162. ;
  163.