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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 15 09:51:38 UTC 2007


Author: madduck
Date: 2007-08-15 09:51:38 +0000 (Wed, 15 Aug 2007)
New Revision: 1649

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
  - ignore lost connection message in stage with two words (e.g. MAIL FROM).


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-08-15 09:51:28 UTC (rev 1648)
+++ logcheck/trunk/debian/changelog	2007-08-15 09:51:38 UTC (rev 1649)
@@ -17,6 +17,7 @@
     - ignore warnings about not being able to resolve (sender) MX hosts.
     - ignore timeouts on clamav-milter socket.
     - ignore warnings about MX hosts without valid A/address records.
+    - ignore lost connection message in stage with two words (e.g. MAIL FROM).
 
   * ignore.d.server/spamd:
     - ignore more runtime, informational messages.
@@ -39,7 +40,7 @@
   * ignore.d.server/pdns:
     - ignore warning about zero-sized packet from remote.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 15 Aug 2007 11:19:04 +0200
+ -- martin f. krafft <madduck at debian.org>  Wed, 15 Aug 2007 11:20:05 +0200
 
 logcheck (1.2.59) experimental; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-08-15 09:51:28 UTC (rev 1648)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-08-15 09:51:38 UTC (rev 1649)
@@ -37,7 +37,7 @@
 # Postfix 2.1
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+ server dropped connection without sending the initial SMTP greeting \(port 25\)$
 ^\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 sending( [[:upper:]]+){1,2}$
 ^\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$




More information about the Logcheck-commits mailing list