Your message dated Sun, 13 Sep 2009 17:21:47 +0000
with message-id <[email protected]>
and subject line Bug#541152: fixed in logwatch 7.3.6.cvs20090906-1
has caused the Debian Bug report #541152,
regarding logwatch: uw-imapd, unmatched log entries
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.)
--
541152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541152
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logwatch
Version: 7.3.6.cvs20080702-2
Severity: wishlist
Tags: patch
uw-imapd generates lines unmatched by rules in the imapd service script.
Patch included.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- /usr/share/logwatch/scripts/services/imapd 2008-12-31 12:31:13.000000000
+0100
+++ imapd 2009-08-05 23:25:09.078394758 +0200
@@ -38,7 +38,10 @@
($ThisLine =~ /^couriertls: read: Connection reset by peer/ ) or
# timeouts are reported in some other scripts - maybe it should be here
too?
($ThisLine =~ /^couriertls: read: Connection timed out/ ) or
- ($ThisLine =~ /^LOGOUT, ip=\[(.*)\], rcvd=\d+, sent=\d+$/)
+ ($ThisLine =~ /^LOGOUT, ip=\[(.*)\], rcvd=\d+, sent=\d+$/) or
+ # uw-imapd
+ ($ThisLine =~ /^Moved \d+ bytes of new mail to.*$/) or
+ ($ThisLine =~ /^Unexpected client disconnect, while reading line.*$/)
) {
# Don't care about these...
} elsif ( ($User, $Host) = ( $ThisLine =~ /^Login user=(.*?)
host=(.*\[.*\])$/ ) ) {
@@ -67,6 +70,10 @@
} elsif ( ($User, $Host) = ( $ThisLine =~ /^Logout user=(.*?)
host=(.*\[.*\])$/) ) {
$Logout{$User}{$Host}++;
$Logout2{$User}++;
+ # More generic pattern for uw-imapd
+ } elsif ( ($User, $Host) = ( $ThisLine =~ /^Logout user=(.*?) host=(.*)$/)
) {
+ $Logout{$User}{$Host}++;
+ $Logout2{$User}++;
} elsif ( ($dummy, $User, $Host, $DownloadSize1, $DownloadSize2) = (
$ThisLine =~ /^(LOGOUT|TIMEOUT|DISCONNECTED), user=(.*?), ip=\[([^ ,]+)\](?:,
port=\[\d+\])?, headers=(\d+), body=(\d+)/o ) ) {
$Logout{$User}{$Host}++;
$Logout2{$User}++;
--- End Message ---
--- Begin Message ---
Source: logwatch
Source-Version: 7.3.6.cvs20090906-1
We believe that the bug you reported is fixed in the latest version of
logwatch, which is due to be installed in the Debian FTP archive:
logwatch_7.3.6.cvs20090906-1.diff.gz
to pool/main/l/logwatch/logwatch_7.3.6.cvs20090906-1.diff.gz
logwatch_7.3.6.cvs20090906-1.dsc
to pool/main/l/logwatch/logwatch_7.3.6.cvs20090906-1.dsc
logwatch_7.3.6.cvs20090906-1_all.deb
to pool/main/l/logwatch/logwatch_7.3.6.cvs20090906-1_all.deb
logwatch_7.3.6.cvs20090906.orig.tar.gz
to pool/main/l/logwatch/logwatch_7.3.6.cvs20090906.orig.tar.gz
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Willi Mann <[email protected]> (supplier of updated logwatch 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 07 Sep 2009 17:04:43 +0200
Source: logwatch
Binary: logwatch
Architecture: source all
Version: 7.3.6.cvs20090906-1
Distribution: unstable
Urgency: low
Maintainer: Willi Mann <[email protected]>
Changed-By: Willi Mann <[email protected]>
Description:
logwatch - log analyser with nice output written in Perl
Closes: 499109 505432 507042 507937 536472 541152 542453
Changes:
logwatch (7.3.6.cvs20090906-1) unstable; urgency=low
.
* New CVS snapshot + postfix-logwatch 1.38.01
- postfix-logwatch now supports SPF \S+ lines (closes: #507937)
* Support cron with -L2 loglevel (closes: #542453)
* Move logfiles ending with *.gz or *.bz2 to archive list, so they are
unpacked before being processed (closes: #536472)
* Include patch for imapd to support loglines from uw-imapd, submitted by
Marcin Szewczyk, closes: #541152
* scripts/services/denyhosts: Output one host per line, not one possibly
very long line with all hosts. closes: #507042
* Support "command continues" lines in sudo. closes: #505432
* Fix typos in exim script. LP: #425206.
* No longer force recipient in the cron script. (--output mail instead of
--mailto root)
* change comment concerning the Mailto parameter to no longer talk about
removed Print parameter. closes: #499109
* lintian:
- Standards-Version: 3.8.3 (no changes)
- Change path to GPL2 in debian/copyright
Checksums-Sha1:
1bf3ab19dddc7d482ca3a720fad3596b580d6623 1176 logwatch_7.3.6.cvs20090906-1.dsc
20901e498220a3ba8f71680da1adc1ad1c13552a 338115
logwatch_7.3.6.cvs20090906.orig.tar.gz
26dc11e95150dd2e2c99a79fe28cb028fc4be3f1 85465
logwatch_7.3.6.cvs20090906-1.diff.gz
8fafcb0f03658c6519643acbfb1570d42555986a 395870
logwatch_7.3.6.cvs20090906-1_all.deb
Checksums-Sha256:
4307b2ed10506c98dc0b873643f378bbcc055276e03de95b14301b5c6e1a01fa 1176
logwatch_7.3.6.cvs20090906-1.dsc
8f4b237a4e58c0ce46cb0498b1220237848c697668d307277265e6962e808d0d 338115
logwatch_7.3.6.cvs20090906.orig.tar.gz
d7e4b63cdc70e513eca99f5cb8a2b1819581251b5d13d4353a61f47a6247f6e9 85465
logwatch_7.3.6.cvs20090906-1.diff.gz
a3a7065b2a713d6bbb8045c17ba0cabd09ce49017640b55d8f9051cba08cac83 395870
logwatch_7.3.6.cvs20090906-1_all.deb
Files:
26b7e9bbd971ac588ac71b5fd754d3af 1176 admin optional
logwatch_7.3.6.cvs20090906-1.dsc
b12229916e0a5891a8c1da59afb61e40 338115 admin optional
logwatch_7.3.6.cvs20090906.orig.tar.gz
600484e7253d209ae6a639bf110483bb 85465 admin optional
logwatch_7.3.6.cvs20090906-1.diff.gz
fb87e68aec6e57d70c7ae9541d6890ce 395870 admin optional
logwatch_7.3.6.cvs20090906-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqtEsEACgkQpdwBkPlyvgPUTACfZB8ujk3uIYftixywXwu2Zf3G
IFQAnAhtZy21rfXNlRnN/eN7j/pUQGQs
=lHyp
-----END PGP SIGNATURE-----
--- End Message ---