home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDMSG200.ZIP / TEMPLATE.CFG < prev   
Text File  |  1995-11-30  |  5KB  |  181 lines

  1. ;
  2. ;                 Template for FDMsg configuration file
  3. ;                            by Bob Westcott
  4. ;                   Down Country BBS  Macomb Oklahoma
  5. ;                               1:147/48
  6. ;               Voice 405-333-2252   Data/Fax 405-333-2424
  7. ;
  8. ;              Make copies of this for you configure files
  9. ;         Not all fields are always required see FDMSG.DOC file
  10. ;            It does not hurt to use more fields than needed
  11. ;    All comment lines (lines beginning with " " or ";" may be omitted.
  12. ;
  13. ;
  14. ;  Type:  This filed determines if the message is for a Netmail or
  15. ;        Echo message.  Net or Echo accepted.  Default is Net
  16. ;
  17. Type: Net
  18. ;
  19. ;
  20. ;  When: is for how often messages is to be sent.
  21. ;  D - Daily
  22. ;  W - Weekly
  23. ;  M - Monthly
  24. ;  Q - Quarterly staring this month then every 3 months
  25. ;  S - Semi Annual starting this month then every six months
  26. ;  A - Annualy starting this month then every 12 months.
  27. ;  1 - Quarterly every Mar, Jun, Sept, Dec.
  28. ;  2 - Semi Annual every Jun and Dec.,
  29. ;  3 - Annualy every Dec.
  30. ;  4 - Every ODD month
  31. ;  5 - Every EVEN month
  32. ;  6 - 1st and 3rd week of each month
  33. ;  7 - 2nd and 4th week of each month
  34. ;  8 - Any date, but only ONE TIME.
  35. ;
  36. When: d
  37. ;
  38. ;
  39. ;  Year: is the year to send the message
  40. ;  Is ONLY used if When is equal to 8.
  41. ;  You MUST used all 4 digits of year.
  42. ;
  43. Year: 1995
  44. ;
  45. ;
  46. ;  Month: Use 1 - 12
  47. ;
  48. Month: 5
  49. ;
  50. ;
  51. ;  Date: Use 1 - 31  (Insure not to go over the max for any month) ;-)
  52. ;
  53. Date: 1
  54. ;
  55. ;
  56. ;  Day:  Must be 3 alphas (SUN MON TUE WED THU FRI SAT)
  57. ;  are the only vaild inputs
  58. ;
  59. Day: Mon
  60. ;
  61. ;
  62. ;  Time:  The time of day you wish the message to go out.
  63. ;  use 24 hour format and DIGITS.  ie  1715 will send the message
  64. ;  out the next time after 5:15pm FdMsg is called.
  65. ;
  66. Time: 1715
  67. ;
  68. ;
  69. ;
  70. ;  Subject:  What is to go on the subject line of message.
  71. ;  Files to send/request (including path/s)
  72. ;  filename (a file containing the file/s name and path).
  73. ;  Message subject
  74. ;
  75. Subject: Test Message
  76. ;
  77. ;
  78. ;  Address: Where to send message.
  79. ;  zone:net/node.point 
  80. ;  Zone only needed if outside your Zone.
  81. ;  Point not required if not a point address.
  82. ;  @filename
  83. ;  You can state a filename (with a @ in front of it) to send
  84. ;  to multiple addresses.
  85. ;  You can send to a complete hub by using a "*".
  86. ;  ie 1:147/* will send to all nodes in Zone 1, hub 147 EXCEPT
  87. ;  listed Private, Down, and you own node.
  88. ;  Exceptions are allowed see Doc.
  89. ;
  90. Address: 147/34
  91. ;
  92. ;
  93. ;  Text: Text you would like in the message or place a "@" in front  
  94. ;  of a file name (and path) to send a ASCII file.
  95. ;
  96. Text: @c:\im\msg\test.doc
  97. ;
  98. ;
  99. ;  Flags:  Message status Flags:
  100. ;  c = Crash  h = Hold  p = Private  d = Direct  k = Kill/sent
  101. ;  f = Send File  r = File request  u = Update Req  e = Receipt Req
  102. ;
  103. Flags: pdk
  104. ;
  105. ;
  106. ;  NameTo:  Name to whom the messages is going (default: SysOp)
  107. ;           If you have the keyword 'NODELIST' equal to 'yes' then
  108. ;           the name found in the nodelist will be used.
  109. ;
  110. NameTo: Someone
  111. ;
  112. ;
  113. ;  NameFrom: Name of sender of the message (default: The program owner)
  114. ;
  115. NameFrom: Bob Westcott
  116. ;
  117. ;
  118. ;  Alias:  Allows you to use a alias that will overide the name
  119. ;  that is in the FDMSG.FIL for this one configuration.
  120. ;
  121. ;
  122. Alias: Big Bob
  123. ;
  124. ;
  125. ;  Log: What to place in the FdMsg log.
  126. ;  Leaving ";" in front of Log: No log entries for this configuration
  127. ;  Yes = Complete Log (every time FdMsg is called) could get BIG fast.
  128. ;  Yes1 = Just make log entry when message is created.
  129. ;  Yes & Yes1 will also log errors.
  130. ;
  131. Log: Yes1
  132. ;
  133. ;
  134. ;  From:
  135. ;  This will show the FROM address and should only be used when not
  136. ;  in your normal Fidonet
  137. ;  MUST show Zone, Net, Node.
  138. ;
  139. From: 44:244/48
  140. ;
  141. ;  
  142. ;  Force:  This will force this message EVERY time it is called.
  143. ;          When: parameter is not considered.
  144. ;
  145. Force:
  146. ;
  147. ;
  148. ;  Nodelist:  If you want to get the Sysop's name from the nodelist
  149. ;             say "yes".  This parameter is forced to yes when you
  150. ;             send to more than 1 address.
  151. ;
  152. Nodelist: yes
  153. ;
  154. ;
  155. ;  PassReq:   This parameter determines if there is to be a Packet
  156. ;             password NOT session password. Yes or No accepted.
  157. ;
  158. PassReq: Yes
  159. ;
  160. ;
  161. ;  Password: This contains the Packet password (not session password)
  162. ;            It is only used if PassReq is set to 'Yes'.
  163. ;
  164. Password: newpass
  165. ;
  166. ;
  167. ;   Area:    This is the Echo area/tag name and determines what echo
  168. ;            this message is to be placed in.
  169. ;
  170. Area: sysops
  171. ;
  172. ;
  173. ;   Origin:  You may place what you would like on your Origin line
  174. ;            maximum number of charactors is 55.
  175. ;
  176. Origin: Down Country BBS "Home of FdMsg"
  177. ;
  178. ;
  179. ;                        End of configuration file
  180. ;
  181.