class EventMachine::Protocols::SmtpServer

def process_expn

TODO - implement this properly, the implementation is a stub!
def process_expn
  send_data "502 Command not implemented\r\n"
end