home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / fap200.zip / FAP.CFG next >
Text File  |  1993-02-22  |  3KB  |  96 lines

  1. ;File Announcer for Points configuration file.
  2. ;All lines that start with a ; are ignored.
  3.  
  4. ;The NetFile option tells FAP where to look for new files.  You can
  5. ;enter up to 32 of these.  Duplicates will be ignored.
  6.  
  7. NetFile e:\modem\bbs\file
  8.  
  9. ;The PKTPath command points to the directory that PKT files are to be placed
  10. ;in.
  11.  
  12. PKTPath e:\modem\bbs
  13.  
  14. ;The Area option is the area tag of the echo area that FAP's messages should
  15. ;be tossed into.  This should be a valid area on your system so your mailer
  16. ;will be able to process the PKT files FAP creates.
  17.  
  18. Area CVPFILES
  19.  
  20. ;The FileExclude verb tells FAP where to find the list of files to
  21. ;exclude from new file scanning.  This file holds the full path and file name
  22. ;of any file that has been scanned by FAP.  If a file is found in a
  23. ;directory and is in the FileExclude file, it is not announced.  You can
  24. ;manually edit this file with a text editor.  The default is EXCLUDE.DAT
  25.  
  26. FileExclude FAP.DAT
  27.  
  28. ;The NumberAnnounce verb tells you how many files announcements will go in
  29. ;each message.  The default is 3.  If there are more than the number
  30. ;specified, it will be broken into multiple messages.  You cannot have more
  31. ;than 32 files per message.  Any number greater will be reset to 32.
  32.  
  33. NumberAnnounce 3
  34.  
  35. ;The AddressFrom verb is to define the address the message is from.  This
  36. ;MUST be included if there is no AddressTo verb.
  37.  
  38. AddressFrom 1:163/307.30
  39.  
  40. ;The AddressTo verb is to define the address the message is from.  This
  41. ;MUST be included if there is no AddressFrom verb.
  42.  
  43. AddressTo 1:163/307.30
  44.  
  45. ;The From verb is what appears on the From line of the message.  FAP and then
  46. ;the version is the default.  If you want the right version number displayed,
  47. ;do not include a from line.
  48.  
  49. ;From FAP v1.10
  50.  
  51. ;The To verb is what appears on the To line of the message.  All is the
  52. ;default.
  53.  
  54. To All
  55.  
  56. ;The Subject verb is what appears on the Subject line of the message.
  57. ;"New Files" is the default.  (without the surrounding quotes).  In all
  58. ;messages (after the subject) there will be a set of square brackets that
  59. ;hold the number of messages that have been announced.
  60.  
  61. Subject New Files
  62.  
  63. ;The OriginLine verb tells FAP what to put on the Origin Line of your
  64. ;message.  DO NOT PUT YOUR ADDRESS HERE.  It will be added to the end
  65. ;of the Origin Line by FAP.  The default is:
  66. ;'Point System Using FAP ' + Version + ' * (' + FromAddress + ')'
  67.  
  68. OriginLine Carp Valley Point * Carp, Ontario
  69.  
  70. ;The TICAnnounce verb tells FAP if it should read into TIC files and
  71. ;announce the files that appear in them.  Valid options are Yes and No.  The
  72. ;default is Yes.
  73.  
  74. TICAnnounce Yes
  75.  
  76. ;The RSPAnnounce verb tells FAP if it should convert files with the RSP
  77. ;extension into a message.  Valid options are Yes and No.  The default is
  78. ;Yes.  Sometimes when you file request a file from a BBS but you get the
  79. ;password wrong or the file cannot be found, they BBS will return a RSP file.
  80. ;FAP will post this file to you message base.
  81.  
  82. RSPAnnounce Yes
  83.  
  84. ;The AlwaysExclude command will always exclude certain files from a scan.
  85. ;This is usefull to exclude mail packets or files you get on a regular basis.
  86. ;There are no defaults.  You can have 32 of these.
  87.  
  88. AlwaysExclude *.PKT
  89. AlwaysExclude *.SU*
  90. AlwaysExclude *.MO*
  91. AlwaysExclude *.TU*
  92. AlwaysExclude *.WE*
  93. AlwaysExclude *.TH*
  94. AlwaysExclude *.FR*
  95. AlwaysExclude *.SA*
  96.