Skip to content
Snippets Groups Projects
Commit 78aee26b authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Added support for empty pop3 authentication data

parent 947d431d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment