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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat May 5 19:04:42 UTC 2007


Author: madduck
Date: 2007-05-05 19:04:41 +0000 (Sat, 05 May 2007)
New Revision: 1555

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/teapop
Log:
* ignore.d.server/teapop:
  - ignore reverse DNS errors and dropped connections, thanks to Stephan
    Windm?\195?\188ller.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-05-05 14:06:06 UTC (rev 1554)
+++ logcheck/trunk/debian/changelog	2007-05-05 19:04:41 UTC (rev 1555)
@@ -1,3 +1,11 @@
+logcheck (1.2.57~unreleased.1) UNRELEASED; urgency=low
+
+  * ignore.d.server/teapop:
+    - ignore reverse DNS errors and dropped connections, thanks to Stephan
+      Windmüller.
+
+ -- martin f. krafft <madduck at debian.org>  Sat, 05 May 2007 21:04:15 +0200
+
 logcheck (1.2.56) unstable; urgency=low
 
   * Thanks to Eric Evans and Russ Allbery for their contributions.

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/teapop
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/teapop	2007-05-05 14:06:06 UTC (rev 1554)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/teapop	2007-05-05 19:04:41 UTC (rev 1555)
@@ -1,3 +1,5 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ teapop\[[0-9]+\]: [-_.@[:alnum:]]+ \[[.0-9]{7,15}\] R[0-9]\([0-9]+\) D[0-9]\([0-9]+\) L[0-9]\([0-9]+\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ teapop\[[0-9]+\]: connect from [.0-9]{7,15} \([.0-9]{7,15}\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ teapop\[[0-9]+\]: Successful login for [-_.@[:alnum:]]+ \[[.0-9]{7,15}\] from [^[:space:]]+ \[[.0-9]{7,15}\]$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ teapop\[[[:digit:]]+\]: [-_.@[:alnum:]]+ \[[.[:digit:]]{7,15}\] R[[:digit:]]+\([[:digit:]]+\) D[[:digit:]]+\([[:digit:]]+\) L[[:digit:]]+\([[:digit:]]+\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ teapop\[[[:digit:]]+\]: connect from [.[:digit:]]{7,15} \([.[:digit:]]{7,15}\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ teapop\[[[:digit:]]+\]: Successful login for [-_.@[:alnum:]]+ \[[.[:digit:]]{7,15}\] from [^[:space:]]+ \[[.[:digit:]]{7,15}\]$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ teapop\[[[:digit:]]+\]: can't do reverse dns on client (error = 0)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ teapop\[[[:digit:]]+\]: Caught SIGPIPE \(signal = [[:digit:]]+\) - Lost connection$




More information about the Logcheck-commits mailing list