home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / FAN_200.ZIP / FAN.CFG < prev    next >
Text File  |  1993-09-12  |  47KB  |  818 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. ; RegistrationKey                                                            ;
  13. ;                                                                            ;
  14. ; Please register FAN!  There is no obligation on your part when you         ;
  15. ; register FAN.  This simply lets me know how many folks are using FAN, and  ;
  16. ; will have a direct effect on the amount of time I allocate to FAN          ;
  17. ; enhancements.                                                              ;
  18. ;                                                                            ;
  19. ; Registering FAN is easy!  Simply type REGISTER at the OS/2 or DOS command  ;
  20. ; prompt.  That's it!  FAN will create a message which will be sent to my    ;
  21. ; system.  FAN will prompt you whether you want to send the message Crash,   ;
  22. ; or let it be routed.  Routing can only be used for FidoNet node addresses. ;
  23. ;                                                                            ;
  24. ; After my system receives the FAN registration request, you will receive    ;
  25. ; an automated response with your registeration key.                         ;
  26. ;                                                                            ;
  27. ; When the registration key is installed in your configuration file, all     ;
  28. ; ^aPID lines will be written as FAN x.xx Reg where x.xx is the version      ;
  29. ; number.  Otherwise, the ^aPID line will read FAN x.xx Eval.                ;
  30. ;                                                                            ;
  31. ; Until you receive your registration key, please use the keyword            ;
  32. ; "Evaluation".                                                              ;
  33. ;                                                                            ;
  34. ; Please note: The registration key is based on your primary node address,   ;
  35. ;              system name, and sysop name (PrimaryAddress, SystemName, and  ;
  36. ;              SystemSysopName).  If any of these should change after you    ;
  37. ;              receive a registration key, you will have to re-register FAN  ;
  38. ;              to receive a new registration key.                            ;
  39. ;----------------------------------------------------------------------------;
  40.  
  41. RegistrationKey Evaluation
  42.  
  43. ;----------------------------------------------------------------------------;
  44. ; SystemName                                                                 ;
  45. ; SysopName                                                                  ;
  46. ;                                                                            ;
  47. ; Information specific to your system.  These are primarily used to create   ;
  48. ; the registration key.                                                      ;
  49. ;----------------------------------------------------------------------------;
  50.  
  51. SystemName          LiveNet OS/2 BBS
  52. SysopName           Dave Fisher
  53.  
  54. ;----------------------------------------------------------------------------;
  55. ; PrimaryAddress                                                             ;
  56. ;                                                                            ;
  57. ; Primary default node address in [<zone>]:<net>/<node>[.<point>] format.    ;
  58. ; Zone defaults to 1, point to 0 if not specified.  Alternate addresses can  ;
  59. ; be defined on an area-by-area basis within each MsgAreaName definition     ;
  60. ; below.                                                                     ;
  61. ;----------------------------------------------------------------------------;
  62.  
  63. PrimaryAddress  1:170/110.0
  64.  
  65. ;----------------------------------------------------------------------------;
  66. ; InboundPathTICS                                                            ;
  67. ; InboundPathFiles                                                           ;
  68. ; PacketPath                                                                 ;
  69. ;                                                                            ;
  70. ; Use these keywords to define the paths for your incoming files and mail    ;
  71. ; packets.                                                                   ;
  72. ;                                                                            ;
  73. ; These paths MAY or MAY NOT be used depending upon other configuration      ;
  74. ; options.  For example, if you decide to have FAN write messages to your    ;
  75. ; message *.MSG formatted message base instead of creating *.PKT files,      ;
  76. ; the PacketPath will never be used.  Or, if you only have FAN scan your     ;
  77. ; FILES.BBS files instead of *.TIC files, then InboundPathTICS and           ;
  78. ; InboundPathFiles will never be used.                                       ;
  79. ;                                                                            ;
  80. ; However, in the interest of completeness and ease of use, these            ;
  81. ; configuration definitions are required.                                    ;
  82. ;----------------------------------------------------------------------------;
  83.  
  84. InboundPathTICS  c:\binkley\inbound ; Path for TIC files
  85. InboundPathFiles c:\binkley\inbound ; Path for files associated with TIC's
  86. PacketPath       c:\binkley\inbound ; Destination directory for *.PKT files
  87.  
  88.  
  89. ;============================================================================;
  90. ;                   The following commands are OPTIONAL.                     ;
  91. ;============================================================================;
  92.  
  93. ;----------------------------------------------------------------------------;
  94. ; If you are going to write messages directly to a message base, and not     ;
  95. ; to *.PKT files, then you will probably want to define one or more of the   ;
  96. ; following statements to resolve the physical paths to the message base data;
  97. ; files and message base type (*.MSG or Squish):                             ;
  98. ;                                                                            ;
  99. ; MaximusMsgAreaFileName    : Control file used by Maximus to define all     ;
  100. ;                             echo message areas.                            ;
  101. ;                                                                            ;
  102. ; SquishCfgFileName         : Configuration file used by Squish to define    ;
  103. ;                             all echo message areas.                        ;
  104. ;                                                                            ;
  105. ; AreasBBSFileName          : Standard AREAS.BBS file used to define all     ;
  106. ;                             echo message areas.                            ;
  107. ;----------------------------------------------------------------------------;
  108.  
  109. MaximusMsgAreaFileName  c:\bbs\max\system\msgarea.ctl
  110.  
  111. SquishCfgFileName       c:\bbs\squish\squish.cfg
  112.  
  113. ;AreasBBSFileName       c:\bbs\squish\areas.bbs
  114.  
  115. ;----------------------------------------------------------------------------;
  116. ; OriginLine                                                                 ;
  117. ;                                                                            ;
  118. ; The origin line will be included at the bottom of every message.  If       ;
  119. ; 'OriginLine' is not specified, it will default to:                         ;
  120. ;   * Origin: (Zone:Net/Node)                                                ;
  121. ;                                                                            ;
  122. ; The node address will automatically be appended to the origin line and     ;
  123. ; should not be added manually here.                                         ;
  124. ;----------------------------------------------------------------------------;
  125.  
  126. OriginLine      LiveNet!  Tulsa's OS/2 Warehouse.  918-481-5715
  127.  
  128. ;----------------------------------------------------------------------------;
  129. ; [No]Quiet                                                                  ;
  130. ;                                                                            ;
  131. ; Prevents output to standard out (the screen, normally) except for the logo.;
  132. ;----------------------------------------------------------------------------;
  133.  
  134. NoQuiet                 ; Send output to the screen.
  135.  
  136. ;----------------------------------------------------------------------------;
  137. ; TossLogFile                                                                ;
  138. ;                                                                            ;
  139. ; If .PKT's are created, the tag name for each message area will be added to ;
  140. ; this file.  This file name can then be used as an input file for many      ;
  141. ; tosser/scanner programs.                                                   ;
  142. ;----------------------------------------------------------------------------;
  143.  
  144. TossLogFile     c:\bbs\fan\fantoss.log
  145.  
  146. ;----------------------------------------------------------------------------;
  147. ; [No]INTLkludge                                                             ;
  148. ;                                                                            ;
  149. ; If defined, and the destination and origination zone numbers are different,;
  150. ; the netmail kludge line ^aINTL <dest z:n/n> <orig z:n/n> will be used for  ;
  151. ; inter-zone addressing.                                                     ;
  152. ;----------------------------------------------------------------------------;
  153.  
  154. INTLkludge              ; Use ^aINTL kludge
  155.  
  156. ;----------------------------------------------------------------------------;
  157. ; [No]PID                                                                    ;
  158. ;                                                                            ;
  159. ; Currently there is a FidoNet proposal (FSC-0046.002) to replace the tear   ;
  160. ; and origin line with the kludge construct:                                 ;
  161. ;                                                                            ; 
  162. ;    ^aPID: <pID> <version> <serial#>                                        ;
  163. ;                                                                            ; 
  164. ; Enabling this keyword will instruct FAN to add this construct to the top   ;
  165. ; of each message.                                                           ;
  166. ;----------------------------------------------------------------------------; 
  167.  
  168. PID                     ; Use PID kludge
  169.  
  170. ;----------------------------------------------------------------------------;
  171. ; [No]VerboseTearLine                                                        ;
  172. ;                                                                            ;
  173. ; Since the ^aPID construct is still in the proposal stage, and not official ;
  174. ; FidoNet policy, [no]VerboseTearLine is provided.  If the ^aPID statement   ;
  175. ; is used, you will normally set NoVerboseTearLine to eliminate the version  ;
  176. ; number information from the tear line of the message since this is         ;
  177. ; included in the ^aPID kludge of the message.                               ;
  178. ;----------------------------------------------------------------------------; 
  179.  
  180. VerboseTearLine         ; Keep tearline short ("--- FAN"), on version info
  181.  
  182. ;----------------------------------------------------------------------------;
  183. ; [No]Seen-Bys                                                               ;
  184. ;                                                                            ;
  185. ; If enabled, ^aSEEN-BYs will be included at the bottom of the message for   ;
  186. ; *.PKT type messages.                                                       ;
  187. ;----------------------------------------------------------------------------; 
  188.  
  189. Seen-Bys                ; Include SEEN-BYs at end of packet.
  190.  
  191. ;----------------------------------------------------------------------------;
  192. ; [No]PATHkludge                                                             ;
  193. ;                                                                            ;
  194. ; If defined, the echomail kludge line ^aPATH: net/node is included at       ;
  195. ; the end of messages for *.PKT type messages.                               ;
  196. ;----------------------------------------------------------------------------;
  197.  
  198. PATHkludge              ; Include ^aPATH at end of packet.
  199.  
  200. ;----------------------------------------------------------------------------;
  201. ; [No]AppendSequenceNumber                                                   ;
  202. ;                                                                            ;
  203. ; Some mail processing software (such as Squish) may detect consecutive      ;
  204. ; messages produced by FAN as duplicates.  The only failsafe method that     ;
  205. ; I have been able to determine is to append a sequence number at the end    ;
  206. ; of the subject line to avoid this.                                         ;
  207. ;                                                                            ;
  208. ; If 'AppendSequenceNumber' is defined, then the phrase "(nn)" will be       ;
  209. ; appended to the subject line if multiple messages must be created          ;
  210. ; for a message base.  The only reason multiple messages would be produced   ;
  211. ; is if there are more files to announce than 'MaxAnnouncementsPerMessage'.  ;
  212. ;----------------------------------------------------------------------------;
  213.  
  214. AppendSequenceNumber        ; Append sequence number if necessary
  215.  
  216. ;----------------------------------------------------------------------------;
  217. ; [No]ProcessBadTics                                                         ;
  218. ;                                                                            ;
  219. ; If defined, FAN will process TK*.BAD files.  FAN will announce these       ;
  220. ; files to the built-in Announce name BAD_TICS (if you have set up an        ;
  221. ; Announcement Definition including the name BAD_TICS below), and rename     ;
  222. ; the TK*.BAD files to TK*.FAN.                                              ;
  223. ;----------------------------------------------------------------------------;
  224.  
  225. ProcessBadTics
  226.  
  227. ;----------------------------------------------------------------------------;
  228. ; TickConfigurationFile                                                      ;
  229. ;                                                                            ;
  230. ; If 'TickConfigurationFile' is defined, FAN will read TIC and File Area     ;
  231. ; information used with Barry Geller's TIC program.  If you wish to have     ;
  232. ; FAN announce files that are locally HATCHed from your machine, you will    ;
  233. ; want to enable this keyword so that FAN knows where the *.RAD files        ;
  234. ; are created.                                                               ;
  235. ;----------------------------------------------------------------------------;
  236.  
  237. TickConfigurationFile       c:\bbs\tick\tick.cfg
  238.  
  239. ;----------------------------------------------------------------------------;
  240. ; TickFileMask                                                               ;
  241. ; BadTickFileMask                                                            ;
  242. ;                                                                            ;
  243. ; If you receive files that use *.TIC formatted files, you can instruct      ;
  244. ; fan what file mask to use when searching for those files.  For example,    ;
  245. ; TIC uses TK*.TIC, while AllFix uses AF*.TIC.  The default is *.TIC.        ;
  246. ; However, some packages use an extention of .TIC for non-TIC files (such as ;
  247. ; Portal Of Power) which may be in the inbound directory.  Thus you may want ;
  248. ; FAN to be more discriminating in the matching pattern used to find TIC     ;
  249. ; files.                                                                     ;
  250. ;                                                                            ;
  251. ; Bad TIC files are normally rename to the same basename, with the extension ;
  252. ; of ".BAD".  However, to support numerous different TIC processors, this    ;
  253. ; file mask is also user-selectable.                                         ;
  254. ;                                                                            ; 
  255. ; If not defined, TickFileMask defaults to *.TIC, while BadTickFileMask      ;
  256. ; defaults to TK*.BAD.                                                       ;
  257. ;                                                                            ;  
  258. ; Do not include paths on these masks.  If you do, they will be stripped and ;
  259. ; ignored.                                                                   ;
  260. ;----------------------------------------------------------------------------;
  261.  
  262. TickFileMask                TK*.TIC
  263. BadTickFileMask             TK*.BAD
  264.  
  265. ;----------------------------------------------------------------------------;
  266. ; Months                                                                     ;
  267. ;                                                                            ;
  268. ; The month names are used both in the log file and announcement text.  It   ;
  269. ; is possible to define several different month lists, primarily to          ;
  270. ; accomodate the creation of announcements in various languages.  If not     ;
  271. ; defined, the english 3 letter month abbreviations will be used.  Each      ;
  272. ; line is in the following format:                                           ;
  273. ;                                                                            ;
  274. ;   Months  <index number>  <January Month Name>, <February Month Name>, ... ;
  275. ;                                                                            ;
  276. ; The index number is used in the MsgAreaName definitions below.  If not     ;
  277. ; indicated in the MsgAreaName definition, DefaultMonthIndex will be used (if;
  278. ; it is not defined, then Index 1 will be used).  After the index number,    ;
  279. ; 12 month names must be defined, separted by a comma or space, and must be  ;
  280. ; declared all on one line.                                                  ;
  281. ;                                                                            ;
  282. ; A total of 9 'Months' indexes may be defined.                              ;
  283. ;----------------------------------------------------------------------------;
  284.  
  285. Months  1   Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  286. Months  2   January, February, March, April, May, June, July, August, September, October, November, December
  287. Months  3   Jan, Fév, Mar, Avr, Mai, Jun, Jui, Aoû, Sep, Oct, Nov, Déc
  288.  
  289. ;----------------------------------------------------------------------------;
  290. ; DefaultMonthIndex                                                          ;
  291. ;                                                                            ;
  292. ; If defined, the specified 'Months' index will be used for the template     ;
  293. ; macros [curmonthname] and [filemonthname].  Otherwise, Index 1 will be     ;
  294. ; used.  Remember, this index can be overridden by forcing a particular      ;
  295. ; month list index in the template file itself by using [filemonthname1],    ;
  296. ; [filemonthname2], etc. where the number is the month list index.           ;
  297. ;----------------------------------------------------------------------------;
  298.  
  299. DefaultMonthIndex   1
  300.  
  301. ;----------------------------------------------------------------------------;
  302. ; AnnounceLogFile                                                            ;
  303. ; AnnounceLogTemplate                                                        ;
  304. ; AnnounceLogMonthIndex                                                      ;
  305. ;                                                                            ;
  306. ; If 'AnnounceLogFile' is defined, ALL files announced will be logged        ;
  307. ; to this file.  The file is formatted according to the definitions found    ;
  308. ; in the 'AnnounceLogTemplate' file.                                         ;
  309. ;----------------------------------------------------------------------------;
  310.  
  311. AnnounceLogFile             c:\bbs\fan\filelist.log
  312. AnnounceLogTemplate         c:\bbs\fan\filelist.tpl
  313. AnnounceLogMonthIndex       1   ; Month index to use from 'Months' above.
  314.  
  315. ;----------------------------------------------------------------------------;
  316. ; MaxAnnouncementsPerMessage                                                 ;
  317. ;                                                                            ;
  318. ; This limits the number of announcements which will be written to one       ;
  319. ; message.  It is a good idea to limit the number of announcements within    ;
  320. ; in one message since most mail processing software will not be able to     ;
  321. ; handle a message over 16k in size.                                         ;
  322. ;                                                                            ;
  323. ; The default is 40 announcements per message.                               ;
  324. ;----------------------------------------------------------------------------;
  325.  
  326. MaxAnnouncementsPerMessage  10
  327.  
  328. ;----------------------------------------------------------------------------;
  329. ; SortMethod                                                                 ;
  330. ;                                                                            ;
  331. ; Files within an announcement message can be sorted with any of the         ;
  332. ; following methods:                                                         ;
  333. ;                                                                            ;
  334. ;     None   :  No sort.  Files will be announced in the order they are      ;
  335. ;               processed.                                                   ;
  336. ;     Alpha  :  Files will be sorted alphabetically.                         ;
  337. ;     Group  :  Files will be sorted by group (TIC/FILESBBS) name, and then  ;
  338. ;               alphabetically within the group.                             ;
  339. ;                                                                            ; 
  340. ; SortMethod can also be Announcement Definition specific.  Thus, you can    ;
  341. ; have different sorting/presentation strategies for different message areas.;
  342. ; If define here, outside any Announcement Definition, this will become the  ;
  343. ; default for any areas in which a SortMethod is not specified.              ;
  344. ;----------------------------------------------------------------------------;
  345.  
  346. SortMethod Group
  347.  
  348. ;----------------------------------------------------------------------------;
  349. ; AnnounceList                                                               ;
  350. ;                                                                            ;
  351. ; AnnounceList contains a list of all the files that have been announced,    ;
  352. ; one file name per line.                                                    ;
  353. ;                                                                            ;
  354. ; The AnnounceList is solely used as a duplicate announcement mechanism      ;
  355. ; when using FILESBBS statements.  If you do not define an AnnounceList,     ;
  356. ; all files entries in a FILESBBS file will be announced until you move      ;
  357. ; them to another file area which FAN does not know about.                   ;
  358. ;                                                                            ;
  359. ; Thus, it is a good idea to define this if using FILESBBS statements.  The  ;
  360. ; AnnounceList file will be checked to prevent duplicate announcements if    ;
  361. ; you haven't had a chance to move the files from your "newup" areas since   ;
  362. ; the last run of FAN.                                                       ;
  363. ;                                                                            ;
  364. ; It can be deleted periodically if it grows too large.                      ;
  365. ;                                                                            ;
  366. ; However, if you are using FAN and do not receive new files via *.TIC       ;
  367. ; distributions and only create announcements from FILESBBS files, then      ;
  368. ; you will never want to delete the AnnounceList file since it must          ;
  369. ; represent every file in the defined FILESBBS statements above.             ;
  370. ;----------------------------------------------------------------------------;
  371.  
  372. AnnounceList    c:\bbs\fan\announce.lst
  373.  
  374. ;----------------------------------------------------------------------------;
  375. ; MaximusFileAreaFileName                                                    ;
  376. ;                                                                            ;
  377. ; If you are running Maximus or Opus and do not want to define all the       ;
  378. ; FILES.BBS files below in this configuration file, FAN can read Maximus'    ;
  379. ; or Opus' File Area Control file.  Simply specify the name of the control   ;
  380. ; file and define an Announce Name (which will be used in the Announcement   ;
  381. ; Definitions to reference new files found in the file area) for each file   ;
  382. ; area.                                                                      ;
  383. ;----------------------------------------------------------------------------;
  384.  
  385. MaximusFileAreaFileName     c:\bbs\max\system\filearea.ctl
  386.  
  387. ;                       Maximus File
  388. ;                        Area Name      FAN Announce Name
  389. ;                       ------------    -----------------
  390.  
  391. MaximusFileArea             98          LIVENETOS2
  392. MaximusFileArea             99          NEWGENFILES
  393.  
  394. ;----------------------------------------------------------------------------;
  395. ; FILES.BBS File Definitions                                                 ;
  396. ;                                                                            ;
  397. ; If FILESBBS_FileName is defined, then this file will also be searched      ;
  398. ; for new incoming files to announce, in addition to any .TIC files in the   ;
  399. ; inbound directory.  The format of each line in the FILESBBS file is:       ;
  400. ;                                                                            ;
  401. ;   FileName FileDescription                                                 ;
  402. ;                                                                            ;
  403. ; FILESBBS_Files is the directory in which the actual files reside.          ;
  404. ;                                                                            ;
  405. ; FILESBBS_AnnounceName is the name to use in the Announcement               ;
  406. ; Definition below when referring to new files found in the Files.BBS.       ;
  407. ;                                                                            ;
  408. ; If this option is used, ALL FILESBBS_xxxxx statements must be              ;
  409. ; defined, and in the order of _FileName, _Files, _AnnounceName, and         ;
  410. ; then _Description.                                                         ;
  411. ;----------------------------------------------------------------------------;
  412.  
  413. ;FILESBBS_FileName       c:\max\files\os2new\files.bbs
  414. ;FILESBBS_Files          c:\max\files\os2new
  415. ;FILESBBS_AnnounceName   LIVENETOS2
  416. ;FILESBBS_Description    New undesignated OS/2 files
  417.  
  418. ;FILESBBS_FileName       c:\max\files\newup\files.bbs
  419. ;FILESBBS_Files          c:\max\files\newup
  420. ;FILESBBS_AnnounceName   NEWGENFILES
  421. ;FILESBBS_Description    New undesignated general files
  422.  
  423. ;----------------------------------------------------------------------------;
  424. ; FileAreaDescriptions                                                       ;
  425. ;                                                                            ;
  426. ; If you wish to use the [FileAreaDesc] token in your announcement, FAN will ;
  427. ; need to associate a description with each TIC/FILESBBS area name.  If you  ;
  428. ; use SEAL, FAN will automatically fill in the description using the SEAL    ;
  429. ; configuration verg ;FileDesc in the TIC configuration file.  Otherwise,    ;
  430. ; you can uncomment FileAreaDescriptions to have FAN read a text file which  ;
  431. ; is in RAID.CFG/FILEBONE.NA format.                                         ;
  432. ;                                                                            ;
  433. ; This is not necessary for FILESBBS areas, since the description is filled  ;
  434. ; in using the FILESBBS_Description configuration verb.                      ;
  435. ;----------------------------------------------------------------------------; 
  436.  
  437. FileAreaDescriptions c:\max\files\fidonet\filebone.na
  438.  
  439.  
  440. ;----------------------------------------------------------------------------;
  441. ; Logging definitions                                                        ;
  442. ;                                                                            ;
  443. ; Log messages are ranked between 1 to 4, where 1 is the most important      ;
  444. ; type of message (usually a fatal error of some sort), and 4 is the         ;
  445. ; most extraneous (an informational message of some sort).  This gives       ;
  446. ; you control over how verbose to make the status log.                       ;
  447. ;                                                                            ;
  448. ; Each message in the log file is preceded by a special symbol indicating    ;
  449. ; it's level of importance as follows:                                       ;
  450. ;                                                                            ;
  451. ; For BinkleyTerm style logs:                                                ;
  452. ;                                                                            ;
  453. ;       LogLevel  Characters That Precede Included Entries                   ;
  454. ;                                                                            ;
  455. ;           1      !    (Usually error messages)                             ;
  456. ;           2      *                                                         ;
  457. ;           3      +                                                         ;
  458. ;           4      :                                                         ;
  459. ;                                                                            ;
  460. ; For FrontDoor style logs:                                                  ;
  461. ;                                                                            ;
  462. ;       LogLevel  Characters That Precede Included Entries                   ;
  463. ;                                                                            ;
  464. ;           1      !    (Fatal and non-fatal error messages)                 ;
  465. ;           2      +    (Brief messages)                                     ;
  466. ;           3      -    (Trivial messages)                                   ;
  467. ;           4      -    (Trivial messages)                                   ;
  468. ;                                                                            ;
  469. ; Since FrontDoor really only has three levels of messages when dealing      ;
  470. ; with the ranking of "importance" of those messages, levels 3 and 4 will be ;
  471. ; considered the same.                                                       ;
  472. ;----------------------------------------------------------------------------;
  473.  
  474. Log                             ; [No]Log - Log process information to log
  475.                                 ; file
  476.  
  477. LogLevel        4               ; Level of logging where 1 is the most minimal
  478.                                 ; amount of information, and 4 is the most
  479.                                 ; detailed.
  480.  
  481. LogFile c:\bbs\logs\fan.log     ; Name of the log file (MUST be defined to
  482.                                 ; use the logging feature.)  There is no
  483.                                 ; default.
  484.  
  485. LogStyle        BinkleyTerm     ; Sytle of the log entries--either
  486.                                 ; 'BinkleyTerm' or 'FrontDoor'.
  487.  
  488. LogMonthIndex   1               ; Month names to use from the defined lists
  489.  
  490. LogWarnings                     ; Print warnings to log and/or screen
  491.  
  492. ;----------------------------------------------------------------------------;
  493. ;                      Announcement Area Definitions                         ;
  494. ;                      -----------------------------                         ;
  495. ;                                                                            ;
  496. ; Templates can be used to customize the actual appearance of the            ;
  497. ; announcement.  Various macros can be used in the template itself.          ;
  498. ;                                                                            ;
  499. ; See the FAN documentation (FAN.DOC) for more detailed descriptions of      ;
  500. ; creating template files and using template macros.  Included with FAN      ;
  501. ; are many template files (*.TPL) for examples of actual usage.              ;
  502. ;                                                                            ;
  503. ; The following templates can be defined to act as default values for all    ;
  504. ; Announcement Definitions, or they can be individually specifed in          ;
  505. ; each Announcement Definition below.                                        ;
  506. ;----------------------------------------------------------------------------;
  507.  
  508. PrefixTemplate  c:\bbs\fan\prefix.tpl     ; Template used at beginning
  509.                                           ;   of each message
  510. FileTemplate    c:\bbs\fan\file.tpl       ; Template used to announce each
  511.                                           ;   specific file received
  512. SuffixTemplate  c:\bbs\fan\suffix.tpl     ; Template used at end of message
  513.  
  514. GroupTemplate   c:\bbs\fan\group.tpl      ; If SortMethod=Group, this template
  515.                                           ;   will be the header for each group
  516.  
  517. ;----------------------------------------------------------------------------;
  518. ; DefaultMsgAreaType                                                         ;
  519. ;                                                                            ;
  520. ; FAN is able to create announcement messages in a variety of formats.       ;
  521. ; Normally you specify the format of the announcement for each Announcement  ;
  522. ; Definition at the end of this configuration file.  However, if all your    ;
  523. ; Announcement Areas are the same format--or most of them are the same       ;
  524. ; format, then you can avoid defining the area type for each one by          ;
  525. ; designating a "default" message area type here.                            ;
  526. ;                                                                            ;
  527. ; Valid Message Types:                                                       ;
  528. ;                                                                            ;
  529. ;   Packet  : FAN will create announcements in FTS-0001 FidoNet *.PKT        ;
  530. ;             standard format in the directory defined by 'PacketPath'.      ;
  531. ;             These can then be tossed by your mail processing software.     ;
  532. ;                                                                            ;
  533. ;   *.MSG   : FAN will write announcements to a *.MSG message base.          ;
  534. ;                                                                            ;
  535. ;   Squish  : FAN will write announcements to a Squish message base.         ;
  536. ;                                                                            ;
  537. ;   ASCII   : FAN will write announcements to an Ascii text file.            ;
  538. ;----------------------------------------------------------------------------;
  539.  
  540. DefaultMsgAreaType  Packet
  541.  
  542. ;----------------------------------------------------------------------------;
  543. ; DefaultMsgAttributes                                                       ;
  544. ;                                                                            ; 
  545. ; Default message attributes for any messages created by FAN.  If the keyword;
  546. ; 'Attributes' is not specified within an Announcement Area Definition       ;
  547. ; below, these default message attributes will be used.                      ;
  548. ;                                                                            ;
  549. ; Attributes can be any combination of the following:                        ;
  550. ;                                                                            ;
  551. ;       P = Private                                                          ;
  552. ;       C = Crash                                                            ;
  553. ;       H = Hold                                                             ;
  554. ;       K = Kill/Sent                                                        ;
  555. ;       L = Local                                                            ;
  556. ;       F = Forward                                                          ;
  557. ;       R = Read/Received                                                    ;
  558. ;       S = Sent                                                             ;
  559. ;       X = Scanned (Squish only)                                            ;
  560. ;                                                                            ;
  561. ; Do not separate attributes with spaces.  For example, to mark a message    ;
  562. ; as Hold, Private, and Local, use "HPL".  Order is not significant.         ;
  563. ;----------------------------------------------------------------------------; 
  564.  
  565. DefaultMsgAttributes    L
  566.  
  567. ;----------------------------------------------------------------------------;
  568. ; Each announcement definition starts with "MsgAreaName".  This is the       ;
  569. ; actual name of the echo/message base to receive the announcement message.  ;
  570. ; Each definition is fully self contained, and does not relate to other      ;
  571. ; definitions in any way.                                                    ;
  572. ;                                                                            ;
  573. ; Defaults values are as follows:                                            ;
  574. ;                                                                            ;
  575. ;   AddressFrom :   [Default Primary Address defined at top of file]         ;
  576. ;   AddressTo   :   [Default Primary Address defined at top of file]         ;
  577. ;   From        :   File Announcer                                           ;
  578. ;   To          :   All                                                      ;
  579. ;   Subj        :   Files received for distribution                          ;
  580. ;   Attributes  :   L (or DefaultMsgAttributes, if defined)                  ;
  581. ;   MonthIndex  :   1                                                        ;
  582. ;   MsgAreaType :   *.MSG/Squish/Ascii/Packet or DefaultMsgAreaType.  If FAN ;
  583. ;                   FAN searches Squish/Maximus/AREAS.BBS config. files, the ;
  584. ;                   MsgAreaType will be overridden, except for ASCII areas.  ;
  585. ;   MsgAreaPath :   Physical path/name of echo data file.  Not necessary if  ;
  586. ;                   FAN searches Squish/Maximus/AREAS.BBS config. files.     ;
  587. ;   SortMethod  :   [Default SortMethod defined earlier]                     ;
  588. ;                                                                            ;
  589. ; Some tosser/scanners need the Local flag set to indicate that the          ;
  590. ; message originated from your machine.                                      ;
  591. ;                                                                            ; 
  592. ; There are two fixed MsgAreaNames used internally by FAN.  They are as      ;
  593. ; follows:                                                                   ;
  594. ;                                                                            ; 
  595. ;     MsgAreaName NETMAIL                                                    ;
  596. ;                                                                            ; 
  597. ;     This will tell FAN to format the message for netmail, and not          ;
  598. ;     echomail.  The NetMail path will be read from your Squish or Maximus   ;
  599. ;     configuration/control files.  If you have not defined these, you will  ;
  600. ;     have to include MsgAreaType and MsgAreaPath in the NETMAIL definitions ;
  601. ;     below.  There is no limit to the number of NETMAIL announce areas.     ;
  602. ;                                                                            ;  
  603. ;     MsgAreaName ASCII                                                      ;
  604. ;                                                                            ; 
  605. ;     This will tell FAN to format the message for an ascii text file.  The  ;
  606. ;     MsgAreaType should also be set to "ASCII".                             ;
  607. ;                                                                            ; 
  608. ;----------------------------------------------------------------------------;
  609.  
  610. ;============================================================================
  611. ;               Specific Announcenment Area Definitions
  612. ;============================================================================
  613.  
  614. ;
  615. ; Bad TIC file announcement area
  616. ;
  617. ; The Announce name of 'BAD_TICS' is a fixed keyword used internally
  618. ; by FAN.
  619. ;
  620.  
  621. MsgAreaName     LOCAL
  622.  
  623. From            File Announcer
  624. To              Dave Fisher
  625. Subj            Bad TIC Files Received
  626. Attributes      LP
  627. FileTemplate    c:\bbs\fan\local.tpl 
  628.  
  629. Announce        BAD_TICS
  630.  
  631. ; -------------------------------------------------------------------------
  632. ;                       Announcements for Sysop170
  633. ; ------------------------------------------------------------------------- 
  634.  
  635. MsgAreaName     SYSOP170
  636.  
  637. From            Dave Fisher
  638. To              All Net 170 Sysops
  639. Subj            New OS/2 files received via Fernwood File Distribution
  640. SuffixTemplate  c:\bbs\fan\sysop170.tpl
  641.  
  642. Announce        FWDRIVRS FWGAMES FWUTILS FWSYSUTL FWLAN FWCOMM FWREXX
  643. Announce        FWGRAPHX FWAPPS FWFONTS FWOS2NFO
  644.  
  645. ; Other OS/2 files I pull in
  646.  
  647. MsgAreaName     SYSOP170
  648.  
  649. From            Dave Fisher
  650. To              All Net 170 Sysops
  651. Subj            New OS/2 files received for distribution
  652. SuffixTemplate  c:\bbs\fan\sysop170.tpl 
  653.  
  654. Announce        LIVENETOS2
  655.  
  656. ; ibmNET files
  657.  
  658. MsgAreaName     SYSOP170
  659.  
  660. From            Dave Fisher
  661. To              All Net 170 Sysops
  662. Subj            New OS/2 files received via ibmNET
  663. SuffixTemplate  c:\bbs\fan\sysop170.tpl 
  664.  
  665. Announce        IBM* LEXMARK
  666. Exclude         IBMNET 
  667.  
  668. ; ------------------------------------------------------------------------- 
  669. ;                       Local announcement area
  670. ; -------------------------------------------------------------------------  
  671.  
  672. MsgAreaName     LOCAL
  673.  
  674. From            Dave Fisher
  675. To              All
  676. Subj            New file(s) received via SDS/SDN
  677. MonthIndex      2
  678. FileTemplate    c:\bbs\fan\local.tpl
  679.  
  680. Announce        SDSMAX SDSOS2 SDSBINK SDSFIDO NEWSLETR
  681. Announce        PDNOS2 PDNNEWS PDNCEE
  682.  
  683. MsgAreaName     LOCAL
  684.  
  685. From            Dave Fisher
  686. To              All
  687. Subj            New file(s) received via the SIO/VSIO Beta Distribution
  688. MonthIndex      2 
  689. FileTemplate    c:\bbs\fan\local.tpl
  690.  
  691. Announce        SIO
  692.  
  693. ; Fernwood and other OS/2 files
  694.  
  695. MsgAreaName     LOCAL
  696.  
  697. From            Dave Fisher
  698. To              All
  699. Subj            New OS/2 files available for downloading
  700. MonthIndex      2 
  701. FileTemplate    c:\bbs\fan\local.tpl 
  702.  
  703. Announce        LIVENETOS2 PDNGNU
  704. Announce        FWDRIVRS FWGAMES FWUTILS FWSYSUTL FWLAN FWCOMM FWREXX
  705. Announce        FWGRAPHX FWAPPS FWFONTS FWOS2NFO
  706.  
  707. ; ibmNET files
  708.  
  709. MsgAreaName     LOCAL
  710.  
  711. From            Dave Fisher
  712. To              All
  713. Subj            New OS/2 files received via ibmNET
  714. MonthIndex      2 
  715. FileTemplate    c:\bbs\fan\local.tpl 
  716.  
  717. Announce        IBM* LEXMARK
  718. Exclude         IBMNET 
  719.  
  720. ; ibmNET private file area
  721.  
  722. MsgAreaName     LOCAL
  723.  
  724. From            File Announcer
  725. To              Dave Fisher
  726. Subj            ibmNET private files received
  727. Attributes      LP
  728. MonthIndex      2 
  729. FileTemplate    c:\bbs\fan\local.tpl 
  730.  
  731. Announce        IBMNET
  732.  
  733. ; OS2NET private file areas
  734.  
  735. MsgAreaName     LOCAL
  736.  
  737. From            File Announcer
  738. To              Dave Fisher
  739. Subj            OS2NET private files received
  740. Attributes      LP
  741. MonthIndex      2 
  742. FileTemplate    c:\bbs\fan\local.tpl 
  743.  
  744. Announce        OS2-DIFF OS2-INFO
  745.  
  746. ; Fernwood private file area
  747.  
  748. MsgAreaName     LOCAL
  749.  
  750. From            File Announcer
  751. To              Dave Fisher
  752. Subj            Fernwood Administrative files received
  753. Attributes      LP
  754. MonthIndex      2 
  755. FileTemplate    c:\bbs\fan\local.tpl 
  756.  
  757. Announce        FWOS2ADM
  758.  
  759. ; General files
  760.  
  761. MsgAreaName     LOCAL
  762.  
  763. From            Dave Fisher
  764. To              All
  765. Subj            Newly uploaded general files
  766. MonthIndex      2 
  767. FileTemplate    c:\bbs\fan\local.tpl 
  768.  
  769. Announce        NEWGENFILES
  770.  
  771. ; Private files not available on the BBS
  772.  
  773. MsgAreaName     LOCAL
  774.  
  775. From            File Announcer
  776. To              Dave Fisher
  777. Subj            New files received
  778. Attributes      LP
  779. MonthIndex      2 
  780. FileTemplate    c:\bbs\fan\local.tpl 
  781.  
  782. Announce        BACKBONE PDNAI ECHOLIST FTSC SNDSBVOC SNDSBUTL SNDGAMES WIN_*
  783.  
  784. ; -------------------------------------------------------------------------
  785. ;               Announcements written to ASCII Text Files
  786. ; ------------------------------------------------------------------------- 
  787.  
  788. ;
  789. ; The following area is enabled when I use /TestMode on the command line
  790. ;
  791.  
  792. ;MsgAreaName     ASCII
  793. ;
  794. ;MsgAreaType     Ascii
  795. ;PrefixTemplate  c:\bbs\fan\testpre.tpl
  796. ;FileTemplate    c:\bbs\fan\testfile.tpl
  797. ;SuffixTemplate  c:\bbs\fan\testsuf.tpl
  798. ;MsgAreaPath     c:\usr\proj\bbs\fan\testmsg.tst
  799. ;
  800. ;Announce        *
  801.  
  802. ; -------------------------------------------------------------------------
  803. ;               Announcements written to NetMail
  804. ; ------------------------------------------------------------------------- 
  805.  
  806. ;MsgAreaName     NETMAIL
  807.  
  808. ;From            Dave Fisher
  809. ;To              Mark Barbee
  810. ;Subj            New file(s) received -- Just testing FAN's netmail function.  :-)
  811. ;Attributes      LP
  812. ;MonthIndex      2
  813. ;FileTemplate    c:\bbs\fan\local.tpl
  814. ;AddressFrom     40:4372/0
  815. ;AddressTo       1:170/110.7
  816.  
  817. ;Announce        *
  818.