home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / llst200s.zip / LLISTCFG.ZIP / LLIST.CFG
Text File  |  1996-05-06  |  20KB  |  825 lines

  1. ;
  2. ; Config file for LList
  3. ; The part following ";" is a comment
  4. ; Commands are all Case-Insensitive
  5. ;
  6.  
  7. ; *******************
  8. ; * General Options *
  9. ; *******************       
  10.  
  11. ;
  12. ; Path to your BBS dir, where LLIST will look for SYSFILE.DAT
  13. ; and CONFIG.DAT; you have better set an environment variable,
  14. ; LORA RA or MAX, which points to this directory;
  15. ; this will speed up L-List, as it will automatically detect
  16. ; your kind of Bbs
  17. ;
  18.  
  19. BbsDir C:\LORA\
  20.  
  21. ;
  22. ; Name of LORA's config file.
  23. ; Default, CONFIG.DAT.
  24. ; It is read to obtain various information, like data format
  25. ;
  26.  
  27. Config Config1.Dat
  28.  
  29. ;
  30. ; Define following keywords if you don't use LORA (these
  31. ; will be read in Config.Dat defined above, unless you define them now)
  32. ;
  33. ; In the DatePattern:
  34. ;   %d : day (number)
  35. ;   %b : month (number)
  36. ;   %c : month (first three letters)
  37. ;   %y : year (last two numbers)
  38. ; Other chars will be left untouched ("/", "-", etc.)
  39. ; If you do not define DatePattern, it will be got from Country.Sys
  40. ;
  41. ;SysopName Alessandro Trebbi
  42. ;BbsName NightMare
  43. ;DatePattern %D-%C-19%Y
  44. ;Address 2:332/901
  45.  
  46. ; download counter delimiters:
  47. ; by default, L-List detects [] () {} <> (in all combinations) and
  48. ; uses [] (or the value defined in Config.Dat) for its files.
  49. ;DCLIMITS []
  50. ;DCLIMITS <>
  51. ;DCLIMITS {}
  52. ;DCLIMITS ()
  53.  
  54. ;
  55. ; Keeps/Adds null download counters (only with FixFBbs,
  56. ; they are ignored in other options)
  57. ;
  58. 0DC
  59.  
  60. ;
  61. ; Writes file size in a short format (that is, writes file
  62. ; size in k)
  63. ;
  64. ;ShortSize
  65.  
  66. ;
  67. ; Other addresses...
  68. ; Note that all the addresses defined in AnnounceMsg, Search,
  69. ; TicAreas, TicGroups and as Aka in Tic.Cfg will be considered
  70. ; your Aka.
  71. ; Using LORA, all akas defined in Config.Dat will be imported
  72. ;
  73. ;Aka 15:1300/100.0
  74.  
  75. ;
  76. ; Length of download counters:
  77. ; default=3, that is [  1]
  78. ; All values are safe: if you set
  79. ; DCLEN 1, and you have long download counters, you will get
  80. ; [1] [15] [210]; with DCLEN 4 you will get [   1] [  15]
  81. ; [ 210] ... each of these formats is fully supported by
  82. ; L-List in detecting phase, whatever DCLEN you have set
  83. ;
  84. ;DCLEN 3
  85.  
  86. ;
  87. ; Flag to force L-List to start file descriptions after download
  88. ; counter.
  89. ;
  90. ;IndentDC
  91.  
  92. ;
  93. ; Characters searched at the head of a comment line, to
  94. ; determine if it is the continue of previous description;
  95. ; in option FIXFBBS, L-List always uses first char
  96. ;
  97. ;LDCHAR >+|
  98.  
  99. ;
  100. ; format of file area header
  101. ; ^B: bytes, ^F: files, ^A: area name, ^N: area number, ^L: level
  102. ; ^S: sysop, ^_: blank, ^^: ^, ^C: bbs, ^D: downloads
  103. ; Avatar codes for colors are supported.
  104. ;
  105.  
  106. ; Default: 
  107. ;AreaHeaderLine ╔═════════╤═══════════════════════════════════════════════════════════════════╗
  108. ;AreaHeaderLine ║ # :^N │ ^A ^L ║
  109. ;AreaHeaderLine ╟─────────┴────────────┬───────────────────────────────┬──────────────────────╢
  110. ;AreaHeaderLine ║ ░░░░░▒▒▒▒▒▓▓▓▓▓█████ │   ^B in ^F Files   │ █████▓▓▓▓▓▒▒▒▒▒░░░░░ ║
  111. ;AreaHeaderLine ╚══════════════════════╧═══════════════════════════════╧══════════════════════╝
  112.  
  113. ;AreaHeaderLine ┌─┬─────────────────┬─┐
  114. ;AreaHeaderLine │▄│p   Area:  ^N   ç│▄│
  115. ;AreaHeaderLine │ │p   ^L  ç│ │ ?^A
  116. ;AreaHeaderLine │ │p                 ç│ │ Å^Bç in Å ^F Files
  117. ;AreaHeaderLine │ └─────────────────┘ │ Courtesy of è^S
  118. ;AreaHeaderLine │                     │ on ^C
  119. ;AreaHeaderLine │    ▄▄▄▄▄▄▄▄▄▄▄▄───┐ │ Downloads: Å^D
  120. ;AreaHeaderLine │    █▌  ████████   │ │
  121. ;AreaHeaderLine │ HD █▌  ████████   │ │
  122. ;AreaHeaderLine └────▀▀▀▀▀▀▀▀▀▀▀▀───┴─┘
  123.  
  124. ;
  125. ; If you change these lines and create a new original header,
  126. ; please send me your modified lines so that i will add them to
  127. ; this example cfg.
  128. ;
  129.  
  130. ;
  131. ; Commands for external shell
  132. ;
  133. ScanVirus Scan /SUB /NOMEM
  134.  
  135. ;
  136. ; Importing File_Id.Diz
  137. ;
  138.  
  139. ;
  140. ; Max number of lines read from File_Id.Diz (default and max value = 50)
  141. ;
  142. ;MaxFile_IdLines 5
  143.  
  144. ;
  145. ; Truncate File_Id.Diz lines
  146. ;
  147. ;MaxLenDesc 45
  148.  
  149. ;
  150. ; Does not preserve first line when File_id.Diz is imported
  151. ; (only for FixFBbs option; editing files.bbs first line is
  152. ; always preserved, announcing new files is always stripped)
  153. ;
  154. ;NoFirstLine
  155.  
  156. ;
  157. ; Position where to start extended description lines
  158. ;
  159. ;ExtDescPos 2
  160.  
  161. ;
  162. ; Max length of Files.Bbs lines, defualt value 255, a smaller value
  163. ; is safer for other utilities (such as lora itself, that seems to
  164. ; support lines up to 250 chars when updates download counters)
  165. ;
  166. FbbsLen 200
  167.  
  168. ;
  169. ; Flag to avoid the rewrapping of extracted file_id.diz and the
  170. ; stripping of frame chars
  171. ;
  172. NoPackFile_Id
  173.  
  174. ;
  175. ; These descriptions are used for imported orphan files, if L-List
  176. ; can't find File_Id.Diz in it
  177. ;
  178. Describe *.JPG Immagine XXX, solo per adulti
  179. Describe NODELIST.* Nodelist FidoNet
  180. Describe LLST???E.* Upgrade LLIST, contiene eseguibili
  181. Describe LLST???U.* Upgrade LLIST, contiene *.Bdf, richiede BDIFF e eseguibili versione precedente
  182. Describe LLST???D.* LLIST versione DOS
  183. Describe LLST???S.* LLIST versione OS2
  184. Describe TURBO_P.B?? Best Of dell'area Turbo Pascal
  185. OrphanStr (* Descrizione Mancante *)
  186.  
  187. ;
  188. ; This string is written instead of Size and Date if L-List does
  189. ; not find the file in download path
  190. ;
  191. OffLineStr ASSENTE
  192.  
  193. ;
  194. ; L-List can detect uploader name in file descriptions
  195. ; Uploader name follows string defined as Uploader, and is
  196. ; not deleted with option ReadFile_Id
  197. ;
  198. UploaderStr ïMandato da: è
  199.  
  200. ;
  201. ; EXCLUDE specifications (up to 32).
  202. ; The files which matches with one of this specifications AND which are
  203. ; not described in Files.Bbs, will never be imported as Orphans.
  204. ;
  205. ; Files.Bbs and *.Bak are always excluded
  206. ;
  207. EXCLUDE 00_Index.Txt
  208. EXCLUDE Descript.Ion
  209. EXCLUDE *.Tmp
  210. EXCLUDE WildCat.Txt
  211.  
  212. ;
  213. ; Destination Archive Type for Recompress option
  214. Repack RAR
  215.  
  216. ;
  217. ; Flag to fail repack if new size is greater or if it gains less
  218. ; than the optional number (percent)
  219. ;
  220. RepackOptimize
  221.  
  222. ;
  223. ; Netmail AreaId
  224. ; (if you use Lora, this is read in Config.Dat)
  225. ; Look after, for info about format of AreaId; 
  226. ; note that this is *NOT* the path of the area in fido style!
  227. ;
  228. ;NetAreaId FC:\LORA\MSG\NET
  229.  
  230. ;
  231. ; Max level of listed areas
  232. ;
  233. MaxLev 144
  234.  
  235. ;
  236. ; With Maximus 3.x, you must specify levels of areas that must
  237. ; not be listed
  238. ;
  239. HideLevel Sysop
  240. HideLevel Hidden
  241.  
  242. ;
  243. ; download paths for reserved areas
  244. ;
  245. BadFiles C:\Upload\Bad
  246. InfectedFiles C:\Upload\Virus
  247.  
  248. ;
  249. ; Select how to sort description lines in option FixFBbs.
  250. ; This paramater affects the position of new desc lines
  251. ; added to Files.Bbs by TIC processor and when files are
  252. ; copied / moved in Files.Bbs editor:
  253. ; using SORTDATE, new lines will be added at the head of
  254. ; Files.Bbs, using SORT they will be added after files
  255. ; that will preceed it in alphabetical order, otherwise the
  256. ; new lines will be added at the end of Files.Bbs
  257. ;
  258. FixFbbsSort SortDate
  259.  
  260. ;
  261. ; Puts an header in Files.Bbs with FixFBbs option.
  262. ; The header is defined using AreaHeaderLine keywords (or you
  263. ; you can use default if you define none), and will not be reported
  264. ; in file lists to avoid dupes. When a new header is added, the
  265. ; previous one will be stripped.
  266. ;
  267. FixFBbsHeader
  268.  
  269. ;
  270. ; File(s) to add at the head of lists
  271. ; More than once can be defined
  272. ;
  273. Header %LORA%About.Txt
  274. Header FSearch.Hlp
  275.  
  276. ;
  277. ; File(s) to add at the foot of lists
  278. ;
  279. Footer LList.Ftr
  280.  
  281. ;
  282. ; New First Line (don't add spaces, it will be centered at half screen)
  283. ;
  284. FirstLine *-=> /\/ightMare  F I L E S <=-*
  285.  
  286. ;
  287. ; Select an alternative type of summary report (an area
  288. ; for each line, adds number of new files too)
  289. ;
  290. ;LongSummary   
  291.  
  292. ;
  293. ; Max number of days to be inserted in NEWFILES, and to be marked
  294. ; with "*" in ALLFILES.
  295. ; Can be 0 to 180 (0 = no NewFiles list);
  296. ; Default = 90, can be re-defined by command line
  297. ;
  298. ;NewDays 90
  299.  
  300. ;
  301. ; Path to FILEIDX (Used by LORA for File Requests)
  302. ; It is created specifying FILEIDX in command line and
  303. ; kept updated by ANNOUNCE option.
  304. ; Default, LFiles.Idx
  305. ;
  306. ;FileIdx C:\LORA\Files.Idx
  307.  
  308. ;
  309. ; Prevents LList from writing download paths in OkFile, use if
  310. ; you are using an index for file request (remember to add the path
  311. ; of the index in the OkFile list, using OkLine keyword)
  312. ;
  313. NoDlPath
  314.  
  315. ;
  316. ; Password to put in OkFile;
  317. ; Default, '' (no Password).
  318. ; The second  parameter (optional)  is the min level from which areas
  319. ; will be passworded
  320. ;
  321. ;OkFilePwd SESAMO 176
  322.  
  323. ;
  324. ; Lines to be added in OkFile; note that L-List does not automatically add
  325. ; FileIdx path, so you will need to define here a line to let Lora use it
  326. ; (if you are in a multitasking environment, consider let Lora use a copy
  327. ; of the file used by L-List, to avoid share conflicts)
  328. ;
  329. OkLine $C:\LORA\Files.Idx
  330.  
  331. ;
  332. ; Each file-list that you want to create must be defined in a
  333. ; FileList section.
  334. ; For each file-list, L-List will create the lists you define, AllFiles
  335. ; and NewFiles will be packed if their extension is a valid packer.
  336. ; You can set BdlNum <> 0 even if you don't set a path for Bdl, in
  337. ; this case the Bdl list will be written only in the header of
  338. ; AllFiles and NewFiles.
  339. ;
  340.  
  341. FileList
  342.    ; Aree HD
  343.    Area 1-38 212-1000
  344.    AllFiles C:\Temp\F332_901.Zip
  345.    ;
  346.    ; following lines are optional
  347.    ;
  348.    NewFiles C:\Temp\N332_901.Zip
  349.    OkFile C:\Lora\Files.Lst
  350.    Bdl C:\Temp\Bdl.Txt
  351.    BdlNum 50
  352.    ; following keywords, if defined, replace corresponding global keywords
  353.    ;Header MyHeader.Txt
  354.    ;Footer MyFooter.Txt
  355. End
  356.  
  357. FileList
  358.    ; Aree CD, flag CD means that the list will be compiled with
  359.    ; command line "CDLIST" and not with "FILELIST"
  360.    ; useful for lists that are not frequently updated
  361.    CD
  362.    Area 39-211
  363.    AllFiles C:\MUST\SIMTEL.ZIP
  364.    BdlNum 0
  365. End
  366.  
  367. FileList
  368.    AllFiles C:\LORA\FNEWAREA\ISN\ISNMAIN\ISNFILES.Zip
  369.    Fdn ISN
  370.    BdlNum 12
  371. End
  372.  
  373.  
  374. ; ********************
  375. ; * Files.Bbs editor *
  376. ; ********************
  377.  
  378. ;
  379. ; Force 43/50 lines whenever is possible (not in a multitasking
  380. ; environment, or if not supported by the video adapter)
  381. ;
  382. ;Font8x8
  383.  
  384. ;
  385. ; External Shells for Files.Bbs editor (AltF1 .. AltF10)
  386. ;
  387. ; %1 is the name of the current file; if not specified, the name
  388. ; of the current file will be added at the end of the command
  389. ;
  390. ; An "*" at the head of the command means that the command processor
  391. ; must be called to run the program (for DOS release only, as OS2
  392. ; always calls CMD.EXE for shells)
  393. AltF1 Shez
  394. AltF2 *List
  395. AltF3 Edit
  396.  
  397. ;
  398. ; Macros (CtrlF1 .. CtrlF10)
  399. ;
  400. CtrlF1 ïMandato da: èAlessandro Trebbi
  401. CtrlF2 File checked by SysOp with SCANV113
  402. CtrlF3 (* Descrizione Mancante *)
  403.  
  404. ; *******
  405. ; * Msg *
  406. ; *******       
  407.  
  408. ;
  409. ; AreaId format, used in Search and AnnounceMsg
  410. ; The optional number at the end (after comma),
  411. ; indicates the type of Msg Area:
  412. ; 0=Normal, 1=EchoMail (default), 2=NetMail
  413. ;
  414.  
  415. ;
  416. ;Message area identifiers have the following formats:
  417. ;
  418. ;Squish:  S followed by the path\filename of the message area
  419. ;   Example:  SC:\Max\Msg\Muffin[,<n>]
  420. ;
  421. ;Hudson H followed by a 3 digit area number follow by the msg base path
  422. ;   Example: H007C:\Quick\MsgBase\[,<n>]
  423. ;
  424. ;Fido(*.Msg) F followed by the message path
  425. ;   Example: FD:\FD\Mail\[,<n>]
  426. ;
  427. ;Echomail T followed by the area tag (no number here, area is always type 1)
  428. ;   Example: TNEWS.ITA
  429. ;
  430. ; (You can specify Tag using AREATAG and AREATAGANS too)
  431. ;
  432.  
  433. ;
  434. ; These two keywords are used to convert Tag to AreaId
  435. ;
  436. AreasBbs C:\LORA\AREAS.BBS
  437. Hudson C:\MSG\HUDSON\
  438.  
  439. ;
  440. ; Alias for LLIST, by default L-List only answers to msg directed
  441. ; to "LLIST"
  442. ;
  443. LlistAlias AllFix
  444. LlistAlias Raid
  445. LlistAlias FSearch
  446. LlistAlias FileMgr
  447. LlistAlias FileFix
  448.  
  449. ;
  450. ; Flag files created when Msg are written
  451. ; These are intended to be used in batch files
  452. ; and/or multitasking environments
  453. ;
  454.  
  455. ;
  456. ; If it was an ECHO Msg
  457. ;
  458. ;ECHORSN ECHOMSG.WRT
  459.  
  460. ;
  461. ; If it was a NET Msg
  462. ;
  463. ;NETRSN NETMSG.WRT
  464.  
  465. ; ***********
  466. ; * Packers *
  467. ; ***********       
  468.  
  469. ;
  470. ; Some packer names (ZIP, ARJ, LHA, LZH, ARC, PAK, RAR) are used
  471. ; to run internal compressed file viewers, and should
  472. ; therefore be associated with right packer; any other packer
  473. ; is not supported by internal viewer
  474. ;
  475.  
  476. ;
  477. ; Packer names must be 3 chars long, and indicate extension
  478. ; of compressed file
  479. ; %1 is the name of the compressed file, %2 is the name
  480. ; of the file(s) to compress/uncompress; if %1 or %2 are not specified,
  481. ; they will be added at the end of the command
  482. ;
  483.  
  484. ;
  485. ; Packers ZIP, ARJ, LZH, RAR, UC2 are hard-coded, however you can re-define
  486. ; them to change commands
  487. ; Commands for OS2 are optional, if not defined the DOS packer/unpacker
  488. ; will be used 
  489. ;
  490.  
  491. Packer PAK
  492.    DosPack PAK a
  493.    ;Os2Pack PAK a
  494.    DosUnpack PAK e
  495.    ;Os2UnPack PAK e
  496.    OffSet 0
  497.    ID 1A
  498. End
  499.  
  500. ;
  501. ; Please, if you add other packers (or improve actual ones),
  502. ; send me your modified Packer.Cfg ; you will be given proper
  503. ; credits.
  504. ;
  505.  
  506. ; *******
  507. ; * TIC *
  508. ; *******       
  509.  
  510. ;
  511. ; Define dir of .TIC files, received for distribution
  512. ; (if you use Lora, this is read in Config.Dat)
  513. ;
  514. Inbound C:\INBOUND1\
  515. Inbound C:\INBOUND2\
  516.  
  517. ;
  518. ; dir where create .?lo files, for attaches in binkley style
  519. ; (if you use Lora, this is read in Config.Dat).
  520. ; If you define no outbound Area, L-List will use Netmail
  521. ; Msg to send files (this will work only if you have defined
  522. ; a NetAreaId). You can define different OutBound for different
  523. ; Zones, using keyword ZONE (this will not be necessary unless
  524. ; you are using domains, as L-List will automatically provide
  525. ; directories for different zones adding zone number to the
  526. ; extension of the primary outbound directory)
  527. ;Outbound D:\OUTBOUND\
  528. ;Zone 1 D:\OUTBOUND.001\
  529. ;Zone 15 D:\ADULTNET.00F\
  530.  
  531. ;
  532. ; Dir where new areas will be created; new area AREATAG identified
  533. ; in group <Group> will be created in <DIRNEWAREAS><Group>\AREATAG\
  534. ;
  535. DirNewAreas C:\LORA\FNEWAREA\
  536.  
  537. ;
  538. ; Options to manage TIC files
  539. ;
  540.  
  541. ;
  542. ; Import files anyway with no care to CRC
  543. ;
  544. ;FixCrcTic
  545.  
  546. ;
  547. ; Import files anyway with no care to SIZE
  548. ;
  549. ;FixSizeTic
  550.  
  551. ;
  552. ; Delete existing file with the same name, without renaming
  553. ; current
  554. ;
  555. ;TicReplace
  556.  
  557. ;
  558. ; Stop dupes files.
  559. ; Dupes files will be moved to the correct area but not sent to
  560. ; downlinks. Files are considered dupes if they have the same name, the
  561. ; same size and have been received in the same TIC area
  562. ;
  563. TicStopDup
  564.  
  565. ;
  566. ; Prevent L-List from updating files received via TIC; if this keyword is
  567. ; active, and a line "Time" is present in received .Tic, the file will be
  568. ; restored to its original date and time (note that the actual date and
  569. ; time might already have been modified by your uplink, and that LORA and
  570. ; Max are unable to detect new files if they are not updated)
  571. ;
  572. ;NoTicUpdate
  573.  
  574. ;
  575. ; Send files through netmail msg
  576. ; (otherwise *.?lo (Binkley/Lora style) will be used)
  577. ;
  578. ;MailAttach
  579.  
  580. ; ********************
  581. ; * Announce Options *
  582. ; ********************
  583.  
  584. ;
  585. ; Files that L-List will never announce
  586. ; Wildcards allowed, up to 32
  587. ;
  588. ANNOUNCEEXCLUDE ?332_901.*
  589. ANNOUNCEEXCLUDE ISNFILES.*
  590. ANNOUNCEEXCLUDE SIMTEL.*
  591.  
  592. ;
  593. ; Makes announces using description in Files.Bbs, without reading
  594. ; File_Id.Diz
  595. ;
  596. ;NoAnnounceReadFile_Id
  597.  
  598. ;
  599. ; Definitions of Announce Msg
  600. ;
  601.  
  602. ;
  603. ; if you don't define optional parameters, 
  604. ; following default values will be used:
  605. ;
  606. ;   AREA    = All areas
  607. ;   ORIGIN  = <BBSName>
  608. ;   FROM    = <SysopName>
  609. ;   TO      = "All"
  610. ;   SUBJECT = "New files on <BBSName>" or
  611. ;             "New files on <BBSName> from <FDN>"
  612. ;   Prefix, Suffix
  613. ;           = Nil
  614. ;
  615.  
  616. ;
  617. ; My local Announce Msg
  618. ;
  619.  
  620. ;AnnounceMsg
  621.    ;AreaTag CHATTER.313 2:332/901
  622.    ;AreaTag ADR.PUB.NEWS 77:721/5
  623.    ;Subject Nuovi Files
  624.    ;Area 1-10 23 35 40-49
  625.    ;To All
  626.    ;NoIbm
  627.    ;Origin VFast, 28800 Bauds
  628.    ;Prefix LList.Pre
  629.    ;Suffix LList.Suf
  630.    ; Show content of compressed files
  631.    ;VC
  632. ;End
  633.  
  634. AnnounceMsg
  635.    AreaTag NEWS.900 2:332/901
  636.    Area 30
  637. End
  638.  
  639. AnnounceMsg
  640.    ; Fdn can be used to select a group of TIC areas
  641.    Fdn SDN
  642.    AreaTag News.900 2:332/901
  643. End
  644.  
  645. AnnounceMsg
  646.    Fdn ISN
  647.    AreaTag News.900 2:332/901
  648. End
  649.  
  650. AnnounceMsg
  651.    Fdn PDN
  652.    AreaTag News.900 2:332/901
  653. End
  654.  
  655. AnnounceMsg
  656.    Fdn UTL
  657.    AreaTag News.900 2:332/901
  658. End
  659.  
  660. AnnounceMsg
  661.    AreaTag News.900 2:332/901
  662.    Area 259
  663. End
  664.  
  665. AnnounceMsg
  666.    Fdn LDN
  667.    AreaTag News.900 2:332/901
  668. End
  669.  
  670. AnnounceMsg
  671.    Fdn AD
  672.    AreaTag News.900 2:332/901
  673. End
  674.  
  675. AnnounceMsg
  676.    Fdn CHS
  677.    AreaTag News.900 2:332/901
  678. End
  679.  
  680. AnnounceMsg
  681.    Fdn PAS
  682.    AreaTag News.900 2:332/901
  683. End
  684.  
  685. AnnounceMsg
  686.    Subject Files by Micky, 2:332/901.22
  687.    Fdn MN
  688.    AreaTag News.900 2:332/901
  689. End
  690.  
  691. AnnounceMsg
  692.    Subject Nodelist
  693.    Area 27 29
  694.    AreaTag News.900 2:332/901
  695. End
  696.  
  697. AnnounceMsg
  698.    Area 259
  699.    Subject Nuovi files in UTILNET
  700.    ;AreaTag News.900 2:332/901
  701.    CC Sergio De Cao, 2:333/207
  702. End
  703.  
  704. AnnounceMsg
  705.    Fdn LLIST
  706.    AreaTag LLIST_HELP 2:332/901
  707.    AreaTag NEWS.900 2:332/901
  708.    ;Areatag BBS_SOFT.ITA 2:332/901
  709.    CC Gert Massheimer, 2:2476/62
  710.    ;CC Michael Doyle, 3:690/442
  711.    CC Steve Stacher, 2:443/888
  712. End
  713.  
  714. AnnounceMsg
  715.    Area 306
  716.    AreaTag LORA.ITA 2:332/901
  717.    AreaTag LORA 2:332/901
  718.    Areatag BBS_SOFT.ITA 2:332/901
  719.    AreaTag NEWS.ITA 2:332/901
  720.    AreaTag MSD_NEWS.332 2:332/901
  721.    AreaTag MUFFIN 2:332/901
  722.    AreaTag OS2_APPL.ITA 2:332/901
  723.    ;AreaTag MAXIMUS.ITA 2:332/901 
  724.    AreaId JC:\TestJ 2:332/901
  725.    NoIbm
  726. End
  727.  
  728. AnnounceMsg
  729.    Fdn TTT
  730.    AreaTag NEWS.900 2:332/901
  731.    AreaId JC:\TestJ 2:332/901
  732. End
  733.  
  734. ; **********
  735. ; * Search *
  736. ; **********
  737.  
  738. ;
  739. ; Max files to be found for search function (Default, 50):
  740. ;
  741. SEARCHMAXFILES 10
  742.  
  743. ;
  744. ; Min length of search string (Default, 4):
  745. ;
  746. SEARCHMINLEN 3
  747.  
  748. ;
  749. ; Max size of files that can be UUEncoded (Default, 8192)
  750. ; This value will be used in each Search defined after, unless
  751. ; it is re-defined in the Search definition; UUEncoded file
  752. ; will be 1/3 longer than the UUUnencoded file
  753. ;
  754. MAXBYTESUUENCODE 0
  755.  
  756. Search
  757.    AreaTag News.900
  758.    AreaTagAns News.900
  759.    MaxBytesUUEncode 16384
  760.    SearchDb
  761. End
  762.  
  763. Search
  764.    AreaTag SOFTINFO.ITA
  765.    ; if no AreaTagAns is defined, the answer will be sent in NetMail
  766.    NoIbm
  767.    ;Prefix SoftInfo.Pre
  768.    ;Suffix SoftInfo.Suf
  769. End
  770.  
  771. Search
  772.    AreaTag LLIST_HELP
  773.    AreaTagAns LLIST_HELP
  774.    NoIbm
  775.    ; Scan only these 2 areas
  776.    Area 306 307 308
  777. End
  778.  
  779. Search
  780.    AreaId JC:\TestJ
  781. End
  782.  
  783. ;
  784. ; Always define NetMail and any other area in which answers are
  785. ; posted, to allow the continuation of a search already done and
  786. ; stopped because the SearchMaxFiles limit was reached
  787. ;
  788.  
  789. Search
  790.    AreaId FC:\MSG\FIDO\NET\,2 ; NetMail
  791.    MaxBytesUUEncode 16384
  792.    SearchDb
  793.    Suffix Search.Suf
  794. End
  795.  
  796.  
  797. ;
  798. ; Your key in this file
  799. ;
  800. Include Key.Cfg
  801.  
  802. ;
  803. ; L-List will search other config files (that must NOT be
  804. ; included !!!)...
  805. ; These are:
  806. ;
  807. ; Magic.Cfg, a list of magic names in the form:
  808. ;  <Magic> <Path> <Description>
  809. ;  this list will be automatically maintained processing keywords
  810. ;  Magic in *.Tic
  811. ;
  812. ; LLTic.Cfg, general info about tic nodes and tic groups
  813. ;  (automatically created first time, processing info in Tic.Cfg)
  814. ;
  815. ; Tic.Cfg, info about linked nodes and download path of each tic
  816. ;  area
  817. ;
  818. ; Raid.Cfg, info about tic areas names and flags, tic areas listed
  819. ;  here and not present in LLTic.Cfg will be shown as available
  820. ;  from uplink if they belong to a group with a valid uplink
  821. ;
  822.