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