home *** CD-ROM | disk | FTP | other *** search
- h27766
- s 00008/00000/00000
- d D 1.1 95/07/06 18:58:34 tim 1 0
- c These are shell scripts that talk to varios programs involved in sending email to / from the psion
- e
- u
- U
- f e 0
- t
- T
- I 1
- #!/bin/csh -f
- # insert the basic information into a in.mta file
- echo "$indir\" > in.mta
- echo "$myaddr" >> in.mta
- foreach i (in*.msg.hdr)
- cat $i >> in.mta
- end
- echo END >> in.mta
- E 1
-