RES: Strange error message dashboard notification

Hello,

Is this a bug from rt 4.0.2 ?

Can I revert this to the old way like rt 3.8.9(simple text)?

LucianoDe: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] Em nome de Luciano Ernesto da Silva
Enviada em: terça-feira, 11 de outubro de 2011 15:42
Para: RT-Users@lists.bestpractical.com
Assunto: [SPAM] [rt-users] Strange error message dashboard notification

Hello Kevin,

I did an upgrade from 3.8.9 to 4.0.2 Ubuntu server. Now the notifications are coming with a strange problem in html/Javascript header of messages received in any email client(Evolution, Exchange 2003, 2007 and 2010):

if (window.top !== window.self) { document.write = “”; window.top.location = window.self.location; setTimeout(function(){ document.body.innerHTML = “”; }, 1); window.self.onload = function(){ document.body.innerHTML = “”; }; } jQuery(document).ready(function(){ jQuery(“#quick-personal”).append(’

'); jQuery(“#li-preferences”).detach().appendTo(“#prefs-menu”); jQuery(“#li-tools-config”).detach().appendTo(“#app-nav”); jQuery(“#li-search-simple”).detach().insertBefore(“#li-search”); jQuery(“#li-tools-approval”).detach().appendTo(“#app-nav”); jQuery(“#li-page-bookmark”).detach().appendTo(“#li-page-actions>ul”); jQuery(“#li-page-actions>ul”).attr(“id”,“page-action-menu”).detach().insertAfter(“#topactions”); jQuery.fn.supersubs.defaults = { maxWidth: 30, extraWidth: 2 }; jQuery(“#page-menu.toplevel”).addClass(“sf-menu sf-js-enabled”).supersubs().superfish({ dropShadows: false, speed: ‘fast’ }).supposition(); jQuery(“#app-nav.toplevel”).addClass(“sf-menu sf-vertical sf-js-enabled”).supersubs().superfish({ speed: ‘fast’ }).supposition(); jQuery(“#prefs-menu”).addClass(“sf-menu sf-js-enabled”).supersubs().superfish().supposition({ speed: ‘fast’ }); });

Dashboard Spam queue

Is there a way to fix that?

Tks

Luciano

Is this a bug from rt 4.0.2 ?

It is an RT4 bug

Can I revert this to the old way like rt 3.8.9(simple text)?

3.8.9 never sent plain text dashboards, they were always HTML.
Plain text dashboards are a popular request but we haven’t had time to
develop a proper html->text conversion for them.

-kevin