# File lib/tmail/header.rb, line 444
    def each_phrase
      self.refs.each do |i|
        yield i unless MESSAGE_ID === i
      end
    end