diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index d14f7d305..38f0f3d3a 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -3168,7 +3168,8 @@ while(1) { $FTPARG=$3; } # IMAP long "commands" are base64 authentication data - elsif($full =~ /^[A-Z0-9+\/]*={0,2}$/i) { + elsif(($full =~ /^[A-Z0-9+\/]*={0,2}$/i) || + ($full == "*")) { # Command id has already been set $FTPCMD=$full; $FTPARG="";