home *** CD-ROM | disk | FTP | other *** search
/ MACD 7 / MACD7.iso / internet / octetpurge / octetpurge.text < prev    next >
Encoding:
Text File  |  1998-01-05  |  1.2 KB  |  56 lines

  1. REM Octet Purge by Simon N Goodwin, December 1997.
  2.  
  3. First release, version 1.0.
  4.  
  5. WHAT?
  6.  
  7. A program to scan a MIME mail file and remove all
  8. octet-stream binary encoded data sections.
  9.  
  10. REQUIREMENTS
  11.  
  12. Requires ASL library. Uses 15 point
  13. Helvetica.font if it's available.
  14.  
  15. WHY?
  16.  
  17. Written to keep the size of archived YAM mail
  18. manageable, on the basis that binary contents
  19. ought to be archived somewhere else already.
  20.  
  21. HOW?
  22.  
  23. Start from Workbench by clicking on the icon.
  24. Select a file to be scanned or CANCEL to quit.
  25. Repeat selection for each file to be purged.
  26.  
  27. Input file is not modified. A new file on the
  28. same path with the suffix ".purged" is created
  29. containing the original contents except with
  30. the 'application octet-stream' data sections
  31. replaced with the text:
  32.  
  33.     **** Octet stream deleted from archive.
  34.  
  35. KNOWN BUGS
  36.  
  37. No check that the output file name is valid.
  38. No diagnostics if the input file is malformed.
  39.  
  40.  
  41. STATUS
  42.  
  43. Freely distributable; you must include source.
  44.  
  45. AUTHOR
  46.  
  47. Simon N Goodwin, simon@studio.woden.com
  48.  
  49. CREDITS
  50.  
  51. I am grateful to the following people for their help:
  52.  
  53. Ben Vost of Amiga Format for introducing me to YAM.
  54. Marcel Beck for writing YAM and providing it for free.
  55. Peter Corlett for configuring AdMail and YAM for me.
  56.