home *** CD-ROM | disk | FTP | other *** search
- h03497
- s 00027/00000/00000
- d D 1.1 95/07/06 18:58:45 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
- echo doincomming Initialising
- source setupenv
- echo geting the remaining incomming mail
- getincomming
- echo compressing filenames
- setenv incount `complistfiles in.mta`
- echo $incount files from psion
- echo getting new emails
- dopop $incount
- # munge the headers
- echo "Extracting Headers"
- doheaders
- # make the lines acceptable to the psion
- echo "Shortening lines"
- doshorten
- # build the in.mta file
- createinmta
- # build the transfer program
- echo "Building the transfer command"
- buildintrans
- # actualy do the transfer
- echo "Transfering the files"
- dotrans
- # tidy up
- echo Deleting temporary files
- dotidy
- E 1
-