$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Fuchs (martin-fuchs_at_[hidden])
Date: 2002-06-07 06:30:14
What about using this little filter for HTML emails:
sed -e 's/<[^<]*>//g' -e 's/</</g' -e 's/>/>/g'
It makes most HTML documents readable as plain text.
Yes I know, this is not the ultimate solution.
But maybe someone has a better one, which could be
installed at lists.boost.org?
Personally I'm using a mail client, which has no problems
displaying any of the mail formats.
(You can look at my mail header ;-)
Martin