# File ../../auditor/lib/kasp_auditor/auditor.rb, line 1267
      def get_next_non_optout(file)
        loptout = file.gets
        owner, next_hashed = loptout.split" "
        return owner, next_hashed
      end