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

  1. # Re - handle messages that are responses
  2. #
  3. # 13-July-92 weber@eitech.com created
  4. #
  5. proc re {switches envelope inputs} {
  6.   # do nothing; no replies expected to any service (so far), but there
  7.   # must be a service to avoid a mail loop
  8. }
  9.