Download List

Project Description

strip_html is a simple Perl filter that reads an
mbox-style email message from stdin and outputs
the same email message to stdout, but with all
HTML stripped off. It uses w3m for the HTML
formatting.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-22 15:11
0.3

In this release, the code was simplified, and as a result it should now catch any MIME compliant text/html part. Multipart/alternative MIME parts, which provides a text/plain alternative part, can now be skipped.
Tags: Major feature enhancements

2002-03-13 17:10
0.2

strip_html was rewritten in Perl. It no longer depends on mimedecode. strip_html now also adds missing <html>.*</html> tags.
Tags: Major feature enhancements

2002-03-06 18:00
0.1.3

The regexp to catch the "HTML" tag was extended so
that it also catches "HTML" tags with embedded
attributes.
Tags: Minor bugfixes

2002-03-04 18:03
0.1.2

The HTML tag to enclose clear text was changed
from "pre" to "listing", so that it is not
necessary to escape special characters in the
clear text section.
Tags: Major bugfixes

2002-03-03 19:04
0.1.1

A link to the mimedecode tool was added to the
README. The procmail rule now saves a copy of the
unstripped message in the folder
unstripped.backup.
Tags: Minor feature enhancements

Project Resources