[Logcheck-commits] Hanspeter Kunz: i.d.s/dovecot: added rule to ignore various sieve messages (stored mail, forwards, vacation replies and discards)
Hanspeter Kunz
hp-guest at alioth.debian.org
Sat Jan 30 17:09:24 UTC 2010
Module: logcheck
Branch: master
Commit: 1a845ddad03d721563f1012e7b6bfbcb7e1627c6
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=1a845ddad03d721563f1012e7b6bfbcb7e1627c6
Author: Hanspeter Kunz <hkunz at irulan.localdomain>
Date: Sat Jan 30 18:11:04 2010 +0100
i.d.s/dovecot: added rule to ignore various sieve messages (stored mail, forwards, vacation replies and discards)
---
debian/changelog | 4 +++-
rulefiles/linux/ignore.d.server/dovecot | 1 +
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 708bc6f..29a5dc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ logcheck (1.3.7) UNRELEASED; urgency=low
[ Hanspeter Kunz ]
* ignore.d.server/dovecot:
- added an optional prefix "dovecot: " to the deliver rule
+ - added rule to ignore various sieve messages (stored mail, forwards,
+ vacation replies and discards)
- -- Hanspeter Kunz <hkunz at ifi.uzh.ch> Fri, 29 Jan 2010 12:26:54 +0100
+ -- Hanspeter Kunz <hkunz at ifi.uzh.ch> Sat, 30 Jan 2010 18:07:12 +0100
logcheck (1.3.6) unstable; urgency=low
diff --git a/rulefiles/linux/ignore.d.server/dovecot b/rulefiles/linux/ignore.d.server/dovecot
index b340579..d9e090f 100644
--- a/rulefiles/linux/ignore.d.server/dovecot
+++ b/rulefiles/linux/ignore.d.server/dovecot
@@ -1,5 +1,6 @@
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (dovecot: )?(imap|pop3)-login: Disconnected \[[.:[:xdigit:]]+\]$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (dovecot: )?deliver\([-_.@[:alnum:]]+\): msgid=<?[^:\(]*>?( \((added by [^[:space:]]+|sfid-[_[:xdigit:]]+)\)?)?[[:space:]]*: (saved mail to [-_.[:alnum:]]+|(forwarded|discarded duplicate forward) to <[^[:space:]]+>)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (dovecot: )?deliver\([-_.@[:alnum:]]+\): sieve: msgid=<?[^:\(]*>?[[:space:]]*: (stored mail into mailbox '[-_.[:alnum:]]+'|marked message to be discarded if not explicitly delivered \(discard action\)|(forwarded to|sent vacation response to|discarding vacation response for message implicitly delivered to|not sending vacation response to system address|discarding vacation response to mailinglist recipient) <[^[:space:]]+>)$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot-auth: \(pam_unix\) authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=([-_.@[:alnum:]]+)? rhost=([.:[:xdigit:]]+)?( user=[-_.@[:alnum:]]+)?$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot-auth: \(pam_unix\) check pass; user unknown$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot-auth: pam_unix\(dovecot:[[:alnum:]]+\): authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=([-_.@[:alnum:]]+)? rhost=([.:[:xdigit:]]+)?( user=[-_.@[:alnum:]]+)?$
More information about the Logcheck-commits
mailing list