class Mail::Exim

def destinations_for(envelope)

Uses -t option to extract recipients from the message.
def destinations_for(envelope)
  nil
end