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