home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fan_240.zip / fan.cfg < prev    next >
Text File  |  1994-12-20  |  58KB  |  1,046 lines

  1. ;----------------------------------------------------------------------------;
  2. ;                                                                            ;
  3. ;            FAN (File Announcement Utility) Configuration file              ;
  4. ;                                                                            ;
  5. ;----------------------------------------------------------------------------;
  6.  
  7. ;============================================================================;
  8. ;                  The following commands MUST be defined.                   ;
  9. ;============================================================================;
  10.  
  11. ;----------------------------------------------------------------------------;
  12. ; SystemName                                                                 ;
  13. ; SysopName                                                                  ;
  14. ;                                                                            ;
  15. ; Information specific to your system.  These are primarily used to create   ;
  16. ; the registration key.                                                      ;
  17. ;----------------------------------------------------------------------------;
  18.  
  19. SystemName          LiveNet OS/2 BBS
  20. SysopName           Dave Fisher
  21.  
  22. ;----------------------------------------------------------------------------;
  23. ; PrimaryAddress                                                             ;
  24. ;                                                                            ;
  25. ; Primary default node address in [<zone>]:<net>/<node>[.<point>] format.    ;
  26. ; Zone defaults to 1, point to 0 if not specified.  Alternate addresses can  ;
  27. ; be defined on an area-by-area basis within each MsgAreaName definition     ;
  28. ; below.                                                                     ;
  29. ;----------------------------------------------------------------------------;
  30.  
  31. PrimaryAddress  1:170/110.0
  32.  
  33. ;----------------------------------------------------------------------------;
  34. ; InboundPathTICS                                                            ;
  35. ; InboundPathFiles                                                           ;
  36. ; PacketPath                                                                 ;
  37. ;                                                                            ;
  38. ; Use these keywords to define the paths for your incoming files and mail    ;
  39. ; packets.                                                                   ;
  40. ;                                                                            ;
  41. ; These paths MAY or MAY NOT be used depending upon other configuration      ;
  42. ; options.  For example, if you decide to have FAN write messages to your    ;
  43. ; message *.MSG formatted message base instead of creating *.PKT files,      ;
  44. ; the PacketPath will never be used.  Or, if you only have FAN scan your     ;
  45. ; FILES.BBS files instead of *.TIC files, then InboundPathTICS and           ;
  46. ; InboundPathFiles will never be used.                                       ;
  47. ;                                                                            ;
  48. ; However, in the interest of completeness and ease of use, these            ;
  49. ; configuration definitions are required.                                    ;
  50. ;----------------------------------------------------------------------------;
  51.  
  52. InboundPathTICS  c:\binkley\inbound ; Path for TIC files
  53. InboundPathFiles c:\binkley\inbound ; Path for files associated with TIC's
  54. PacketPath       c:\binkley\inbound ; Destination directory for *.PKT files
  55.  
  56. ;============================================================================;
  57. ;                   The following commands are OPTIONAL.                     ;
  58. ;============================================================================;
  59.  
  60. ;----------------------------------------------------------------------------;
  61. ; If you are going to write messages directly to a message base, and not     ;
  62. ; to *.PKT files, then you will probably want to define one or more of the   ;
  63. ; following statements to resolve the physical paths to the message base data;
  64. ; files and message base type (*.MSG or Squish):                             ;
  65. ;                                                                            ;
  66. ; MaximusMsgAreaFileName    : Control file used by Maximus to define all     ;
  67. ;                             echo message areas.                            ;
  68. ;                                                                            ;
  69. ; SquishCfgFileName         : Configuration file used by Squish to define    ;
  70. ;                             all echo message areas.                        ;
  71. ;                                                                            ;
  72. ; AreasBBSFileName          : Standard AREAS.BBS file used to define all     ;
  73. ;                             echo message areas.                            ;
  74. ;                                                                            ;
  75. ; Please NOTE:  If you are using  RA's version of AREAS.BBS, you will not be ;
  76. ;               able to use the AreasBBSFileName option.  RA creates an      ;
  77. ;               AREAS.BBS file which lists message area NUMBERS instead of   ;
  78. ;               the actual physical disk PATH names.  FAN, of course, needs  ;
  79. ;               this path name, not an area number.  Thus, RA users must use ;
  80. ;               MsgAreaPath for each Announcement Definition (MsgAreaName)   ;
  81. ;               found at the bottom of this file.                            ;
  82. ;----------------------------------------------------------------------------;
  83.  
  84. MaximusMsgAreaFileName  c:\bbs\max\system\msgarea.ctl
  85.  
  86. SquishCfgFileName       c:\bbs\squish\squish.cfg
  87.  
  88. ;AreasBBSFileName       c:\bbs\squish\areas.bbs
  89.  
  90. ;----------------------------------------------------------------------------;
  91. ; DefaultOriginLine                                                          ;
  92. ;                                                                            ;
  93. ; The origin line will be included at the bottom of every message.  If       ;
  94. ; 'DefaultOriginLine' is not specified, it will default to:                  ;
  95. ;   * Origin: (Zone:Net/Node)                                                ;
  96. ;                                                                            ;
  97. ; The node address will automatically be appended to the origin line and     ;
  98. ; should not be added manually here.                                         ;
  99. ;                                                                            ; 
  100. ; The DefaultOriginLine can be overridden by defining `OriginLine' in any     ;
  101. ; Announcement Definitions defined below (see `MsgAreaName', which is the    ;
  102. ; beginning of Announcement Definitions).                                    ;
  103. ;                                                                            ; 
  104. ;----------------------------------------------------------------------------;
  105.  
  106. DefaultOriginLine   LiveNet!  Tulsa's OS/2 Warehouse.  918-481-5715
  107.  
  108. ;----------------------------------------------------------------------------;
  109. ; [No]Quiet                                                                  ;
  110. ;                                                                            ;
  111. ; Prevents output to standard out (the screen, normally) except for the logo.;
  112. ;----------------------------------------------------------------------------;
  113.  
  114. NoQuiet                 ; Send output to the screen.
  115.  
  116. ;----------------------------------------------------------------------------;
  117. ; TossLogFile                                                                ;
  118. ;                                                                            ;
  119. ; If .PKT's are created, the tag name for each message area will be added to ;
  120. ; this file.  This file name can then be used as an input file for many      ;
  121. ; tosser/scanner programs.                                                   ;
  122. ;----------------------------------------------------------------------------;
  123.  
  124. TossLogFile     c:\bbs\fan\fantoss.log
  125.  
  126. ;----------------------------------------------------------------------------;
  127. ; [No]INTLkludge                                                             ;
  128. ;                                                                            ;
  129. ; If defined, and the destination and origination zone numbers are different,;
  130. ; the netmail kludge line ^aINTL <dest z:n/n> <orig z:n/n> will be used for  ;
  131. ; inter-zone addressing.                                                     ;
  132. ;----------------------------------------------------------------------------;
  133.  
  134. INTLkludge              ; Use ^aINTL kludge
  135.  
  136. ;----------------------------------------------------------------------------;
  137. ; [No]PID                                                                    ;
  138. ;                                                                            ;
  139. ; Currently there is a FidoNet proposal (FSC-0046.002) to replace the tear   ;
  140. ; and origin line with the kludge construct:                                 ;
  141. ;                                                                            ; 
  142. ;    ^aPID: <pID> <version> <serial#>                                        ;
  143. ;                                                                            ; 
  144. ; Enabling this keyword will instruct FAN to add this construct to the top   ;
  145. ; of each message.                                                           ;
  146. ;----------------------------------------------------------------------------; 
  147.  
  148. PID                     ; Use PID kludge
  149.  
  150. ;----------------------------------------------------------------------------;
  151. ; [No]VerboseTearLine                                                        ;
  152. ;                                                                            ;
  153. ; Since the ^aPID construct is still in the proposal stage, and not official ;
  154. ; FidoNet policy, [no]VerboseTearLine is provided.  If the ^aPID statement   ;
  155. ; is used, you will normally set NoVerboseTearLine to eliminate the version  ;
  156. ; number information from the tear line of the message since this is         ;
  157. ; included in the ^aPID kludge of the message.                               ;
  158. ;----------------------------------------------------------------------------; 
  159.  
  160. NoVerboseTearLine       ; Keep tearline short ("--- FAN"), on version info
  161.  
  162. ;----------------------------------------------------------------------------;
  163. ; [No]Seen-Bys                                                               ;
  164. ;                                                                            ;
  165. ; If enabled, ^aSEEN-BYs will be included at the bottom of the message for   ;
  166. ; *.PKT type messages.                                                       ;
  167. ;----------------------------------------------------------------------------; 
  168.  
  169. Seen-Bys                ; Include SEEN-BYs at end of packet.
  170.  
  171. ;----------------------------------------------------------------------------;
  172. ; [No]PATHkludge                                                             ;
  173. ;                                                                            ;
  174. ; If defined, the echomail kludge line ^aPATH: net/node is included at       ;
  175. ; the end of messages for *.PKT type messages.                               ;
  176. ;----------------------------------------------------------------------------;
  177.  
  178. PATHkludge              ; Include ^aPATH at end of packet.
  179.  
  180. ;----------------------------------------------------------------------------;
  181. ; SequenceNumberType                                                         ;
  182. ;                                                                            ;
  183. ; Some mail processing software (such as Squish) may detect consecutive      ;
  184. ; messages produced by FAN as duplicates.  The only fail-safe method that    ;
  185. ; I have been able to determine is to insert a sequence number on the        ;
  186. ; subject line to avoid this.                                                ;
  187. ;                                                                            ;
  188. ; If 'SequenceNumberType' is defined, then the phrase "(nn/nn)" will be      ;
  189. ; appended to the subject line if multiple messages must be created          ;
  190. ; for a message base.  The only reason multiple messages would be produced   ;
  191. ; is if there are more files to announce than 'MaxAnnouncementsPerMessage'.  ;
  192. ;                                                                            ;
  193. ; SequenceNumberType defines where FAN will place sequence number information;
  194. ; on the subject line.                                                       ;
  195. ;                                                                            ;
  196. ; If 'Prefix', subject line will be:  nn/nn: <subject line...>               ;
  197. ; If 'Suffix', subject line will be:  <subject line...> (nn/nn)              ;
  198. ; If 'None',   subject line will be:  <subject line...>                      ;
  199. ;                                                                            ;
  200. ;    where 'nn/nn' is 'message number'/'total messages'.                     ;
  201. ;----------------------------------------------------------------------------;
  202.  
  203. SequenceNumberType  Suffix
  204.  
  205. ;----------------------------------------------------------------------------;
  206. ; [No]ProcessBadTics                                                         ;
  207. ;                                                                            ;
  208. ; If defined, FAN will process TK*.BAD files.  FAN will announce these       ;
  209. ; files to the built-in Announce name BAD_TICS (if you have set up an        ;
  210. ; Announcement Definition including the name BAD_TICS below), and rename     ;
  211. ; the TK*.BAD files to TK*.FAN.                                              ;
  212. ;----------------------------------------------------------------------------;
  213.  
  214. ProcessBadTics
  215.  
  216. ;----------------------------------------------------------------------------;
  217. ; TickConfigurationFile                                                      ;
  218. ;                                                                            ;
  219. ; If 'TickConfigurationFile' is defined, FAN will read TIC and File Area     ;
  220. ; information used with Barry Geller's TIC program.  If you wish to have     ;
  221. ; FAN announce files that are locally HATCHed from your machine, you will    ;
  222. ; want to enable this keyword so that FAN knows where the *.RAD files        ;
  223. ; are created.                                                               ;
  224. ;----------------------------------------------------------------------------;
  225.  
  226. TickConfigurationFile       c:\bbs\tick\tick.cfg
  227.  
  228. ;----------------------------------------------------------------------------;
  229. ; TickFileMask                                                               ;
  230. ; BadTickFileMask                                                            ;
  231. ;                                                                            ;
  232. ; If you receive files that use *.TIC formatted files, you can instruct      ;
  233. ; fan what file mask to use when searching for those files.  For example,    ;
  234. ; TIC uses TK*.TIC, while AllFix uses AF*.TIC.  The default is *.TIC.        ;
  235. ; However, some packages use an extention of .TIC for non-TIC files (such as ;
  236. ; Portal Of Power) which may be in the inbound directory.  Thus you may want ;
  237. ; FAN to be more discriminating in the matching pattern used to find TIC     ;
  238. ; files.                                                                     ;
  239. ;                                                                            ;
  240. ; Bad TIC files are normally renamed to the same basename, with the extension;
  241. ; of ".BAD".  However, to support numerous different TIC processors, this    ;
  242. ; file mask is also user-selectable.                                         ;
  243. ;                                                                            ; 
  244. ; If not defined, TickFileMask defaults to *.TIC, while BadTickFileMask      ;
  245. ; defaults to TK*.BAD.                                                       ;
  246. ;                                                                            ;  
  247. ; Do not include paths on these masks.  If you do, they will be stripped and ;
  248. ; ignored.                                                                   ;
  249. ;                                                                            ;   
  250. ; PLEASE NOTE:  Only one TickFileMask and BadTickFileMask can be defined.    ;
  251. ;               If you define more than one, only the last one defined will  ;
  252. ;               be used.                                                     ;
  253. ;----------------------------------------------------------------------------;
  254.  
  255. TickFileMask                *.TIC
  256. BadTickFileMask             TK*.BAD
  257.  
  258. ;----------------------------------------------------------------------------;
  259. ; Months                                                                     ;
  260. ;                                                                            ;
  261. ; The month names are used both in the log file and announcement text.  It   ;
  262. ; is possible to define several different month lists, primarily to          ;
  263. ; accomodate the creation of announcements in various languages.  If not     ;
  264. ; defined, the english 3 letter month abbreviations will be used.  Each      ;
  265. ; line is in the following format:                                           ;
  266. ;                                                                            ;
  267. ;   Months  <index number>  <January Month Name>, <February Month Name>, ... ;
  268. ;                                                                            ;
  269. ; The index number is used in the MsgAreaName definitions below.  If not     ;
  270. ; indicated in the MsgAreaName definition, DefaultMonthIndex will be used (if;
  271. ; it is not defined, then Index 1 will be used).  After the index number,    ;
  272. ; 12 month names must be defined, separted by a comma or space, and must be  ;
  273. ; declared all on one line.                                                  ;
  274. ;                                                                            ;
  275. ; A total of 9 'Months' indexes may be defined.                              ;
  276. ;----------------------------------------------------------------------------;
  277.  
  278. Months  1   Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  279. Months  2   January, February, March, April, May, June, July, August, September, October, November, December
  280. Months  3   Jan, Fév, Mar, Avr, Mai, Jun, Jui, Aoû, Sep, Oct, Nov, Déc
  281. Months  4   Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember
  282. Months  5   Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez
  283.  
  284. ;----------------------------------------------------------------------------;
  285. ; DefaultMonthIndex                                                          ;
  286. ;                                                                            ;
  287. ; If defined, the specified 'Months' index will be used for the template     ;
  288. ; macros [curmonthname] and [filemonthname].  Otherwise, Index 1 will be     ;
  289. ; used.  Remember, this index can be overridden by forcing a particular      ;
  290. ; month list index in the template file itself by using [filemonthname1],    ;
  291. ; [filemonthname2], etc. where the number is the month list index.           ;
  292. ;----------------------------------------------------------------------------;
  293.  
  294. DefaultMonthIndex   1
  295.  
  296. ;----------------------------------------------------------------------------;
  297. ; AnnounceLogFile                                                            ;
  298. ; AnnounceLogTemplate                                                        ;
  299. ; AnnounceLogMonthIndex                                                      ;
  300. ;                                                                            ;
  301. ; If 'AnnounceLogFile' is defined, ALL files announced will be logged        ;
  302. ; to this file.  The file is formatted according to the definitions found    ;
  303. ; in the 'AnnounceLogTemplate' file.                                         ;
  304. ;----------------------------------------------------------------------------;
  305.  
  306. AnnounceLogFile             c:\bbs\fan\filelist.log
  307. AnnounceLogTemplate         c:\bbs\fan\filelist.tpl
  308. AnnounceLogMonthIndex       1   ; Month index to use from 'Months' above.
  309.  
  310. ;----------------------------------------------------------------------------;
  311. ; MaxAnnouncementsPerMessage                                                 ;
  312. ;                                                                            ;
  313. ; This limits the number of announcements which will be written to one       ;
  314. ; message.  It is a good idea to limit the number of announcements within    ;
  315. ; one message since many mail processing software packages will not be       ;
  316. ; able to handle a message over 16k in size.                                 ;
  317. ;                                                                            ;
  318. ; The default is 40 announcements per message.                               ;
  319. ;----------------------------------------------------------------------------;
  320.  
  321. MaxAnnouncementsPerMessage  10
  322.  
  323. ;----------------------------------------------------------------------------;
  324. ; SortMethod                                                                 ;
  325. ;                                                                            ;
  326. ; Files within an announcement message can be sorted with any of the         ;
  327. ; following methods:                                                         ;
  328. ;                                                                            ;
  329. ;     None   :  No sort.  Files will be announced in the order they are      ;
  330. ;               processed.                                                   ;
  331. ;     Alpha  :  Files will be sorted alphabetically.                         ;
  332. ;     Group  :  Files will be sorted by group (TIC/FILESBBS) name, and then  ;
  333. ;               alphabetically within the group.                             ;
  334. ;                                                                            ; 
  335. ; SortMethod can also be Announcement Definition specific.  Thus, you can    ;
  336. ; have different sorting/presentation strategies for different message areas.;
  337. ; If define here, outside any Announcement Definition, this will become the  ;
  338. ; default for any areas in which a SortMethod is not specified.              ;
  339. ;----------------------------------------------------------------------------;
  340.  
  341. SortMethod Group
  342.  
  343. ;----------------------------------------------------------------------------;
  344. ; FileAreaTimeStamp                                                          ;
  345. ;                                                                            ;
  346. ; If you are monitoring file areas directory, FileAreaTimeStamp will         ;
  347. ; keep a `database' of time stamps per file area.  This database is necessary;
  348. ; to prevent re-announcements of previously announced files.  Each time a    ;
  349. ; file area is scanned by FAN, the date/time will be recorded in             ;
  350. ; FileAreaTimeStamp.                                                         ;
  351. ;                                                                            ;
  352. ; Thus, each time FAN is run, FAN will compare the creation date of each file;
  353. ; int the area with the last time FAN was used to scan that file area.  FAN  ;
  354. ; will then announce any files which are after its last scan.                ;
  355. ;                                                                            ;
  356. ; The usefulness of this command may be of limited value for DOS users.      ;
  357. ; Many DOS systems will change the date of the file to reflect the "true"    ;
  358. ; date of the archive (i.e., if you use a utility such as TIA, the date of   ;
  359. ; you new file may always be older than the last time FAN was run, even      ;
  360. ; though it is new to *your* system.  Thus, you will want to use the         ;
  361. ; AnnounceList method.                                                       ;
  362. ;                                                                            ; 
  363. ; Under OS/2, there are several dates associated with a file.  FAN will use  ;
  364. ; the Creation Date of the file (i.e., the date the file was created on      ;
  365. ; your system).  Thus, the Last Access Date can be used to reflect the "true";
  366. ; date of the file (you can use a utility called TrueDate to do this), while ;
  367. ; the Creation Date can be used to identify that the file is a new entry in  ;
  368. ; the file area.                                                             ;
  369. ;                                                                            ; 
  370. ; See?  There's one more incentive for DOS users to convert to OS/2... :-)   ;
  371. ;                                                                            ;   
  372. ; The alternate method for checking for previously announced files is to use ;
  373. ; AnnounceList.  However, FileAreaTimeStamp is much more efficient since a   ;
  374. ; large database of file names will not have to be maintained, but it wasn't ;
  375. ; suggested to me until after AnnounceList was implemented... :-)            ;
  376. ;                                                                            ; 
  377. ; FileAreaTimeStamp is a binary file and cannot be edited like AnnounceList. ;
  378. ;----------------------------------------------------------------------------; 
  379.  
  380. FileAreaTimeStamp c:\bbs\fan\fantimes.dat
  381.  
  382. ;----------------------------------------------------------------------------;
  383. ; AnnounceList                                                               ;
  384. ;                                                                            ;
  385. ; If you are monitoring file areas directory, AnnounceList will maintain     ;
  386. ; a `database' of files announced.  This database is necessary to prevent    ;
  387. ; re-announcements of previously announced files.  Once the file is          ;
  388. ; announced, and entry for that file is added to the AnnounceList database.  ;
  389. ;                                                                            ;
  390. ; Files received via *.TIC distributions will -NOT- be added to the          ;
  391. ; AnnounceList database.  Thus, a file received via *.TIC will always be     ;
  392. ; announced.  (There is, however, an exception.  See TICAnnounceList.)       ;
  393. ;                                                                            ;
  394. ; Thus, AnnounceList is solely used as a duplicate announcement mechanism    ;
  395. ; when monitoring file areas directly.                                       ;
  396. ;                                                                            ; 
  397. ; The AnnounceList file is an ASCII text file.  Each line simply contains    ;
  398. ; the name of the file announced.  When running FAN for the first time, it   ;
  399. ; is probably a good idea to create this file with the names of all the files;
  400. ; already in the file areas you are going to be monitoring.                  ;
  401. ;                                                                            ; 
  402. ; If you are only monitoring "new upload" file areas, you can edit this file ;
  403. ; and remove obsolete file entries to prevent it from growing too large.     ;
  404. ;                                                                            ;
  405. ; For an alternative and more efficient way of checking for new files, see   ;
  406. ; FileAreaTimeStamp.                                                         ;
  407. ;----------------------------------------------------------------------------;
  408.  
  409. ;AnnounceList    c:\bbs\fan\fanfile.lst
  410.  
  411. ;----------------------------------------------------------------------------;
  412. ; TICAnnounceList                                                            ;
  413. ; TICAnnounceListMax                                                         ;
  414. ;                                                                            ;
  415. ; TICAnnounceList contains a list of the last TICAnnounceListMax files that  ;
  416. ; have been announced.  Each line in the file includes the file name and     ;
  417. ; CRC from the *.TIC file.                                                   ;
  418. ;                                                                            ;
  419. ; The TICAnnounceList is used as a duplicate check mechanism in case *.TIC   ;
  420. ; files are not processed correctly.  If for some reason *.TIC files remain  ;
  421. ; in the inbound directory along with the actual files to announce, FAN will ;
  422. ; create announcements each and every time FAN is run.  This could result    ;
  423. ; in numerous unwanted FAN announcements.                                    ;
  424. ;                                                                            ; 
  425. ; Depending upon your file-volume, TICAnnounceListMax can be kept relatively ;
  426. ; small in order to protect against unwanted duplicate messages.             ;
  427. ;----------------------------------------------------------------------------;
  428.  
  429. TICAnnounceList     c:\bbs\fan\tic.lst
  430. TICAnnounceListMax  50  ; Only keep track of the last 50 *.TIC files announced
  431.  
  432. ;----------------------------------------------------------------------------;
  433. ; RAFileAreaFileName                                                         ;
  434. ; RAFileAreaRootDirectory                                                    ;
  435. ;                                                                            ;
  436. ; If you are running RA 2.xx, then you can instruct FAN to monitor particular;
  437. ; file areas using RA's new 2.xx file area database.                         ;
  438. ;                                                                            ; 
  439. ; Simply specify the name of the master file area data file                  ;
  440. ; (RAFileAreaFileName) and the root directory which contains the file area   ;
  441. ; database (i.e., the directory which contains the sub-directories .\hdr,    ;
  442. ; .\txt, and .\idx).  Then specify the number of the file area you wish to   ;
  443. ; monitor and attach a FAN Announce Tag Name to that area.  Use this         ;
  444. ; `announcement tag name' when referencing this area in FAN.                 ;
  445. ;----------------------------------------------------------------------------;
  446.  
  447. ;RAFileAreaFileName      c:\usr\proj\bbs\fan\ra\filebase\files.ra
  448. ;RAFileAreaRootDirectory c:\usr\proj\bbs\fan\ra\filebase
  449.  
  450. ;                         RA File
  451. ;                        Area Name      FAN Announce Name
  452. ;                       ------------    -----------------
  453.  
  454. ;RAFileArea                   1          AREA_USER_UPLOADS
  455. ;RAFileArea                   2          AREA_WINDOWS
  456. ;RAFileArea                   3          AREA_COMM
  457. ;RAFileArea                   4          AREA_UTIL
  458. ;RAFileArea                   5          AREA_GAMES
  459. ;RAFileArea                  10          AREA_GIFS
  460.  
  461. ;----------------------------------------------------------------------------;
  462. ; MaximusFileAreaFileName                                                    ;
  463. ;                                                                            ;
  464. ; If you are running Maximus or Opus and do not want to define all the       ;
  465. ; FILES.BBS files below in this configuration file, FAN can read Maximus'    ;
  466. ; or Opus' File Area Control file.  Simply specify the name of the control   ;
  467. ; file and define an Announce Name (which will be used in the Announcement   ;
  468. ; Definitions to reference new files found in the file area) for each file   ;
  469. ; area.                                                                      ;
  470. ;----------------------------------------------------------------------------;
  471.  
  472. MaximusFileAreaFileName     c:\bbs\max\system\filearea.ctl
  473.  
  474. ;                       Maximus File
  475. ;                        Area Name      FAN Announce Name
  476. ;                      --------------   -----------------
  477.  
  478. MaximusFileArea             98          LIVENETOS2
  479. MaximusFileArea             99          NEWGENFILES
  480.  
  481. ;----------------------------------------------------------------------------;
  482. ; FILES.BBS File Definitions                                                 ;
  483. ;                                                                            ;
  484. ; If FILESBBS_FileName is defined, then this file will also be searched      ;
  485. ; for new incoming files to announce, in addition to any .TIC files in the   ;
  486. ; inbound directory.  The format of each line in the FILESBBS file is:       ;
  487. ;                                                                            ;
  488. ;   FileName FileDescription                                                 ;
  489. ;                                                                            ;
  490. ; FILESBBS_Files is the directory in which the actual files reside.          ;
  491. ;                                                                            ;
  492. ; FILESBBS_AnnounceName is the name to use in the Announcement               ;
  493. ; Definition below when referring to new files found in the Files.BBS.       ;
  494. ;                                                                            ;
  495. ; If this option is used, ALL FILESBBS_xxxxx statements must be              ;
  496. ; defined, and in the order of _FileName, _Files, _AnnounceName, and         ;
  497. ; then _Description.                                                         ;
  498. ;----------------------------------------------------------------------------;
  499.  
  500. ;FILESBBS_FileName       c:\max\files\os2new\files.bbs
  501. ;FILESBBS_Files          c:\max\files\os2new
  502. ;FILESBBS_AnnounceName   LIVENETOS2
  503. ;FILESBBS_Description    New undesignated OS/2 files
  504.  
  505. ;FILESBBS_FileName       c:\max\files\newup\files.bbs
  506. ;FILESBBS_Files          c:\max\files\newup
  507. ;FILESBBS_AnnounceName   NEWGENFILES
  508. ;FILESBBS_Description    New undesignated general files
  509.  
  510. ;----------------------------------------------------------------------------;
  511. ; FileAreaDescriptions                                                       ;
  512. ;                                                                            ;
  513. ; If you wish to use the [FileAreaDesc] token in your announcement, FAN will ;
  514. ; need to associate a description with each TIC/FILESBBS area name.  If you  ;
  515. ; use SEAL, FAN will automatically fill in the description using the SEAL    ;
  516. ; configuration verg ;FileDesc in the TIC configuration file.  Otherwise,    ;
  517. ; you can uncomment FileAreaDescriptions to have FAN read a text file which  ;
  518. ; is in RAID.CFG/FILEBONE.NA format.  An example FILEBONE.NA file is included;
  519. ; in the FAN distribution archive.                                           ;
  520. ;                                                                            ;
  521. ; This is not necessary for FILESBBS areas, since the description is filled  ;
  522. ; in using the FILESBBS_Description configuration verb.                      ;
  523. ;----------------------------------------------------------------------------; 
  524.  
  525. FileAreaDescriptions d:\max\files\fidonet\filebone.na
  526.  
  527. ;----------------------------------------------------------------------------;
  528. ; CatagoryCode                                                               ;
  529. ;                                                                            ;
  530. ; This configuration command is primarily for RBBS users who wish to         ;
  531. ; associate a catagory code with a file area.  You may specify as many       ;
  532. ; catagory codes as you like.  Each code can be up to 10 characters.  This   ;
  533. ; code can then be accessed using the [catcode] macro.                       ;
  534. ;----------------------------------------------------------------------------; 
  535.  
  536. ;                   Area Name  Catagory Code
  537. ;                   ---------  -------------
  538. ;CatagoryCode       FWGAMES    001
  539.  
  540.  
  541. ;----------------------------------------------------------------------------;
  542. ; Logging definitions                                                        ;
  543. ;                                                                            ;
  544. ; Log messages are ranked between 1 to 4, where 1 is the most important      ;
  545. ; type of message (usually a fatal error of some sort), and 4 is the         ;
  546. ; most extraneous (an informational message of some sort).  This gives       ;
  547. ; you control over how verbose to make the status log.                       ;
  548. ;                                                                            ;
  549. ; Each message in the log file is preceded by a special symbol indicating    ;
  550. ; it's level of importance as follows:                                       ;
  551. ;                                                                            ;
  552. ; For BinkleyTerm style logs:                                                ;
  553. ;                                                                            ;
  554. ;       LogLevel  Characters That Precede Included Entries                   ;
  555. ;                                                                            ;
  556. ;           1      !    (Usually error messages)                             ;
  557. ;           2      *                                                         ;
  558. ;           3      +                                                         ;
  559. ;           4      :                                                         ;
  560. ;                                                                            ;
  561. ; For FrontDoor style logs:                                                  ;
  562. ;                                                                            ;
  563. ;       LogLevel  Characters That Precede Included Entries                   ;
  564. ;                                                                            ;
  565. ;           1      !    (Fatal and non-fatal error messages)                 ;
  566. ;           2      +    (Brief messages)                                     ;
  567. ;           3      -    (Trivial messages)                                   ;
  568. ;           4      -    (Trivial messages)                                   ;
  569. ;                                                                            ;
  570. ; Since FrontDoor really only has three levels of messages when dealing      ;
  571. ; with the ranking of "importance" of those messages, levels 3 and 4 will be ;
  572. ; considered the same.                                                       ;
  573. ;----------------------------------------------------------------------------;
  574.  
  575. Log                             ; [No]Log - Log process information to log
  576.                                 ; file
  577.  
  578. LogLevel        4               ; Level of logging where 1 is the most minimal
  579.                                 ; amount of information, and 4 is the most
  580.                                 ; detailed.
  581.  
  582. LogFile c:\bbs\logs\fan.log     ; Name of the log file (MUST be defined to
  583.                                 ; use the logging feature.)  There is no
  584.                                 ; default.
  585.  
  586. LogStyle        BinkleyTerm     ; Sytle of the log entries--either
  587.                                 ; 'BinkleyTerm' or 'FrontDoor'.
  588.  
  589. LogMonthIndex   1               ; Month names to use from the defined lists
  590.  
  591. LogWarnings                     ; Print warnings to log and/or screen
  592.  
  593. ;----------------------------------------------------------------------------;
  594. ;                      Announcement Area Definitions                         ;
  595. ;                      -----------------------------                         ;
  596. ;                                                                            ;
  597. ; Templates can be used to customize the actual appearance of the            ;
  598. ; announcement.  Various macros can be used in the template itself.          ;
  599. ;                                                                            ;
  600. ; See the FAN documentation (FAN.DOC) for more detailed descriptions of      ;
  601. ; creating template files and using template macros.  Included with FAN      ;
  602. ; are many template files (*.TPL) for examples of actual usage.              ;
  603. ;                                                                            ;
  604. ; The following templates can be defined to act as default values for all    ;
  605. ; Announcement Definitions, or they can be individually specifed in          ;
  606. ; each Announcement Definition below.                                        ;
  607. ;----------------------------------------------------------------------------;
  608.  
  609. PrefixTemplate  c:\bbs\fan\prefix.tpl     ; Template used at beginning
  610.                                           ;   of each message
  611. FileTemplate    c:\bbs\fan\file.tpl       ; Template used to announce each
  612.                                           ;   specific file received
  613. SuffixTemplate  c:\bbs\fan\suffix.tpl     ; Template used at end of message
  614.  
  615. GroupTemplate   c:\bbs\fan\group.tpl      ; If SortMethod=Group, this template
  616.                                           ;   will be the header for each group
  617.  
  618. ;----------------------------------------------------------------------------;
  619. ; DefaultMsgAreaType                                                         ;
  620. ;                                                                            ;
  621. ; FAN is able to create announcement messages in a variety of formats.       ;
  622. ; Normally you specify the format of the announcement for each Announcement  ;
  623. ; Definition at the end of this configuration file.  However, if all your    ;
  624. ; Announcement Areas are the same format--or most of them are the same       ;
  625. ; format, then you can avoid defining the area type for each one by          ;
  626. ; designating a "default" message area type here.                            ;
  627. ;                                                                            ;
  628. ; Valid Message Types:                                                       ;
  629. ;                                                                            ;
  630. ;   Packet  : FAN will create announcements in FTS-0001 FidoNet *.PKT        ;
  631. ;             standard format in the directory defined by 'PacketPath'.      ;
  632. ;             These can then be tossed by your mail processing software.     ;
  633. ;                                                                            ;
  634. ;   *.MSG   : FAN will write announcements to a *.MSG message base.          ;
  635. ;                                                                            ;
  636. ;   Squish  : FAN will write announcements to a Squish message base.         ;
  637. ;                                                                            ;
  638. ;   ASCII   : FAN will write announcements to an Ascii text file.            ;
  639. ;                                                                            ; 
  640. ;   JAM     : FAN will write announcements to a a JAM message base.          ;
  641. ;----------------------------------------------------------------------------;
  642.  
  643. DefaultMsgAreaType  Packet
  644.  
  645. ;----------------------------------------------------------------------------;
  646. ; DefaultMsgAttributes                                                       ;
  647. ;                                                                            ; 
  648. ; Default message attributes for any messages created by FAN.  If the keyword;
  649. ; 'Attributes' is not specified within an Announcement Area Definition       ;
  650. ; below, these default message attributes will be used.                      ;
  651. ;                                                                            ;
  652. ; Attributes can be any combination of the following:                        ;
  653. ;                                                                            ;
  654. ;       P = Private                                                          ;
  655. ;       C = Crash                                                            ;
  656. ;       H = Hold                                                             ;
  657. ;       K = Kill/Sent                                                        ;
  658. ;       L = Local                                                            ;
  659. ;       F = Forward                                                          ;
  660. ;       R = Read/Received                                                    ;
  661. ;       S = Sent                                                             ;
  662. ;       X = Scanned (Squish only)                                            ;
  663. ;                                                                            ;
  664. ; Do not separate attributes with spaces.  For example, to mark a message    ;
  665. ; as Hold, Private, and Local, use "HPL".  Order is not significant.         ;
  666. ;----------------------------------------------------------------------------; 
  667.  
  668. DefaultMsgAttributes    L
  669.  
  670. ;----------------------------------------------------------------------------;
  671. ; Each announcement definition starts with "MsgAreaName".  This is the       ;
  672. ; actual name of the echo/message base to receive the announcement message.  ;
  673. ; Each definition is fully self contained, and does not relate to other      ;
  674. ; definitions in any way.                                                    ;
  675. ;                                                                            ;
  676. ; Defaults values are as follows:                                            ;
  677. ;                                                                            ;
  678. ;   AddressFrom    : [Default Primary Address defined at top of file]        ;
  679. ;   AddressTo      : [Default Primary Address defined at top of file]        ;
  680. ;   From           : File Announcer                                          ;
  681. ;   To             : All                                                     ;
  682. ;   Subj           : Files received for distribution                         ;
  683. ;   Attributes     : L (or DefaultMsgAttributes, if defined)                 ;
  684. ;   MonthIndex     : 1                                                       ;
  685. ;   FileTemplate   : [Default FileTemplate defined above]                    ;
  686. ;   PrefixTemplate : [Default PrefixTemplate defined above]                  ;
  687. ;   SuffixTemplate : [Default PrefixTemplate defined above]                  ;
  688. ;   GroupTemplate  : [Default GroupTemplate defined above]                   ;
  689. ;                    Note: if you want to define a new template and do not   ;
  690. ;                    want FAN to use the default templates defined above for ;
  691. ;                    an announcement definition (i.e., you don't want any    ;
  692. ;                    template used at all), use the special keyword "None",  ;
  693. ;                    such as:  'PrefixTemplate None'                         ;
  694. ;   Originline     : [DefaultOriginline]  If defined here, then it -MUST-    ;
  695. ;                  : come after `AddressFrom'.                               ;
  696. ;   MsgAreaType    : *.MSG/Squish/Ascii/Packet/JAM or DefaultMsgAreaType.  If;
  697. ;                    FAN searches Squish/Maximus/AREAS.BBS config. files, the;
  698. ;                    MsgAreaType will be overridden, except for ASCII areas. ;
  699. ;   MsgAreaPath    : Physical path/name of echo data file.  Not necessary if ;
  700. ;                    FAN searches Squish/Maximus/AREAS.BBS config. files.    ;
  701. ;   SortMethod     : [Default SortMethod defined earlier]                    ;
  702. ;                                                                            ;
  703. ; Some tosser/scanners need the Local flag set to indicate that the          ;
  704. ; message originated from your machine.                                      ;
  705. ;                                                                            ; 
  706. ; There are two fixed MsgAreaNames used internally by FAN.  They are as      ;
  707. ; follows:                                                                   ;
  708. ;                                                                            ; 
  709. ;     MsgAreaName NETMAIL                                                    ;
  710. ;                                                                            ; 
  711. ;     This will tell FAN to format the message for netmail, and not          ;
  712. ;     echomail.  The NetMail path will be read from your Squish or Maximus   ;
  713. ;     configuration/control files.  If you have not defined these, you will  ;
  714. ;     have to include MsgAreaType and MsgAreaPath in the NETMAIL definitions ;
  715. ;     below.  There is no limit to the number of NETMAIL announce areas.     ;
  716. ;                                                                            ;  
  717. ;     MsgAreaName ASCII                                                      ;
  718. ;                                                                            ; 
  719. ;     This will tell FAN to format the message for an ascii text file.  The  ;
  720. ;     MsgAreaType should also be set to "ASCII".                             ;
  721. ;                                                                            ; 
  722. ;----------------------------------------------------------------------------;
  723.  
  724. ;============================================================================
  725. ;               Specific Announcenment Area Definitions
  726. ;============================================================================
  727.  
  728. ;
  729. ; Bad TIC file announcement area
  730. ;
  731. ; The Announce name of 'BAD_TICS' is a fixed keyword used internally
  732. ; by FAN.
  733. ;
  734.  
  735. MsgAreaName     LOCAL
  736.  
  737. From            File Announcer
  738. To              Dave Fisher
  739. Subj            Bad TIC Files Received
  740. Attributes      LP
  741. FileTemplate    c:\bbs\fan\local.tpl 
  742.  
  743. Announce        BAD_TICS
  744.  
  745. ;
  746. ; Unannounced files message.  If, for some reason, a file area is not
  747. ; listed in any Announce statements below, those files can be announced
  748. ; using the UNANNOUNCED_FILES keyword in the Announce line.  This is a
  749. ; handy "catch-all" method of finding which files are not getting
  750. ; announced.  Using the UNANNOUNCED_FILES keyword is also handy if you
  751. ; want to announce a certain group of files to special message bases, but
  752. ; just want all others to go into one big "miscellaneous bucket".  Using
  753. ; the UNANNOUNCED_FILES keyword means you do not have to explicitely list
  754. ; all these other miscellaneous file areas.
  755. ;
  756.  
  757. MsgAreaName     LOCAL
  758.  
  759. From            File Announcer
  760. To              Dave Fisher
  761. Subj            Files without a home...
  762. Attributes      LP
  763. FileTemplate    c:\bbs\fan\local.tpl 
  764.  
  765. Announce        UNANNOUNCED_FILES
  766.  
  767. ;
  768. ; The following is an example of how FAN can specifically track which files
  769. ; go to which nodes.  Announcement messages (or remember, ASCII files!) can
  770. ; be created of all files going to a specific node.  Currently, this option
  771. ; is only available if you are using a TIC configuration file.
  772. ;
  773. ; The following creates an ASCII log file.
  774. ;
  775.  
  776. ;MsgAreaName     ASCII
  777. ;
  778. ;MsgAreaType     Ascii
  779. ;FileTemplate    c:\bbs\fan\filelist.tpl
  780. ;PrefixTemplate  None
  781. ;SuffixTemplate  None
  782. ;GroupTemplate   None
  783. ;MsgAreaPath     c:\bbs\fan\4372-306.lst
  784. ;
  785. ;Announce        Scan_TICK_CFG:40:4372/306
  786.  
  787. ;
  788. ; The following creates a message in a message base.
  789. ;
  790.  
  791. ;MsgAreaName     LOCAL
  792. ;
  793. ;From            File Announcer
  794. ;To              Dave Fisher
  795. ;Subj            Files going to Gil
  796. ;Attributes      LP
  797. ;FileTemplate    c:\bbs\fan\local.tpl
  798. ;
  799. ;Announce        SCAN_TICK_CFG:40:4372/306
  800.  
  801.  
  802. ; -------------------------------------------------------------------------
  803. ;                       Announcements for Sysop170
  804. ; ------------------------------------------------------------------------- 
  805.  
  806. MsgAreaName     170FILES
  807.  
  808. From            Dave Fisher
  809. To              All Net 170 Sysops
  810. Subj            New OS/2 files received via Fernwood File Distribution
  811. SuffixTemplate  c:\bbs\fan\sysop170.tpl
  812.  
  813. Announce        FW*
  814. Exclude         FWOS2ADM
  815.  
  816. ; Other OS/2 files I pull in
  817.  
  818. MsgAreaName     170FILES
  819.  
  820. From            Dave Fisher
  821. To              All Net 170 Sysops
  822. Subj            New OS/2 files received for distribution
  823. SuffixTemplate  c:\bbs\fan\sysop170.tpl
  824.  
  825. Announce        LIVENETOS2
  826.  
  827. ; ibmNET files
  828.  
  829. MsgAreaName     170FILES
  830.  
  831. From            Dave Fisher
  832. To              All Net 170 Sysops
  833. Subj            New OS/2 files received via ibmNET
  834. SuffixTemplate  c:\bbs\fan\sysop170.tpl
  835.  
  836. Announce        IBM* LEXMARK
  837. Exclude         IBMNET
  838.  
  839. ; ------------------------------------------------------------------------- 
  840. ;                       Local announcement area
  841. ; -------------------------------------------------------------------------  
  842.  
  843. MsgAreaName     LOCAL
  844.  
  845. From            Dave Fisher
  846. To              All
  847. Subj            New file(s) received via SDS/SDN
  848. MonthIndex      2
  849. FileTemplate    c:\bbs\fan\local.tpl
  850.  
  851. Announce        SDSMAX SDSOS2 SDSBINK SDSFIDO NEWSLETR
  852. Announce        PDNOS2 PDNNEWS PDNCEE
  853.  
  854. MsgAreaName     LOCAL
  855.  
  856. From            Dave Fisher
  857. To              All
  858. Subj            New file(s) received via the SIO/VSIO Beta Distribution
  859. MonthIndex      2
  860. FileTemplate    c:\bbs\fan\local.tpl
  861.  
  862. Announce        SIO
  863.  
  864. ; Fernwood and other OS/2 files
  865.  
  866. MsgAreaName     LOCAL
  867.  
  868. From            Dave Fisher
  869. To              All
  870. Subj            New OS/2 files available for downloading
  871. MonthIndex      2
  872. FileTemplate    c:\bbs\fan\local.tpl
  873.  
  874. Announce        LIVENETOS2 PDNGNU
  875. Announce        FW*
  876. Exclude         FWOS2ADM
  877.  
  878. ; ibmNET files
  879.  
  880. MsgAreaName     LOCAL
  881.  
  882. From            Dave Fisher
  883. To              All
  884. AddressFrom     40:4372/0
  885. Subj            New OS/2 files received via ibmNET
  886. MonthIndex      2
  887. FileTemplate    c:\bbs\fan\local.tpl
  888. Originline      LiveNet OS/2 BBS!  Host system for the Southern US.
  889.  
  890. Announce        IBM* LEXMARK
  891. Exclude         IBMNET
  892.  
  893. ; ibmNET private file area
  894.  
  895. MsgAreaName     LOCAL
  896.  
  897. From            File Announcer
  898. To              Dave Fisher
  899. AddressFrom     40:4372/0
  900. Subj            ibmNET private files received
  901. Attributes      LP
  902. MonthIndex      2
  903. FileTemplate    c:\bbs\fan\local.tpl
  904. Originline      LiveNet OS/2 BBS!  Host system for the Southern US.
  905.  
  906. Announce        IBMNET
  907.  
  908. ; OS2NET private file areas
  909.  
  910. MsgAreaName     LOCAL
  911.  
  912. From            File Announcer
  913. To              Dave Fisher
  914. AddressFrom     81:202/201
  915. Subj            OS2NET private files received
  916. Attributes      LP
  917. MonthIndex      2
  918. FileTemplate    c:\bbs\fan\local.tpl
  919.  
  920. Announce        OS2-DIFF OS2-INFO
  921.  
  922. ; Fernwood private file area
  923.  
  924. MsgAreaName     LOCAL
  925.  
  926. From            File Announcer
  927. To              Dave Fisher
  928. Subj            Fernwood Administrative files received
  929. Attributes      LP
  930. MonthIndex      2
  931. FileTemplate    c:\bbs\fan\local.tpl
  932.  
  933. Announce        FWOS2ADM
  934.  
  935. ; General files
  936.  
  937. MsgAreaName     LOCAL
  938.  
  939. From            Dave Fisher
  940. To              All
  941. Subj            Newly uploaded general files
  942. MonthIndex      2
  943. FileTemplate    c:\bbs\fan\local.tpl
  944.  
  945. Announce        NEWGENFILES
  946.  
  947. ; Private files not available on the BBS
  948.  
  949. MsgAreaName     LOCAL
  950.  
  951. From            File Announcer
  952. To              Dave Fisher
  953. Subj            New files received
  954. Attributes      LP
  955. MonthIndex      2
  956. FileTemplate    c:\bbs\fan\local.tpl
  957.  
  958. Announce        BACKBONE PDNAI ECHOLIST FTSC SNDSBVOC SNDSBUTL SNDGAMES
  959. Announce        WIN_* 1-* 2-* P-* DN_*
  960.  
  961. ; -------------------------------------------------------------------------
  962. ;               Announcements written to ASCII Text Files
  963. ; ------------------------------------------------------------------------- 
  964.  
  965. ;
  966. ; The following area is enabled when I use /TestMode on the command line
  967. ;
  968.  
  969. ;MsgAreaName     ASCII
  970. ;
  971. ;MsgAreaType     Ascii
  972. ;PrefixTemplate  c:\bbs\fan\testpre.tpl
  973. ;FileTemplate    c:\bbs\fan\testfile.tpl
  974. ;SuffixTemplate  c:\bbs\fan\testsuf.tpl
  975. ;GroupTemplate   None
  976. ;MsgAreaPath     c:\usr\proj\bbs\fan\testmsg.tst
  977. ;
  978. ;Announce        *
  979.  
  980. ; -------------------------------------------------------------------------
  981. ;               Announcements written to NetMail
  982. ; ------------------------------------------------------------------------- 
  983.  
  984. ; ZyXEL files received
  985.  
  986. ;MsgAreaName     NETMAIL
  987. ;
  988. ;From            Dave Fisher
  989. ;To              Gil Mitchell
  990. ;Subj            ZyXEL files received - Testing FAN... :-)
  991. ;AddressTo       40:4372/306
  992. ;AddressFrom     40:4372/0
  993. ;Attributes      LPC
  994. ;MonthIndex      2
  995. ;FileTemplate    c:\bbs\fan\local.tpl
  996. ;
  997. ;Announce        ZYX*
  998.  
  999.  
  1000. ;MsgAreaName     NETMAIL
  1001.  
  1002. ;From            Dave Fisher
  1003. ;To              Mark Barbee
  1004. ;Subj            Just testing FAN's netmail function.  :-)
  1005. ;Attributes      LP
  1006. ;MonthIndex      2
  1007. ;FileTemplate    c:\bbs\fan\local.tpl
  1008. ;AddressFrom     40:4372/0
  1009. ;AddressTo       1:170/110.7
  1010. ;MsgAreaType     *.MSG
  1011. ;MsgAreaPath     c:\binkley\netmail
  1012.  
  1013. ;Announce        *
  1014.  
  1015. ;
  1016. ; JAMBase testing
  1017. ;
  1018.  
  1019. ;MsgAreaName     JAMTEST
  1020.  
  1021. ;From            File Announcer
  1022. ;To              Dave Fisher
  1023. ;Subj            Test of JAM message base
  1024. ;Attributes      LP
  1025. ;MonthIndex      2
  1026. ;FileTemplate    c:\bbs\fan\local.tpl
  1027. ;MsgAreaType     JAM
  1028. ;MsgAreaPath     c:\usr\proj\bbs\fan\jambase\jamtest
  1029.  
  1030. ;Announce        *
  1031.  
  1032. ;
  1033. ; RA testing
  1034. ;
  1035.  
  1036. ;MsgAreaName     LOCAL
  1037. ;
  1038. ;From            Dave Fisher
  1039. ;To              All
  1040. ;Subj            New file(s) received
  1041. ;MonthIndex      2
  1042. ;Attributes      LP
  1043. ;FileTemplate    c:\bbs\fan\local.tpl
  1044.  
  1045. ;Announce        AREA_USER_UPLOADS
  1046.