mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:47:15 +03:00
ftpserver.pl: Added support for empty pop3 authentication data
This commit is contained in:
parent
947d431d50
commit
78aee26be6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue