# File lib/mail/utilities.rb, line 14
      def atom_safe?( str )
        not ATOM_UNSAFE === str
      end