# File lib/action_mailer/vendor/tmail-1.2.3/tmail/utils.rb, line 123
    def atom_safe?( str )
      not ATOM_UNSAFE === str
    end