From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58607 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: hashcash Date: Mon, 27 Sep 2004 16:32:49 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87d609jbd9.fsf@koldfront.dk> <87mzzcu4pk.fsf@koldfront.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096295646 26668 80.91.229.6 (27 Sep 2004 14:34:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 14:34:06 +0000 (UTC) Cc: Paul Foley Original-X-From: ding-owner+M7145@lists.math.uh.edu Mon Sep 27 16:33:50 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CBwZa-0004iJ-00 for ; Mon, 27 Sep 2004 16:33:50 +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 1CBwZF-0000i0-00; Mon, 27 Sep 2004 09:33:29 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CBwZB-0000hv-00 for ding@lists.math.uh.edu; Mon, 27 Sep 2004 09:33:25 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CBwZB-0003UG-PR for ding@lists.math.uh.edu; Mon, 27 Sep 2004 09:33:25 -0500 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 302BA3A004F for ; Mon, 27 Sep 2004 09:33:19 -0500 (CDT) Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.1/8.13.1/Debian-13) with ESMTP id i8REXAss021713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Mon, 27 Sep 2004 16:33:11 +0200 Original-To: ding@gnus.org X-Hashcash: 0:040927:ding@gnus.org:2b1be83dee200bf9 X-Hashcash: 0:040927:mycroft@actrix.gen.nz:1d53fdd406cc4766 In-Reply-To: (Paul Foley's message of "Mon, 27 Sep 2004 14:03:56 +1200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: clamd / ClamAV version 0.75-1, clamav-milter version 0.75c on yxa-iv X-Virus-Status: Clean Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58607 Paul Foley writes: > My local copy has had support for "version 1" stamps since they were > announced, but I forgot to update my web site since my CVS server had > a disk failure and was down at the time. I'll correct that right now: > http://users.actrix.co.nz/mycroft/hashcash.el > > Simon: I assigned copyright to the FSF about 18 months ago, when you > first asked me to. Thanks. I have moved hashcash.el from contrib/ to lisp/, and updated it to your latest version. It would facilitate future syncing if you could apply the patch below to your version as well. Adam, does the new version solve your problems? --- hashcash.el 2004-09-27 03:52:27.000000000 +0200 +++ /home/jas/gnus/lisp/hashcash.el 2004-09-27 16:29:41.000000000 +0200 @@ -1,14 +1,27 @@ ;;; hashcash.el --- Add hashcash payments to email -;; $Revision: 1.13 $ ;; Copyright (C) 1997--2002 Paul E. Foley ;; Copyright (C) 2003 Free Software Foundation ;; Maintainer: Paul Foley ;; Keywords: mail, hashcash -;; Released under the GNU General Public License -;; (http://www.gnu.org/licenses/gpl.html) +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: @@ -217,3 +230,5 @@ ok)))) (provide 'hashcash) + +;;; arch-tag: 0e7fe983-a124-4392-9788-0dbcbd2c4d62