Re: Stripping HtML and/or MIME-encoded messages?

From: Yitzchak Scott-Thoennes (sthoenna@efn.org)
Date: Thu, 09 Dec 1999 18:36:14 -0800

In article <PQCU4oQ0mA/F092yn@scn.org>, bg809@scn.org (Jeff Foy) wrote:
> I suspect I'm going to have to roll my own solution until (or
>unless) Chin decides to release the source to Yarn. But thanks for your
>replies. I appreciate them.

Two solutions:

a) set up a filter do delete any messages with:
Content-Type: text/html;
in the header or body.

Drawback: it would delete even messages like this one.

b) set up two filters, one to delete messages with:
Content-Type: text/html;
in the header, and one to delete messages with:
Content-Type: mulitpart/alternative;
in the header.

Drawback: this might delete even some non-html messages