Server Check unreadable (raw HTML)

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

Server Check unreadable (raw HTML)

Post by marty »

Hi Chirpy,

csf v 4.69

not a big issue but when I try to read the Server Check email using Horde, it doesn't render the HTML, it just displays it "raw".

I'm guessing it's an email header issue, but I haven't been able to pin it down exactly.

It may be as simple as adding the disposition header after the content-type:-

Content-Type: text/html;
Content-Disposition: inline

or maybe removing the semi-colon after text/html ? :notsure:

Other HTML emails that I view in Horde render correctly. Part of working header example:-

...
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
...

HTH, Cheers
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

Server Check email not rendering in Horde

Post by marty »

confirming same (mis-)behaviour with v4.70
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

It may well be the missing MIME-Version: field, which I'll add in the next version.
marty
Junior Member
Posts: 26
Joined: 08 Feb 2009, 12:23
Location: about 15 miles SE of Chirpy ;)

Post by marty »

Thanks Chirpy :) that fixed it.
Post Reply