[Logcheck-devel] Bug#363336: logcheck-database: incomplete regexp for popa3d log message

Robbert Kouprie robbert at radium.jvb.tudelft.nl
Tue Apr 18 14:48:20 UTC 2006


Package: logcheck-database
Version: 1.2.43a
Severity: normal
Tags: patch

Hi,

Given the following popa3d log messages:
 popa3d[15636]: 0 messages (0 bytes) loaded
 popa3d[15993]: 1 message (3837 bytes) loaded
 popa3d[15856]: 3 messages (18116 bytes) loaded

The current logcheck ruleset does not take into account that sometimes there might be multiple message_S_ to be loaded. The following patch fixes 
this, and saves me a lot of noise.

--- popa3d.orig 2006-04-18 16:30:44.000000000 +0200
+++ popa3d      2006-04-18 15:47:08.000000000 +0200
@@ -1,5 +1,5 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popa3d\[[0-9]+\]: Session from [:0-9a-f.]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popa3d\[[0-9]+\]: Authentication passed for [._[:alnum:]-]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popa3d\[[0-9]+\]: [0-9]+ message \([0-9]+ bytes\) loaded$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popa3d\[[0-9]+\]: [0-9]+ messages? \([0-9]+ bytes\) loaded$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ popa3d\[[0-9]+\]: [0-9]+ \([0-9]+\) deleted, [0-9]+ \([0-9]+\) left$

Regards,
Robbert

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0]         1.4.72     Debian configuration management sy

logcheck-database recommends no packages.

-- debconf information:
  logcheck-database/conffile-cleanup: false
  logcheck-database/rules-directories-note:
  logcheck-database/standard-rename-note:





More information about the Logcheck-devel mailing list