On Sat, May 11, 2002 at 07:30:20PM +0200, Marco Fioretti wrote: > On Sat, May 11, 2002 16:25:27 at 04:25:27PM +0200, Rocco Rutte wrote: > > Basically, yes. But note: emails do also contain a header > > which, in html mails, is before the initial <html> statement. > > So, browsers will have problems with that. > > Yes, me too, I've already seen this problem: is there any known way to > make them act only on the message body?
Write a perl script to preprocess the message, maybe. It could remove the headers or convert them into HTML (by escaping < > & characters and adding <br> before \n).