# File lib/action_mailer/vendor/tmail/facade.rb, line 205 def reply_to_addrs( default = nil ) if h = @header['reply-to'] h.addrs else default end end