Your message dated Mon, 01 Mar 2010 22:11:06 +0200
with message-id <[email protected]>
and subject line #569621,exim_mailstats doesn't count Completed properly
has caused the Debian Bug report #569621,
regarding exim_mailstats doesn't count Completed properly
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.)
--
569621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569621
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin
Version: 1.4.3-2
Severity: normal
Tags: patch
# grep " Completed " /var/log/exim4/mainlog|wc -l
0
# grep " Completed$" /var/log/exim4/mainlog|wc -l
4835
#
This patch changes the line that counts the completed lines.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages munin depends on:
ii adduser 3.100 Add and remove users and groups
ii cron 3.0pl1-87 management of regular background p
pn libdigest-md5-perl <none> (no description available)
ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin
ii liblog-log4perl-perl 1.26-1 A Perl port of the widely popular
ii librrds-perl 1.3.8-1 Time-series data storage and displ
pn libstorable-perl <none> (no description available)
ii munin-common 1.4.3-2 network-wide graphing framework (c
ii perl [libtime-hires-perl] 5.10.1-9 Larry Wall's Practical Extraction
ii perl-modules 5.10.1-9 Core Perl modules
ii rrdtool 1.2.27-1 Time-series data storage and displ
ii ttf-dejavu 2.30-2 Metapackage to pull in ttf-dejavu-
Versions of packages munin recommends:
pn libdate-manip-perl <none> (no description available)
ii munin-node 1.4.3-2 network-wide graphing framework (n
-- no debconf information
--- exim_mailstats.orig 2010-02-11 17:44:11.000000000 -0500
+++ exim_mailstats 2010-02-12 16:34:36.000000000 -0500
@@ -117,7 +117,7 @@
if (/ <= /) {
$received++;
}
- elsif (/ Completed /) {
+ elsif (/ Completed$/) {
$completed++;
}
elsif (/ rejected /) {
--- End Message ---
--- Begin Message ---
Version: 1.4.4-1
signature.asc
Description: OpenPGP digital signature
--- End Message ---