class EventMachine::Protocols::SmtpServer

def receive_sender sender


This can only be successfully called once per transaction.
indicate to the remote client that the sender is not accepted.
Receives the argument of the MAIL FROM command. Return false to
def receive_sender sender
  true
end