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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Jan 14 17:23:15 CET 2007


Author: madduck
Date: 2007-01-14 17:23:14 +0100 (Sun, 14 Jan 2007)
New Revision: 1446

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
* ignore.d.server/postfix: ignore lost connection warnings during HELO
  handshake.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-01-14 16:22:19 UTC (rev 1445)
+++ logcheck/trunk/debian/changelog	2007-01-14 16:23:14 UTC (rev 1446)
@@ -5,6 +5,8 @@
   * ignore.d.server/postfix: ignore network_biopair_interop messages about
     read errors.
   * ignore.d.server/postfix: ignore bounce messages on bad address syntax.
+  * ignore.d.server/postfix: ignore lost connection warnings during HELO
+    handshake.
   * ignore.d.server/postfix: more tolerance on message-ids.
   * violations.ignore.d/logcheck-postfix, ignore.d.server/postfix: ignore
     messages related to checks done by the cleanup daemon.
@@ -59,7 +61,7 @@
     This should hopefully fix some of the "Check temporary directory"
     messages.
 
- -- martin f. krafft <madduck at debian.org>  Sun, 14 Jan 2007 17:21:43 +0100
+ -- martin f. krafft <madduck at debian.org>  Sun, 14 Jan 2007 17:22:54 +0100
 
 logcheck (1.2.52) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-01-14 16:22:19 UTC (rev 1445)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-01-14 16:23:14 UTC (rev 1446)
@@ -42,6 +42,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: host [^[:space:]]+ refused to talk to me: [45][0-9][0-9].*$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while sending [[:upper:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while receiving the initial (SMTP|server) greeting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while performing the HELO handshake$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while sending end of data -- message may be sent more than once$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: lost connection after [[:upper:]]+ from [._[:alnum:]-]+\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: host [^[:space:]]+ said: .* \(in reply to (HELO|EHLO|MAIL FROM|RCPT TO|end of DATA) command\)$




More information about the Logcheck-commits mailing list