Commit fd8dc21f authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Corrected response code for successful RCPT command

parent 8ec6486d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ sub RCPT_smtp {
    else {
        $smtp_rcpt = $1;

        sendcontrol "200 Receivers accepted\r\n";
        sendcontrol "250 Recipient OK\r\n";
    }

    return 0;