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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Jan 22 18:33:24 CET 2007


Author: madduck
Date: 2007-01-22 18:33:23 +0100 (Mon, 22 Jan 2007)
New Revision: 1463

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
Log:
* violations.ignore.d/logcheck-postfix: ignore plain informational messages
  even if they contain some of the violations.d/logcheck words.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-01-21 16:15:41 UTC (rev 1462)
+++ logcheck/trunk/debian/changelog	2007-01-22 17:33:23 UTC (rev 1463)
@@ -1,4 +1,4 @@
-logcheck (1.2.54) unstable; urgency=low
+logcheck (1.2.54~unreleased.2) unstable; urgency=low
 
   * ignore.d.server/dovecot: also ignore local logins, which are "secured",
     not "TLS". Thanks to Marco Nenciarini for the patch (closes: #407642).
@@ -9,6 +9,8 @@
   * ignore.d.server/postfix: make anvil filter rules ipv6 compliant.
   * violations.ignore.d/logcheck-postfix: ignore deferred messages after
     rewriting the address (orig_to in use).
+  * violations.ignore.d/logcheck-postfix: ignore plain informational messages
+    even if they contain some of the violations.d/logcheck words.
 
   * ignore.d.server/openvpn: ignore messages related to client-side routes and
     client-config-dir.
@@ -18,7 +20,7 @@
   * ignore.d.server/ssh: ignore messages related to Allow/DenyUsers
     (closes: #407009).
 
- -- martin f. krafft <madduck at debian.org>  Sun, 21 Jan 2007 16:15:08 +0000
+ -- martin f. krafft <madduck at debian.org>  Sun, 21 Jan 2007 16:15:47 +0000
 
 logcheck (1.2.53) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix	2007-01-21 16:15:41 UTC (rev 1462)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix	2007-01-22 17:33:23 UTC (rev 1463)
@@ -39,3 +39,4 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/local\[[0-9]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)? relay=local, delay=[0-9.]+(, delays=([.0-9]+/){3}[.0-9]+)?(, dsn=[45](\.[0-9]+){2})?, status=(deferred|bounced) \(.+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:upper:]0-9]+: reject: header [^[:space:]]+:.+ from=<[^[:space:]]*>( to=<[^[:space:]]+>)? proto=E?SMTP helo=<[^[:space:]]+>: .+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+: (resent-)?message-id=(<?[^[:space:]]+>?)?$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/pickup\[[0-9]+\]: [[:alnum:]]+: uid=[[:digit:]]+ from=<[^[:space:]]+>$




More information about the Logcheck-commits mailing list