# File lib/action_mailer/vendor/tmail-1.2.3/tmail/interface.rb, line 349
    def from_addrs( default = nil )
      if h = @header['from']
        h.addrs
      else
        default
      end
    end