Loading tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -3065,7 +3065,7 @@ while(1) { } elsif($proto eq "pop3") { # POP3 long "commands" are base64 authentication data unless($full =~ /^[A-Z0-9+\/]+={0,2}$/i) { unless($full =~ /^[A-Z0-9+\/]*={0,2}$/i) { sendcontrol "-ERR '$full': command not understood.\r\n"; last; } Loading Loading
tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -3065,7 +3065,7 @@ while(1) { } elsif($proto eq "pop3") { # POP3 long "commands" are base64 authentication data unless($full =~ /^[A-Z0-9+\/]+={0,2}$/i) { unless($full =~ /^[A-Z0-9+\/]*={0,2}$/i) { sendcontrol "-ERR '$full': command not understood.\r\n"; last; } Loading