class EventMachine::Protocols::SmtpServer

def receive_reset


we ignore any return value from user overrides of this method.
Since RSET is not allowed to fail (according to the protocol),
Sent when the remote peer issues the RSET command.
def receive_reset
end