ftpserver.pl: Corrected response code for successful RCPT command
This commit is contained in:
@@ -824,7 +824,7 @@ sub RCPT_smtp {
|
|||||||
else {
|
else {
|
||||||
$smtp_rcpt = $1;
|
$smtp_rcpt = $1;
|
||||||
|
|
||||||
sendcontrol "200 Receivers accepted\r\n";
|
sendcontrol "250 Recipient OK\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user