Re: [Mailman-Users] Removing HTML

2001-03-13 Thread Dan Mick
As has been discussed to death on this list, many of us are using demime. Search for it with Google. There is a competitor as well; both Perl scripts I believe. Vincent Homans wrote: > > I guess it should be not to difficult to do it with lynx > if you cat the email in a temporary file >/tmp/t

Re: [Mailman-Users] Removing HTML

2001-03-13 Thread Vincent Homans
I guess it should be not to difficult to do it with lynx if you cat the email in a temporary file >/tmp/tmp$PIDdagmama.html and then you proces it something like lynx -dump /tmp/tmp$PIDdagmama.html > /tmp/file.txt and then mail this text. Just a wild guess, but maybe this heps you on the way.

[Mailman-Users] Removing HTML

2001-03-12 Thread Mike Wronski
Is anyone integrating a script that removes HTML from mail messages before forwarding? If so, what are you using and how did you integrate it?  I am thinking that this would make a nice entry on the mailman wishlist..   -M