home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / FDSND_20.ZIP / FDSEND.CFG < prev    next >
Text File  |  1991-12-08  |  2KB  |  47 lines

  1. ;
  2. ; Configuration file for FDSEND v2.0
  3. ;
  4. ;
  5. ; AddCRs will force the adding of CR characters to every line of
  6. ; an incoming encoded messages prior to decoding.  Some tossers
  7. ; (TosScan included) will strip them out and they MUST be in
  8. ; place for proper decoding.  Default is True.
  9. ;
  10. ADDCRS=TRUE
  11. ;
  12. ; Files are normally extracted to the FD files directory when
  13. ; arriving in Netmail and to their respective file areas as set
  14. ; up by the AREA statement (see below).  If UseFd is set to true,
  15. ; ALL files will extract to the FD files directory.  Default is 
  16. ; false.
  17. ;
  18. USEFD=FALSE
  19. ;
  20. ; By default, FDSend will erase .MSG files following extraction.
  21. ; Set ERASE to false if you do not want the .MSG files erased.
  22. ;
  23. ERASE=TRUE
  24. ;
  25. ; Normally, only files TO the primary address set up in FD will
  26. ; be extracted from Netmail.  Set FORCE to true to force extraction
  27. ; of any encoded files that arrive in Netmail.
  28. ;
  29. FORCE=TRUE           
  30. ;
  31. ; Sets color or mono display.
  32. ;
  33. MONO=FALSE
  34. ;
  35. ; The area statement sets up a folder (from Folder.FD) as being 
  36. ; an area for FDSend messages.  You can select to Receive (extract)
  37. ; from any such areas and FDsend will place encoded files into these
  38. ; areas as well.  Any area in your Folder.FD that is does not have
  39. ; an AREA statement will not be recognized by FDSend.
  40. ;
  41. ;  Area name is from column 1 to 30 (excluding the "AREA=" tag)
  42. ;  File extract path is from column 31 to 65
  43. ;  "Tick" description text filename is from column 66 to end 
  44. ;
  45. AREA=SYS18                         C:\MAIL\MSGS\SYSOP18               C:\MAIL\MSGS\SYSOP18\SYSOP18.LST
  46. AREA=TPBoard                       C:\MAIL\MSGS\TPBOARD               C:\MAIL\MSGS\TPBOARD\TPB.LST
  47.