home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqflo130.zip / AFX.CFG < prev    next >
Text File  |  1995-05-21  |  3KB  |  93 lines

  1. ;                  ┌─────────────────────────────────┐
  2. ;                  │ AllFix requests processor setup │
  3. ;                  └─────────────────────────────────┘
  4. ;                This is an include file of SqFilter.Cfg
  5.  
  6. ;
  7. ; AfxScan tells SqFilter's Allfix request processor which file areas
  8. ; should be scanned for files.
  9. ;
  10. ; AfxScan <area_tag>
  11. ;
  12. ;    where <area_tag> is the <tag> defined in 'FileArea' or the 'short
  13. ;                            name' in Lora, or the number in FILEAREA.CTL.
  14. ;
  15. ; Generic names are handled the same way as in the previously defined
  16. ; 'SCAN' keyword.
  17. ;
  18. ; Ex:
  19. ;    AfxScan *
  20. ;              will scan all file areas.
  21. ;    AfxScan OS2*
  22. ;              will scan all file areas which's short name begin with 'OS2'
  23. ;
  24. AfxScan Info
  25. AfxScan DOS*
  26. AfxScan OS2*
  27. AfxScan Pascal
  28. AfxScan Divers
  29.  
  30. ;
  31. ; AfxMaxAnswers defines a limit to the number of file descriptions that
  32. ; will be sent in response to a request. The default value is 20, and
  33. ; the value may range from 1 to 64k.
  34. ;
  35. AFxMaxAnswers 20
  36.  
  37. ;
  38. ; AfxMaxDescLines puts a limit to how many lines of descriptions are
  39. ; allowed for one file. The default value is 5, and the value may range
  40. ; from 1 to 64k.
  41. ;
  42. AfxMaxDescLines 5
  43.  
  44. ;
  45. ; AfxReqArea defines in which message area the Allfix requests are to be
  46. ; searched. Requests are identified by a 'To:' field containing 'Allfix'
  47. ; or 'SqFltr'. This message area must have been previously defined by an
  48. ; 'Area' or 'AreaFile' keyword.
  49. ; If this keyword is not defined, the Allfix request processor is
  50. ; disabled.
  51. ;
  52. AfxReqArea Wanted.Fr
  53.  
  54. ;
  55. ; AfxAnsArea defines the message area where the answers will be sent.
  56. ;
  57. AfxAnsArea MyMsg
  58.  
  59. ;
  60. ; The AfxFoundHdr template defines the header of a response. The text
  61. ; ends with the 'EndTxt' keyword.
  62. ;
  63. AfxFoundHdr
  64.  Found at    : Zlika
  65.  SysOp       : Raphaël Vanney
  66.  Location    : Courbevoie, France
  67.  Phone #     : +33-1-47748723
  68.  Max. speed  : 28.8kpbs
  69.  Open hours  : from 10am to 7pm (GMT+1) on working days
  70.  
  71.  {AreasFileCount} files searched ({AreasFileSize(m)}Mb)
  72.  
  73. EndTxt
  74.  
  75. ;
  76. ; The AfxAreaTpl template defines the text that will be inserted at each
  77. ; new area in the response to an Allfix file request.
  78. ;
  79. AfxAreaTpl
  80. > {FileAreaDesc} ({FileAreaTag})
  81.  
  82. EndTxt
  83.  
  84. ;
  85. ; The AfxFoundFtr template defines the footer of Allfix requests
  86. ; response messages.
  87. ;
  88. AfxFoundFtr
  89. You may freely download these files.
  90.  
  91. F'req SQFLTRO for the last OS/2 version of SqFilter, SQFLTRD for DOS.
  92. EndTxt
  93.