# File lib/mime/headers/internet.rb, line 48 def reply_to= list @reply_to = stringify_email_list(list) headers.add('Reply-To', @reply_to) end