Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Users

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-24-2007, 01:12 PM
New Member
 
Posts: 4
Default ZWC 4.5.6 background colors missing from cvsspam

Hi -

Since we switched to Zimbra our developers have noted that the red and green highlighting from cvsspam notifications are gone. If I "Show Original" and copy all the html into a text.html and open it with the browser all the colors appear as they should. Also I've noticed that the colors are there in the basic web client but not in the fancy Ajax client.

It sure does help to see the CVS diffs in color, any way to get them back?

Thanks in advance,

Jamie

Last edited by jamarty; 08-24-2007 at 03:18 PM..
Reply With Quote
  #2 (permalink)  
Old 08-27-2007, 09:48 AM
Former Zimbran
 
Posts: 5,606
Default

hi Jam-
Can you do a show original and post it so that I can do some testing?

Thanks
john
Reply With Quote
  #3 (permalink)  
Old 08-27-2007, 10:24 AM
New Member
 
Posts: 4
Thumbs up simple cvsspam example - thanks for looking

Code:
Received: from localhost (localhost.localdomain [127.0.0.1])
	by BLOCKED (Postfix) with ESMTP id 465FBD9C4A2;
	Sat, 25 Aug 2007 09:56:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at 
X-Spam-Score: -0.174
X-Spam-Level: 
X-Spam-Status: No, score=-0.174 tagged_above=-10 required=6.6
	tests=[ALL_TRUSTED=-1.8, AWL=0.062, BAYES_00=-2.599,
	DKIM_SIGNED=0.001, DKIM_VERIFIED=-0.001, HTML_MESSAGE=0.001,
	MIME_HTML_ONLY=0.001, NO_DNS_FOR_FROM=3.2, NO_REAL_NAME=0.961]
