home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / flm140.zip / Flm_Xmp.Cfg < prev    next >
Text File  |  1996-12-08  |  5KB  |  122 lines

  1. ;     FLM 1.40, (c) Copyright 1991-1996 Alberto Pasquale
  2.  
  3. ;                       Flm.Cfg Example
  4.  
  5.  
  6. ;                       GLOBAL KEYWORDS
  7.  
  8.  
  9. ;RegKey  <RegKey>             ; Your Registration Key, if any
  10.  
  11. StatusLog \bbs\log\flm.log    ; Binkley Style Log-File
  12. CompressCfg \bbs\squish\compress.cfg ; The archiver definitions
  13. SquishCfg \bbs\squish\squish.cfg ; The Squish configuration file
  14. Files 50                      ; Maximum # of files open at the same time
  15. MsgSize 32000                 ; Maximum message size before split
  16. DateFormat USA                ; Can be USA, EURO or JAPAN
  17. ;EchoTossLog \bbs\squish\echotoss.log  ; override of the Max's one
  18. MaxPrm \bbs\max\max.prm       ; Maximus .PRM file to get info from
  19.  
  20. ;FBCompile                    ; Compile the Max FileBase (usually redundant)
  21. ;UniqueDmpLine                ; Let Max do the formatting
  22.  
  23. AreaExclude MO*               ; Areas that must be completely ignored
  24.  
  25. Adopt *                       ; Adopt in all areas
  26. NoAdopt <CDROM>               ; Exclude CD-ROM areas
  27. AdoptExclude *.BAK            ; Exclude *.BAK from adoption
  28. AdoptAnnounce                 ; Announce adopted files even if old
  29. ;AdoptUpperCase               ; Make sure adopted files are uppercase
  30. DescStart "[00] " LOC.*       ; Prepend download counter in LOC.* areas
  31.  
  32. KillOrphans TIC.*             ; Areas where orphans must be erased
  33. NoKillOrphans TIC.SpecArea    ; Areas where orphans must NOT be erased
  34. KillOrphansExclude *.DIR      ; Files not to be deleted when orphan.
  35.  
  36. RemMis *                      ; Remove missings in all areas
  37. NoRemMis <CDROM>              ; Exclude CD-ROM areas
  38.  
  39. WrapCol 31 79                 ; Descriptions are word wrapped and
  40.                               ; aligned between columns 31 and 79.
  41.  
  42. MultiLineDesc 31              ; Continuation lines on column 32 of files.bbs
  43.  
  44. ;NoAnnDupeTag Local.apw*          ; exclude some areas from Dupe report
  45. ;NoAnnDupePath d:\bbstest\file\apb
  46.  
  47.  
  48. ;                     LOCAL KEYWORDS in various sets
  49.  
  50. ;                       First Set of output files
  51.  
  52.  
  53. ListPriv Extra                ; List areas available to Extra
  54.   ListAreas *                 ; List All areas (available to ListPriv)
  55.   ;NoListAreas WIN*           ; Do not list areas whose name begins with WIN
  56.   ;WrapCol 31 131             ; Local override to the global WrapCol setting
  57.   NewDays 30                  ; NewFiles contains files newer than NewDays
  58.   NewHeader \bbs\misc\apworks.abt ; Header for new-file list
  59.   NewHeader \bbs\misc\newhead.txt ; Second part of header
  60.   NewFiles \bbs\file\ApWorks.new  ; Output file for new-file list
  61.     NewFilesCmd *move %f \bbs\file\1!apwork\  ; external command
  62.   AllHeader \bbs\misc\apworks.abt ; Header for file list
  63.   AllFiles \bbs\file\ApWorks.All  ; Output file for file list
  64.     AllFilesCmd copy %f \bbs\file\1!apwork\   ; external commands
  65.     AllFilesCmd zip -mj \bbs\file\ApWorks %f
  66.     AllFilesCmd *move \bbs\file\ApWorks.zip \bbs\file\1!apwork\
  67.   OkHeader \bbs\misc\okhead.lst ; Header for OkFile
  68.   OkFile \bbs\misc\okfile.lst   ; Output file for Okfile
  69.   OkMaxFiles                    ; Use UniFiles.Idx instead of path list
  70. ; OkDirsOnly                    ; No trailing "\*.*"
  71. ; OkDirsSlash                   ; No trailing "*.*"
  72.   MagicFile \bbs\misc\magic.lst ; List of magics
  73.  
  74. ;                   Second Set of output files
  75.  
  76. ListPriv Extra                ; List areas available to Extra
  77.   ListAreas Local.*           ; List areas in division Local
  78.   AllHeader \bbs\misc\apworks.abt ; Header for file list
  79.   AllFiles \bbs\file\ApFiles.Lst  ; Output file for file list
  80.     AllFilesCmd *move %f \bbs\file\1!apwork\
  81.  
  82.  
  83. ;                  Announcement area definitions
  84.  
  85.  
  86. FromNode     2:332/504.0      ; Default from-address
  87. ToNode       2:332/504.0      ; Default to-address
  88. From         Alberto Pasquale ; Default from-name
  89. To           All              ; Default to-name
  90. Subj         New Local Files  ; Default subject
  91. Attr                     ; P = Private, C = Crash, H = Hold, K = Kill/Sent
  92. Prefix       PREFIX.FLM       ; Default Message Header
  93. Origin       ApWorks Modena I +39-59-243882
  94. Suffix       SUFFIX.FLM       ; Default Message Footer
  95. AnnExclude   Region33.*       ; Exclude from all announcements
  96.  
  97. AreaTag      SWN_332.500      ; Start of 1st area definition
  98.   AnnExclude   Nodelist.*     ; Exclude from this announcement area
  99.   Announce     Local.*
  100.   NoAnnounce   Local.ap.* Local.harald.* Upload.*
  101.  
  102. AreaTag      SYSOP_332.504    ; Start of 2nd area definition
  103.   Announce     <DUPES>
  104.   From         FLM
  105.   To           AsstSysOps
  106.   Subj         Dupe Report
  107.   HighAsciiOk
  108.   Prefix
  109.   Suffix
  110.  
  111. AreaTag      SYSOP_332.504    ; Start of 3rd area definition
  112.   Announce     Upload.*
  113.   From         FLM
  114.   To           AsstSysOps
  115.   Subj         Upload Report
  116.   HighAsciiOk
  117.   Prefix
  118.   Suffix
  119.  
  120.  
  121.  
  122.