Bug#286074: marked as done (eximstats: uses message count as data for the "volume" charts)

Debian Bug Tracking System owner@bugs.debian.org
Thu, 27 Jan 2005 05:49:44 -0800


Your message dated Thu, 27 Jan 2005 08:32:14 -0500
with message-id <E1Cu9ks-0000tJ-00@newraff.debian.org>
and subject line Bug#286074: fixed in exim4 4.44-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Dec 2004 12:42:54 +0000
>From wouter@grep.be Fri Dec 17 04:42:54 2004
Return-path: <wouter@grep.be>
Received: from gateway.nixsys.be [195.144.77.33] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CfHRe-0000ux-00; Fri, 17 Dec 2004 04:42:54 -0800
Received: from country.nixsys.be (country.nixsys.be [195.144.77.46])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(Client did not present a certificate)
	by gateway.nixsys.be (Postfix) with ESMTP id C1032173
	for <submit@bugs.debian.org>; Fri, 17 Dec 2004 13:42:51 +0100 (CET)
Received: from wouter by country.nixsys.be with local (Exim 4.34)
	id 1CfHRb-0003ea-9L; Fri, 17 Dec 2004 13:42:51 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wouter Verhelst <wouter@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: eximstats: uses message count as data for the "volume" charts
X-Mailer: reportbug 3.4
Date: Fri, 17 Dec 2004 13:42:51 +0100
Message-Id: <E1CfHRb-0003ea-9L@country.nixsys.be>
Sender: "Wouter Verhelst,,," <wouter@grep.be>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: exim4-base
Version: 4.34-9
Severity: normal
Tags: patch

Hi,

When using eximstats with the -html and -charts options, it produces a
number of charts, including pie charts for the "Top 50 host destinations
by (volume|message count)" tables.

For the message count pie chart, it orders the pies by message count and
makes them thicker or smaller depending on the number of messages. One
would expect that for the volume pie chart, it would work similar --
that it would order pies by volume, and make them thicker or smaller
depending on the volume. However, it does not do that; it correctly
orders them, but uses the message count to determine the size of a pie.

This patch fixes that behaviour:

