home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gpm108b.zip / English / FREQ.CFG < prev    next >
Text File  |  2000-04-26  |  3KB  |  62 lines

  1. ;*===========================================================================*
  2. ;*   General Purpose Mailer. FTN-compatible Extended-Binkley-Style mailer    *
  3. ;*   for OS/2 Warp with multiline support and Presentation Manager GUI.      *
  4. ;*   Written by Igor Vanin (2:5030/448@fidonet, vanin@gpmail.spb.ru)         *
  5. ;*===========================================================================*
  6. ;*                            File Requests setup                            *
  7. ;=============================================================================
  8.  
  9. ; FreqSize <size>, Freq_FileNum <num>: These keywords set limits for file
  10. ; requests. The result of a file request from your station will not exceed
  11. ; <num> files with total size of <size> Kb. Default value for both is 0, i.e.
  12. ; no limits are set.
  13. ;FreqSize         1024
  14. ;Freq_FileNum     32
  15.  
  16. ; The Freq_Note keywords defines the file which is added to every FREQ report.
  17. ; For example, you may describe the rules of file requests from your station.
  18. ; Default value is not defined, nothing is added to reports.
  19. ;Freq_Note        FreqNote.TXT
  20.  
  21. ; FreqDir defines a directory available for file requests. The requested files
  22. ; are searched in this directory. You may define many FREQ Directories.
  23. ; Default value is not defined.
  24. ;FreqDir C:\Net\Fileecho\Os2_Rulez
  25. ;FreqDir C:\Net\Fileecho\Win95Suxx
  26.  
  27. ; FreqTree defines a directory available for file requests. The requested
  28. ; files are searched in this directory and all of its sub-directories (max.
  29. ; depth is 16). You may define many FREQ Trees. Default value is not defined.
  30. ;FreqTree C:\Net\FilesBBS
  31.  
  32. ; Freq_ExcludeDir <dirname>: The directory named <dirname> is excluded from
  33. ; the search when browsing through the FreqTree directories.
  34. ; You may define many variables.
  35. ;Freq_ExcludeDir C:\NET\FileEcho\PrivateFecho
  36.  
  37. ; Freq_ExcludeTree <dirname>: The directory named <dirname> and all of its
  38. ; sub-directories are excluded from the search when browsing through the
  39. ; FreqTree directories. You may define many variables.
  40. ;Freq_ExcludeTree C:\NET\FileEcho\Restricted
  41.  
  42. ; FreqAlias <word1> <word2> [Newest]
  43. ; This keyword defines aliases for file requests. If the <word1> is requested
  44. ; by remote, the file named <word2> is sent. The 'Newest' option tells mailer
  45. ; to choose the newest file from <word2>; the latter must be defined with
  46. ; wildcards ('*' and '?') in this case. You may define many FREQ Aliases.
  47. ; Default value is not defined.
  48. ;FreqAlias FILES C:\Net\FilesBBS\Filelist\MyFilelist.RAR
  49. ;FreqAlias GPM_BETA C:\NET\FileEcho\GPMail\GPM10b*.RAR Newest
  50.  
  51. ; Use_FileIndex <boolean>: If set to Yes, mailer searches the requested files
  52. ; using file index. The file index is created by the Create_FileIndex command.
  53. ; If set to No, file index is not used.
  54. ;Use_FileIndex Yes
  55.  
  56. ; The command 'Create_FileIndex' Creates file index, that is used for faster
  57. ; file requests processing. Index file contains all files from FreqDir and
  58. ; FreqTree variables. File index is used if enabled by Use_FileIndex keyword.
  59. ;Example:
  60. ;Event 0:00 Create_FileIndex
  61.  
  62.