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