mirror of
https://github.com/curl/curl.git
synced 2026-05-11 07:36:19 +03:00
ftpserver.pl: Corrected response code for successful MAIL command
This commit is contained in:
parent
96b68c57ce
commit
dc016567ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue