home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / sh-versions / sun-to-mime < prev    next >
Encoding:
Text File  |  1993-05-18  |  881 b   |  20 lines

  1. :
  2. # This file Copyright (c) 1992 Z-Code Software Corp.
  3. # Permission to use, copy, modify, and distribute this material
  4. # for any purpose and without fee is hereby granted, provided
  5. # that the above copyright notice and this permission notice
  6. # appear in all copies, and that the name of Z-Code Software not
  7. # be used in advertising or publicity pertaining to this
  8. # material without the specific, prior written permission
  9. # of an authorized representative of Z-Code.  Z-CODE SOFTWARE
  10. # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
  11. # OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
  12. # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
  13.  
  14. TMPFILE=/tmp/suntomime.$$
  15. echo "Content-type: multipart/mixed; boundary=--------" > $TMPFILE
  16. echo "" >> $TMPFILE
  17. sed -e 's/X-Sun-Data-Type:/Content-type:/' >> $TMPFILE < $1
  18. echo "------------" >> $TMPFILE
  19. metamail -d -z $TMPFILE
  20.