From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63588 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: why does message-generate-headers take so long? Date: Wed, 23 Aug 2006 17:15:46 +0200 Message-ID: <87mz9vh49p.fsf@latte.josefsson.org> References: <87sljorsdx.fsf@gate450.dyndns.org> <87hd03j103.fsf@latte.josefsson.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156346380 13900 80.91.229.2 (23 Aug 2006 15:19:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Aug 2006 15:19:40 +0000 (UTC) Cc: Andreas Seltenreich , ding@gnus.org Original-X-From: ding-owner+m12115@lists.math.uh.edu Wed Aug 23 17:19:36 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFuVi-0003iT-B1 for ding-account@gmane.org; Wed, 23 Aug 2006 17:19:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GFuVd-0004V0-00; Wed, 23 Aug 2006 10:19:13 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GFuSX-0004Us-00 for ding@lists.math.uh.edu; Wed, 23 Aug 2006 10:16:01 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1GFuSU-0008AF-4m for ding@lists.math.uh.edu; Wed, 23 Aug 2006 10:16:01 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GFuSO-0007kA-00 for ; Wed, 23 Aug 2006 17:15:52 +0200 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k7NFFkh8017691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Aug 2006 17:15:46 +0200 Original-To: Wes Hardaker OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:060823:andreas@gate450.dyndns.org::95bdZoq0RBrKEHbJ:9eaY X-Hashcash: 1:22:060823:wes@hardakers.net::+tcUG/ykxIDntIYM:uh4t X-Hashcash: 1:22:060823:ding@gnus.org::dZbxmolQ8Ovl52S4:yohb In-Reply-To: (Wes Hardaker's message of "Wed, 23 Aug 2006 06:47:32 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63588 Archived-At: Wes Hardaker writes: >>>>>> "SJ" == Simon Josefsson writes: > > SJ> I wonder whether it is a good idea to have this enabled by default > SJ> with a long mint time as 20. Maybe we could drop the default to, say, > SJ> 18 or 17? > ... > SJ> Does anyone know if SpamAssassin assign scores for hashcash cookies > SJ> based on the mint strength? > > It does, but not for strengths less than 20 it turns out. The minimum > strength value it hits for is 20 and has incremental steps between 20 > and 26, and everything 26 and over is treated as "high". The default scores > in my install are: > > score HASHCASH_20 -0.500 > score HASHCASH_21 -0.700 > score HASHCASH_22 -1.000 > score HASHCASH_23 -2.000 > score HASHCASH_24 -3.000 > score HASHCASH_25 -4.000 > score HASHCASH_HIGH -5.000 Maybe the default of 20 makes sense, then.