ftpserver.pl: Corrected POP3 QUIT reply to be more realistic

This commit is contained in:
Steve Holme 2013-09-18 19:34:38 +01:00
parent 04064e89c1
commit 8d2335ca23
1 changed files with 1 additions and 1 deletions

View File

@ -1841,7 +1841,7 @@ sub QUIT_pop3 {
@deleted = ();
}
sendcontrol "+OK byebye\r\n";
sendcontrol "+OK cURL POP3 server signing off\r\n";
return 0;
}