# File lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb, line 145
    def bcc_addrs( default = nil )
      if h = @header['bcc']
        h.addrs
      else
        default
      end
    end