summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-04 09:17:31 +0200
committerErich Eckner <git@eckner.net>2019-04-04 09:17:31 +0200
commit72ba5784d3fb1b924729470732b1c69d3abcda10 (patch)
treed1425c6d85e4e95243acb7ad12b2e0211e1f25b3
parentf9161e8a4d5fefe5aff945dc68ddd3a7581cc7ac (diff)
downloadlogwatch-overrides-72ba5784d3fb1b924729470732b1c69d3abcda10.tar.xz
imapd: silence some connect timeout error
-rw-r--r--imapd2
1 files changed, 1 insertions, 1 deletions
diff --git a/imapd b/imapd
index 536552d..0d30064 100644
--- a/imapd
+++ b/imapd
@@ -42,7 +42,7 @@ while (defined($ThisLine = <STDIN>)) {
($ThisLine =~ /^couriertls: read: Connection reset by peer/ ) or
($ThisLine =~ /^ip=\[[0-9a-f:.]+\], couriertls: connect: error:[0-9A-F]+:SSL routines:(ssl3_get_record:(http request|wrong version number)|tls_early_post_process_client_hello:(version too low|unknown protocol))$/ ) or
# timeouts are reported in some other scripts - maybe it should be here too?
- ($ThisLine =~ /^couriertls: read: Connection timed out/ ) or
+ ($ThisLine =~ /^(ip=\[[0-9a-f:.]+\], )?couriertls: (accept|read): Connection timed out/ ) or
($ThisLine =~ /^LOGOUT, ip=\[.*\], rcvd=\d+, sent=\d+$/) or
($ThisLine =~ /^Disconnected, ip=\[.*\]/) or
# uw-imapd