search for: message_s_

Displaying 1 result from an estimated 1 matches for "message_s_".

Did you mean: message's
2006 Apr 18
0
Bug#363336: logcheck-database: incomplete regexp for popa3d log message
...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} [....