[Logcheck-commits] Hanspeter Kunz: dovecot: ignore closed connection messages also when connection is reset by peer

Martin F. Krafft madduck at alioth.debian.org
Wed Jul 30 06:14:04 UTC 2008


Module: logcheck
Branch: master
Commit: 6a74371a501349b5cf73f260897eb697d18e7e34
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=6a74371a501349b5cf73f260897eb697d18e7e34

Author: Hanspeter Kunz <hkunz at ifi.uzh.ch>
Date:   Tue Jul 29 16:00:58 2008 +0200

dovecot: ignore closed connection messages also when connection is reset by peer

Signed-off-by: Hanspeter Kunz <hkunz at ifi.uzh.ch>

---

 debian/changelog                        |    1 +
 rulefiles/linux/ignore.d.server/dovecot |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 711c202..6e6a4fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ logcheck (1.2.68) unstable; urgency=low
   * ignore.d.server/dovecot:
     - ignore connection closed messages.
     - ignore forwards and to cope with missing >'s at the end of long msgids.
+    - ignore closed connection messages also when connection is reset by peer.
 
  -- martin f. krafft <madduck at debian.org>  Thu, 17 Jul 2008 12:17:19 +0200
 
diff --git a/rulefiles/linux/ignore.d.server/dovecot b/rulefiles/linux/ignore.d.server/dovecot
index 0e3efd1..7313991 100644
--- a/rulefiles/linux/ignore.d.server/dovecot
+++ b/rulefiles/linux/ignore.d.server/dovecot
@@ -21,4 +21,4 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: auth\([[:alnum:]]+\): client in: CONT<hidden>
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: auth\([[:alnum:]]+\): client out: CONT[[:space:]]+[[:digit:]]+[[:space:]]+[[:alnum:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: IMAP\([-_.@[:alnum:]]+\): Fixed index file /[-._/[:alnum:]&]+/dovecot\.index: first_(recent|unseen)_uid_lowwater [[:digit:]]+ -> [[:digit:]]+$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: IMAP\([-_.@[:alnum:]]+\): Connection closed$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: IMAP\([-_.@[:alnum:]]+\): Connection closed(: Connection reset by peer)?$




More information about the Logcheck-commits mailing list