procmail
[Top] [All Lists]

QUESTION: Making MIME not MIME

1997-10-10 06:28:47
Greets,

How do I make a MIME message into a non-MIME message?  I get webpages
delivered to me by netmind.com. I already got help on stripping the HTML
out of these webpages. Now I need to move the attached text into the body
of the message. I thought I could just substitute the ====URL-Minder====
MIME-boundary-string with something random ("OH!") or nothing, but that
didn't quite work.

Then I tried these two pipes through sed:

#| sed 's/MIME-Version: /X-Nothing: /g'
#| sed 's/Content-Type: /X-Nothing: /g'

in a feeble attempt to make it not recognize it as a mime.
And instead of this taking away my headers, it took away my WHOLE message!

I do not need to decode anything; just strip out what makes it mime.

Thanks for all your help,
-Clint

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Clint Lipinski      VaTech Computer Science Class Of '97         
clint(_at_)acm(_dot_)vt(_dot_)edu
http://www.acm.vt.edu/~clint -- My no-frames homepage              
http://www.acm.vt.edu/~clint/vcr/voices.htm -- Searchable cartoon voices 
database
http://www.acm.vt.edu/~clint/vcr -- My video library -- all my videos catalogged
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

<Prev in Thread] Current Thread [Next in Thread>