[Logcheck-commits] r1207 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Jul 28 19:50:36 UTC 2006


Author: madduck
Date: 2006-07-28 19:50:35 +0000 (Fri, 28 Jul 2006)
New Revision: 1207

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
* ignore.d.server/postfix: also add msgid status messages by cleanup daemon.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-07-26 10:32:56 UTC (rev 1206)
+++ logcheck/trunk/debian/changelog	2006-07-28 19:50:35 UTC (rev 1207)
@@ -29,12 +29,13 @@
     that send wrong notifies.
   * ignore.d.server/cron-apt: fixed several rules for corner cases.
   * ignore.d.server/postfix: added rule for server greeting timeout.
+  * ignore.d.server/postfix: also add msgid status messages by cleanup daemon.
   * ignore.d.server/spamd: fixed rule for config location message.
   * ignore.d.server/kernel: partially undo link status message filter, now
     only filters up messages, not the down ones. By nature of the link status,
     the messages will come in pairs or not at all anyway.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 26 Jul 2006 09:40:30 +0100
+ -- martin f. krafft <madduck at debian.org>  Fri, 28 Jul 2006 20:50:10 +0100
 
 logcheck (1.2.47) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2006-07-26 10:32:56 UTC (rev 1206)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2006-07-28 19:50:35 UTC (rev 1207)
@@ -1,6 +1,6 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: skipped, still being delivered$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: from=<.*>, status=expired, returned to sender$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: message-id=.*$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/(n?qmgr|cleanup)\[[0-9]+\]: [[:alnum:]]+: message-id=.*$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: removed$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: to=<[^[:space:]]+>, relay=none, delay=[0-9]+, status=deferred \(delivery temporarily suspended: connect to [^[:space:]]+: (Connection timed out|read timeout|Connection refused)\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/n?qmgr\[[0-9]+\]: [[:alnum:]]+: to=<[^[:space:]]+>, relay=none, delay=[0-9]+, status=deferred \(delivery temporarily suspended: Host or domain name not found. Name service error for name=[^[:space:]]+ type=MX: Host not found, try again\)$




More information about the Logcheck-commits mailing list