home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / pmail301.zip / UDG.ZIP / FILTER.TXT < prev    next >
Text File  |  1992-04-22  |  1KB  |  24 lines

  1. ┌───────────────────────────────────────────────────────┐
  2. │                                                       │
  3. │   Filter.c - Pmail User-defined Gateway glue code     │
  4. │   to interface to Waffle v1.6x.                       │
  5. │                                                       │
  6. └───────────────────────────────────────────────────────┘
  7.  
  8. Filter.c is the glue code Pmail needs to be able to send mail via
  9. Waffle v1.6x, a BBS system with UUCP support. It has been developed
  10. by Brendan Murray, Systems Manager at the University of Otago,
  11. Dunedin New Zealand - he has kindly consented to make it freely
  12. available as a sample of how Pmail can be interfaced to mail
  13. transports.
  14.  
  15. Filter requires any version of Borland Turbo-C or Turbo-C++, and can
  16. be compiled simply by issuing the command "tcc filter". Filter
  17. assumes that you have a correctly-configured copy of Waffle on your
  18. system, and that the WAFFLE environment variable points to the Waffle
  19. STATIC configuration file.
  20.  
  21. For information on how to define a UDG which uses Filter to interface
  22. to Waffle, please read the file UDG.TXT.
  23.  
  24.