# File lib/mail/header.rb, line 207 def has_message_id? !fields.select { |f| f.responsible_for?('Message-ID') }.empty? end