diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-03-11 12:51:47 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-03-11 12:51:47 +0000 |
commit | 07f4dea935cece0039ea17264ed72ddbed93c6db (patch) | |
tree | f18fec12e67e72789c491e89ccee95bef09651b5 | |
parent | 8053eadf52a8e31c309705728af8ab786d916163 (diff) |
logcheck: Make user hint is optional in that looong regex in uw-imap.
-rw-r--r-- | logcheck/ignore.d.server/uw-imap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/ignore.d.server/uw-imap b/logcheck/ignore.d.server/uw-imap index b85bc32..5e2900e 100644 --- a/logcheck/ignore.d.server/uw-imap +++ b/logcheck/ignore.d.server/uw-imap @@ -3,7 +3,7 @@ imapd\[.*\]: No route to host, while reading line user=.* host=(.*\[.*\]|UNKNOWN i(map|pop3)d\[.*\]: Killed \(lost mailbox lock\) user=.* host=(.*\[.*\]|UNKNOWN) i(map|pop3)d\[.*\]: (Login|Auth|Authenticated|Logout|Autologout) user=.* host=(.*\[.*\]|UNKNOWN) i(map|pop3)d\[.*\]: Moved [[:digit:]]+ bytes of new mail to .* from .* host=(.*\[.*\]|UNKNOWN) -i(map|pop(2|3))d\[.*\]: (Broken pipe|Command stream end of file|Connection (reset by peer|timed out))(,)? while (reading (authentication|line|literal|char)|writing text) user=.* host=(.*\[.*\]|UNKNOWN) +i(map|pop(2|3))d\[.*\]: (Broken pipe|Command stream end of file|Connection (reset by peer|timed out))(,)? while (reading (authentication|line|literal|char)|writing text) (user=.* )?host=(.*\[.*\]|UNKNOWN) ipop[2|3]d\[.*\]: (connect|pop3(s SSL)? service init) from [\.[:digit:]]+ ipop3d\[.*\]: Trying to get mailbox lock from process [[:digit:]]+ ipop3d\[.*\]: Error opening or locking INBOX user=.* host=(.*\[.*\]|UNKNOWN) |