# File lib/mail/message.rb, line 1479
    def bounced?
      delivery_status_part and delivery_status_part.bounced?
    end