ftpserver.pl: Corrected response code for successful MAIL command
This commit is contained in:
parent
96b68c57ce
commit
dc016567ce
@ -739,7 +739,7 @@ sub EHLO_smtp {
|
||||
}
|
||||
|
||||
sub MAIL_smtp {
|
||||
sendcontrol "200 Note taken\r\n";
|
||||
sendcontrol "250 Sender OK\r\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user