mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
ftpserver: respond with a 250 to SMTP EHLO
... and specify that SIZE is supported. 250 is the "correct" response code according to RFC 2821
This commit is contained in:
parent
cb2feb9def
commit
da0d15733c
@ -601,7 +601,7 @@ sub protocolsetup {
|
||||
'RCPT' => \&RCPT_smtp,
|
||||
);
|
||||
%displaytext = (
|
||||
'EHLO' => '230 We are happy you popped in!',
|
||||
'EHLO' => "250-SIZE\r\n250 Welcome visitor, stay a while staaaaaay forever",
|
||||
'MAIL' => '200 Note taken',
|
||||
'RCPT' => '200 Receivers accepted',
|
||||
'QUIT' => '200 byebye',
|
||||
|
Loading…
x
Reference in New Issue
Block a user