From 785b8756817e4a7f642ec8d750ed35e4395b3df1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Feb 2021 09:04:01 +0100 Subject: courier: additional comment --- courier | 1 + 1 file changed, 1 insertion(+) diff --git a/courier b/courier index ba0a21b..6789ba7 100644 --- a/courier +++ b/courier @@ -630,6 +630,7 @@ while (defined($ThisLine = )) { } elsif ( (undef, $Host) = ( $ThisLine =~ /^LOGIN FAILED, (method=\S+, )?ip=\[(.*?)\]/ ) ) { ## pop3login, imaplogin, courierpop3login, pop3d, imapd #example line #LOGIN FAILED, ip=[::ffff:192.168.200.199] + #LOGIN FAILED, method=PLAIN; ip=[::ffff:192.168.200.199] $LoginFailed{$proto}{$Host}++; } else { -- cgit v1.2.3-54-g00ecf