home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / src / services / echo.tcl < prev    next >
Encoding:
Text File  |  1993-05-07  |  227 b   |  10 lines

  1. # directory - request the contents of the directory
  2. #
  3. # 16-Sept-92 weber@eitech.com created
  4. #
  5. # This service simply echos its inputs
  6.  
  7. proc echo {switches envelope inputs} {
  8.     return [mailout [turnaround $envelope] $inputs]
  9. }
  10.