[Logcheck-commits] Hanspeter Kunz: enhanced deliver rules (in ignore.d.server/dovecot) to also ignore

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


Module: logcheck
Branch: viol-merge
Commit: cb50c5dd3cc98c3448a9571467e46a5deafc9acc
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=cb50c5dd3cc98c3448a9571467e46a5deafc9acc

Author: Hanspeter Kunz <hkunz at ifi.uzh.ch>
Date:   Tue Jul 29 13:20:05 2008 +0200

enhanced deliver rules (in ignore.d.server/dovecot) to also ignore
forwards and to cope with missing >'s at the end of long msgids.

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

---

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

diff --git a/debian/changelog b/debian/changelog
index 972a5d4..711c202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,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.
 
  -- 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 fb1f85b..0e3efd1 100644
--- a/rulefiles/linux/ignore.d.server/dovecot
+++ b/rulefiles/linux/ignore.d.server/dovecot
@@ -14,6 +14,7 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot-auth: \(pam_unix\) check pass; user unknown$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot-auth: pam_unix\(dovecot:[[:alnum:]]+\): check pass; user unknown$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ deliver\([-_.@[:alnum:]]+\): msgid=<[^[:space:]]+>( \((added by [^[:space:]]+|sfid-[_[:xdigit:]]+)\))?: saved mail to [-_.[:alnum:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ deliver\([-_.@[:alnum:]]+\): msgid=<[^[:space:]]+>?( \((added by [^[:space:]]+|sfid-[_[:xdigit:]]+)\))?: (saved mail to [-_.[:alnum:]]+|forwarded to <[^[:space:]]+>)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: auth-worker\([-_.[:alnum:]]+\): (pg|my)sql: Connected to [-_.[:alnum:]]+ \([-_.[:alnum:]]+\)$
 # see #396760
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: auth\([[:alnum:]]+\): client in: AUTH [[:digit:]]+[[:space:]]+(PLAIN|plain|LOGIN|login|(CRAM|DIGEST)-MD5|(cram|digest)-md5)[[:space:]]+service=IMAP[[:space:]]+(secured )?lip=[.:[:xdigit:]]+[[:space:]]+rip=[.:[:xdigit:]]+[[:space:]]+resp=<hidden>$




More information about the Logcheck-commits mailing list