[rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Luca Villani
Hi. After upgrade from RT 3.6.6 to RT 4.0.1 all HTML e-mail are not visualized inline in webinterface. In out RT_SiteConfig.pm there are Set( $PreferRichText, 1); Set( $TrustHTMLAttachments, 1); Are there some other directives to use? -- Luca Villani -

Re: [rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Thomas Sibley
On 08/05/2011 03:57 AM, Luca Villani wrote: After upgrade from RT 3.6.6 to RT 4.0.1 all HTML e-mail are not visualized inline in webinterface. You're going to have to be more specific as to what's not showing up. Screenshots would be useful, for example. Set( $TrustHTMLAttachments, 1);

Re: [rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Thomas Sibley
On 08/05/2011 10:17 AM, Luca Villani wrote: OK, inline visualization looks like Schermata1.png, and when we click on Download visualization looks like Schermata2.png. Ah, much more clear. For security, RT only allows certain HTML when displaying content inline with the ticket history. What

Re: [rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Luca Villani
In data venerdì 5 agosto 2011 17:03:17, Thomas Sibley ha scritto: There are answers in the list archives and maybe the wiki for how to modify ScrubHTML to allow tables inline, although that code has changed a little from 3.8 → 4.0. Ok, with a modified local/html/Elements/ScrubHTML

Re: [rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Christian Loos
Am 05.08.2011 17:03, schrieb Thomas Sibley: Ah, much more clear. For security, RT only allows certain HTML when displaying content inline with the ticket history. What you're seeing is that RT has stripped the tables from your message for inline display. There are answers in the list

Re: [rt-users] Broken mime type text/html inline e-mail visualization

2011-08-05 Thread Kevin Falcone
On Fri, Aug 05, 2011 at 10:18:17PM +0200, Christian Loos wrote: Am 05.08.2011 17:03, schrieb Thomas Sibley: Ah, much more clear. For security, RT only allows certain HTML when displaying content inline with the ticket history. What you're seeing is that RT has stripped the tables from