diff --git a/lib/dovecot_parser.pm b/lib/dovecot_parser.pm index b695e07..67e7735 100644 --- a/lib/dovecot_parser.pm +++ b/lib/dovecot_parser.pm @@ -96,14 +96,6 @@ sub parser { m/ (rip=($re_host)) /gcix && do { $host = $2; }; - } elsif($string =~ m/unknown user$/) { - $_ = $string; - $hostile = 1; - $reply = 'Unknown user'; - PARSER: - m/Info: pam\([a-zA-Z0-9@._-]*,($re_host),\<.*\>\): unknown user/gi && do { - $host = $1; - }; } elsif($string =~ m/Request timed out waiting for client to continue authentication/) { $hostile = 0; $reply = 'Timed out during auth';