class Mail::Message

def final_recipient

def final_recipient
  delivery_status_part and delivery_status_part.final_recipient
end