Received: from BLOCKED ([127.0.0.1])
	by localhost (BLOCKED [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id wN5pfSeQ9xjP; Sat, 25 Aug 2007 09:56:52 -0700 (PDT)
Received: from BLOCKED (BLOCKED [64.74.131.91])
	by BLOCKED (Postfix) with ESMTP id 35317D9C4A1;
	Sat, 25 Aug 2007 09:56:52 -0700 (PDT)
Received: from BLOCKED (localhost [127.0.0.1])
	by BLOCKED (Postfix) with ESMTP id 4D137115B724;
	Sat, 25 Aug 2007 09:55:51 -0700 (PDT)
Received: (from dkfilter@localhost)
	by BLOCKED (8.13.1/8.13.1/Submit) id l7PGtpKG002871;
	Sat, 25 Aug 2007 09:55:51 -0700
Received: from BLOCKED (localhost [127.0.0.1])
	by BLOCKED (Postfix) with ESMTP id 308B2115B7A0;
	Sat, 25 Aug 2007 09:55:51 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; h=Received:Received:Received:Date:From:To:Subject:References:Message-ID:MIME-Version:Content-Type:X-Originating-IP:X-Mailer; b=kbCAW7uGCWg4n4oj/GMyREZvU+tlqKR/2SrwO96bj/jwdYKjfSJQTm/fUn2TNz/SGnyNww7ivCvGFc4s4g8w04/BqW5Bee7QlUxfpoR/LZlpfLSuPUDsMjwMd+wz/6kN/6DvYZfcfvdrCWxZq8X5UCCjpeMrMP3hnH8Cutrzvfg=; c=nofws; d=engage.com; q=dns; s=m1
Received: from BLOCKED (experience.engage.com [192.168.254.15])
	by BLOCKED (Postfix) with ESMTP id 1FCDE115B724;
	Sat, 25 Aug 2007 09:55:51 -0700 (PDT)
Received: from BLOCKED (localhost [127.0.0.1])
	by BLOCKED (8.13.1/8.13.1) with ESMTP id l7PGsv18024564;
	Sat, 25 Aug 2007 09:55:17 -0700
Received: (from jeff@localhost)
	by BLOCKED (8.13.1/8.13.1/Submit) id l7PGslSY024563;
	Sat, 25 Aug 2007 09:54:47 -0700
Date: Sat, 25 Aug 2007 09:54:47 -0700
From: jeff@I_modified_this_part.com
To: cvs-notifications@I_modified_this_part.com, jamie.fox@I_modified_this_part.com
Subject: [CVS engage@BRANCH_REG_FLOW_2_0] late commit
References: <cvsspam-engage/db/scripts/misc/reporting-cleanup.sql.1.1.2.6@localhost>
Message-ID: <cvsspam-engage/db/scripts/misc/reporting-cleanup.sql.1.1.2.7@localhost>
MIME-Version: 1.0
Content-Type: text/html
X-Originating-IP: [10.2.0.5]
X-Mailer: CVSspam 0.2.12 <BLOCKEDprojects/cvsspam/>
Accreditor: Habeas
X-Habeas-Report: Please report use of this mark in spam to Habeas, Inc.

<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>engage/db/scripts/misc</tt></b> on BRANCH_REG_FLOW_2_0</td></tr>
<tr><td><tt><a href="#file1">reporting-cleanup.sql</a></tt></td><td align="right" id="added">+2</td><td align="right" id="removed">-2</td><td nowrap="nowrap" align="center">1.1.2.6 -&gt; 1.1.2.7</td></tr>
</table>
<pre class="comment">
late commit
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">engage/db/scripts/misc</span><br />
<div class="fileheader"><big><b>reporting-cleanup.sql</b></big> <small id="info">1.1.2.6 -&gt; 1.1.2.7</small></div>
<pre class="diff"><small id="info">diff -u -r1.1.2.6 -r1.1.2.7
--- reporting-cleanup.sql	5 Jul 2007 17:29:49 -0000	1.1.2.6
+++ reporting-cleanup.sql	25 Aug 2007 16:54:47 -0000	1.1.2.7
@@ -1,7 +1,7 @@
</small></pre><pre class="diff" id="context"> BEGIN;
</pre><pre class="diff" id="removed">-<span id="removedchars">--&nbsp;</span>\timing 
</pre><pre class="diff" id="added">+\timing 
</pre><pre class="diff" id="context"> 
</pre><pre class="diff" id="removed">-<span id="removedchars">--&nbsp;</span>TRUNCATE reporting.page_view_clean, reporting.visit_clean, reporting.tlink_clean, reporting.clink_clean;
</pre><pre class="diff" id="added">+TRUNCATE reporting.page_view_clean, reporting.visit_clean, reporting.tlink_clean, reporting.clink_clean;
</pre><pre class="diff" id="context"> 
 SET CONSTRAINTS ALL deferred;
 
</pre></div>
<center><small><a href="BLOCKEDprojects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.12</small></center>
</body></html>

Last edited by jholder; 08-27-2007 at 11:07 AM.. Reason: protect from spam
Reply With Quote
  #4 (permalink)  
Old 08-27-2007, 11:08 AM
Former Zimbran
 
Posts: 5,606
Default

Hi Jamie-
Can you please post a screeenshot of what this is supposed to look like?

I've imported your message, and have attached a screenshot.

Cheers,
john
Attached Images
File Type: jpg pic.jpg (55.4 KB, 70 views)
Reply With Quote
  #5 (permalink)  
Old 08-27-2007, 11:17 AM
New Member
 
Posts: 4
Default If you view it in the basic client you'll see

let me know if you have any problems with this image.

Thanks again,

Jamie
Attached Images
File Type: jpg cvsspam_example.jpg (81.7 KB, 72 views)
Reply With Quote
  #6 (permalink)  
Old 08-27-2007, 11:24 AM
Former Zimbran
 
Posts: 5,606
Default

Can you forward that e-mail to me?
jholder@zimbra.com

Looks like we may not be reading the CSS correctly.

Thanks

john
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.