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