Your message dated Tue, 05 Jan 2010 20:16:06 +0100
with message-id <[email protected]>
and subject line Re: #5256953 - mailgraph references old URLs in html output
has caused the Debian Bug report #526953,
regarding mailgraph references old URLs in html output
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526953
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mailgraph
Version: 1.12-2.1
Severity: minimal
The links embedded in the output of mailgraph.cgi that refer to both the
mailgraph and rrdtool projects are outdated. Here is a patch that updates
the links as well as adjust the displayed aspect ratio of the new rrdtool
logo:
--- /usr/lib/cgi-bin/mailgraph.cgi 2007-01-23 01:50:30.000000000 -0500
+++ mailgraph.cgi 2009-05-01 20:57:31.000000000 -0400
@@ -178,10 +178,10 @@
print <<FOOTER;
<hr width="630" align="left" size="1" noshade>
<table border="0" width="630" cellpadding="0" cellspacing="0"
background="#dddddd"><tr><td align="left">
-<A href="http://people.ee.ethz.ch/~dws/software/mailgraph">Mailgraph</A>
$VERSION
-by <A href="http://people.ee.ethz.ch/~dws/">David Schweikert</A></td>
+<A href="http://mailgraph.schweikert.ch/">Mailgraph</A> $VERSION
+by <A href="http://david.schweikert.ch/">David Schweikert</A></td>
<td ALIGN="right">
-<a HREF="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/"><img
border="0" src="
http://people.ethz.ch/~oetiker/webtools/rrdtool/.pics/rrdtool.gif" alt=""
width="120" height="34"></a>
+<a HREF="http://oss.oetiker.ch/rrdtool/"><img border="0" src="
http://oss.oetiker.ch/rrdtool/inc/rrdtool-3dlogo.png" alt="" width="120"
height="53"></a>
</td></tr></table>
</BODY></HTML>
FOOTER
--- End Message ---
--- Begin Message ---
Package mailgraph
Version 1.13-1
Hi,
The URLs were fixed in mailgraph 1.13, which was uploaded to Debian
mid-2007.
Hence closing this bug
Cheers,
Julien
--- End Message ---