[Logcheck-commits] Jeremy L. Gaddis: i.d.s/dovecot: adjusted 'managesieve-login' rule to match IPv6 addresses

Jeremy L. Gaddis jlgaddis-guest at alioth.debian.org
Wed Aug 17 03:04:18 UTC 2011


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

Author: Jeremy L. Gaddis <jlgaddis at gnu.org>
Date:   Tue Aug 16 22:42:27 2011 -0400

i.d.s/dovecot: adjusted 'managesieve-login' rule to match IPv6 addresses

closes: #637916

---

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

diff --git a/debian/changelog b/debian/changelog
index e489895..5ae29e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,9 @@ logcheck (1.3.14) unstable; urgency=low
   * ignore.d.server/ssh:
     - add rule to ignore AllowGroups denial, thanks to Gerald Turner
       (closes: #637923)
+  * ignore.d.server/dovecot:
+    - adjusted rule to match IPv6 addresses, thanks to Gerald Turner
+      (closes: #637916)
   * debian/copyright:
     - updated copyright year to 2011
     - added myself as team member
diff --git a/rulefiles/linux/ignore.d.server/dovecot b/rulefiles/linux/ignore.d.server/dovecot
index 4023098..8f4dcb6 100644
--- a/rulefiles/linux/ignore.d.server/dovecot
+++ b/rulefiles/linux/ignore.d.server/dovecot
@@ -22,5 +22,5 @@
 ^\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: ssl-build-param: SSL parameters regeneration completed$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: managesieve-login: Login: user=<[._[:alnum:]-]+>, method=[[:alnum:]-]+, rip=[.:[:digit:]]+, lip=[.:[:digit:]]+, (TLS( handshake)?|secured)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: managesieve-login: Login: user=<[._[:alnum:]-]+>, method=[[:alnum:]-]+, rip=[.:[:xdigit:]]+, lip=[.:[:xdigit:]]+, (TLS( handshake)?|secured)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: MANAGESIEVE\([._[:alnum:]-]+\): (Connection closed|Disconnected: Logged out)( bytes=[[:digit:]]+/[[:digit:]]+)?$




More information about the Logcheck-commits mailing list