Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 17631 invoked from network); 30 Jun 2005 01:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 01:39:34 -0000 Received: (qmail 76862 invoked by uid 500); 30 Jun 2005 01:39:34 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 76842 invoked by uid 500); 30 Jun 2005 01:39:34 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "SpamAssassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 76829 invoked by uid 99); 30 Jun 2005 01:39:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 18:39:33 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A798B12 for ; Thu, 30 Jun 2005 03:39:30 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@spamassassin.apache.org Date: Thu, 30 Jun 2005 01:39:30 -0000 Message-ID: <20050630013930.3661.18468@ajax.apache.org> Subject: [Spamassassin Wiki] Update of "RescoreMassCheck" by JustinMason X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification. The following page has been changed by JustinMason: http://wiki.apache.org/spamassassin/RescoreMassCheck ------------------------------------------------------------------------------ == 2. announce mass-check == + RescoreDetails is the full announcement text (and instructions) for this phase. - See MassCheck. The mass-check for both scoresets can be done in one command, e.g. - - {{{ - cd masses - mkdir -p spamassassin - rm -f spamassassin/* - - cat > spamassassin/user_prefs - bayes_auto_learn 0 - lock_method flock - bayes_store_module Mail::SpamAssassin::BayesStore::SDBM - use_auto_whitelist 0 - [hit Control-D] - - mass-check -j 4 --bayes --net --restart=400 --learn=35 --reuse [all targets] - - (note if a --after flag is part of the announcement, please add it as well) - }}} - - Here's the full announcement text for this phase: RescoreDetails We then take the log files rsync'd up to the server, and use those logs for all 4 score sets. The initial logs are for score set 3 (the fourth), sets 0, 1, and 2 can be generated from set 4 by stripping out the network tests and/or the Bayes tests.