home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S.CRE < prev    next >
Encoding:
Text File  |  1995-07-06  |  403 b   |  21 lines

  1. h29898
  2. s 00008/00000/00000
  3. d D 1.1 95/07/06 18:58:32 tim 1 0
  4. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. # insert the basic information into a mta file
  14. echo "$indir\" > in.mta
  15. echo "$myaddr" >> in.mta
  16. echo "END" >> in.mta
  17. echo "$outdir\" > out.mta
  18. echo "$myaddr" >> out.mta
  19. echo "END" >> out.mta
  20. E 1
  21.