--- /usr/sbin/eximstats	2004-12-17 13:36:44.381983753 +0100
+++ eximstats	2004-12-17 13:36:32.708504891 +0100
@@ -1107,7 +1107,7 @@
   if (scalar @chartdatanames < $ntopchart)
     {
     push(@chartdatanames, $key);
-    push(@chartdatavals, $$m_count{$key});
+    push(@chartdatavals, $$m_data{$key});
     }
   else
     {

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9
Locale: LANG=nl_BE@euro, LC_CTYPE=nl_BE@euro (charmap=ISO-8859-15)

Versions of packages exim4-base depends on:
ii  adduser                     3.59         Add and remove users and groups
ii  cron                        3.0pl1-86    management of regular background p
ii  debconf [debconf-2.0]       1.4.41       Debian configuration management sy
ii  exim4-config [exim4-config- 4.34-9       Debian configuration for exim4
ii  libc6                       2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libdb3                      3.2.9-20     Berkeley v3 Database Libraries [ru
ii  netbase                     4.19         Basic TCP/IP networking system
ii  passwd                      1:4.0.3-30.4 Change and administer password and

-- debconf information excluded

---------------------------------------
Received: (at 286074-close) by bugs.debian.org; 27 Jan 2005 13:36:08 +0000
>From katie@ftp-master.debian.org Thu Jan 27 05:36:08 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cu9oe-0000bm-00; Thu, 27 Jan 2005 05:36:08 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Cu9ks-0000tJ-00; Thu, 27 Jan 2005 08:32:14 -0500
From: Andreas Metzler <ametzler@debian.org>
To: 286074-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#286074: fixed in exim4 4.44-2
Message-Id: <E1Cu9ks-0000tJ-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 27 Jan 2005 08:32:14 -0500
Delivered-To: 286074-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: exim4
Source-Version: 4.44-2

We believe that the bug you reported is fixed in the latest version of
exim4, which is due to be installed in the Debian FTP archive:

exim4-base_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-base_4.44-2_i386.deb
exim4-config_4.44-2_all.deb
  to pool/main/e/exim4/exim4-config_4.44-2_all.deb
exim4-daemon-heavy_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-daemon-heavy_4.44-2_i386.deb
exim4-daemon-light_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-daemon-light_4.44-2_i386.deb
exim4_4.44-2.diff.gz
  to pool/main/e/exim4/exim4_4.44-2.diff.gz
exim4_4.44-2.dsc
  to pool/main/e/exim4/exim4_4.44-2.dsc
exim4_4.44-2_all.deb
  to pool/main/e/exim4/exim4_4.44-2_all.deb
eximon4_4.44-2_i386.deb
  to pool/main/e/exim4/eximon4_4.44-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 286074@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametzler@debian.org> (supplier of updated exim4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 13:45:45 +0100
Source: exim4
Binary: eximon4 exim4-daemon-custom exim4-daemon-heavy exim4-base exim4 exim4-daemon-light exim4-config
Architecture: source i386 all
Version: 4.44-2
Distribution: unstable
Urgency: low
Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org>
Changed-By: Andreas Metzler <ametzler@debian.org>
Description: 
 exim4      - metapackage to ease exim MTA (v4) installation
 exim4-base - support files for all exim MTA (v4) packages
 exim4-config - configuration for the exim MTA (v4)
 exim4-daemon-heavy - exim MTA (v4) daemon with extended features, including exiscan-ac
 exim4-daemon-light - lightweight exim MTA (v4) daemon
 eximon4    - monitor application for the exim MTA (v4) (X11 interface)
Closes: 258311 283538 286074 291184 291205
Changes: 
 exim4 (4.44-2) unstable; urgency=low
 .
   * re-work debian/control to make lintian happy, make descriptions
     more orthogonal. (mh)
   * kill build-conflicts on libperl-dev (=5.8.4-1). (mh)
 .
 exim4 (4.44-1) experimental; urgency=low
 .
   * New upstream bugfix-only release (exiscan-acl 4.44-28).
    - Fixes eximstats' generation of pie charts by volume. (Closes: #286074)
    - Reset the locale to "C" after calling embedded Perl. (Closes: #283538)
    - includes 66_cipherpreferences.dpatch,
      66_can2005-0021_can2005-0022.dpatch, 65_tidydb-spool.dpatch,
      62_statvfs.dpatch.
   * Fix (commented) example for AUTH LOGIN with saslauthd (Thanks, Maik
     Broemme). (Closes: #291205)
   * tl (Tagalog) translation of debconf templates by eric pareja.
     (Closes: #291184)
   * Use db4.2. (Closes: #258311)
Files: 
 faf0d5d8eedb4349549425bbadf46c06 1035 mail important exim4_4.44-2.dsc
 02184f0e02156834c9a3aaca8324ebca 560596 mail important exim4_4.44-2.diff.gz
 b91fadde653f9ec5fe84808c9fc30489 772090 mail important exim4-base_4.44-2_i386.deb
 2b544f36f0614302e258cf3249ab5bce 361298 mail important exim4-daemon-light_4.44-2_i386.deb
 f7dea6de3ad76b15646b2b4950712343 73472 mail optional eximon4_4.44-2_i386.deb
 89e2565cdf306360bae9915e58a9d0d3 435366 mail optional exim4-daemon-heavy_4.44-2_i386.deb
 2b0c5ad3157570fc0e3fa82efda49efc 218712 mail important exim4-config_4.44-2_all.deb
 7b60e0837b151c72488f5cf8abf9e39c 1110 mail important exim4_4.44-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB+ObfHTOcZYuNdmMRAhs1AKCsNS59VaSGOwFNixT7lURrRq6lCACgkYhJ
SWgXUmisqd8yN5KWohR8u7s=
=WqhH
-----END PGP SIGNATURE-----