From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61969 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: spam-use-pgp-signed? Date: 13 Feb 2006 14:27:14 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nmzgv9i0d.fsf@lifelogs.com> References: <87oe1gmfyl.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139858900 10785 80.91.229.2 (13 Feb 2006 19:28:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 19:28:20 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10496@lists.math.uh.edu Mon Feb 13 20:28:18 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 1F8jMb-0002qi-7B for ding-account@gmane.org; Mon, 13 Feb 2006 20:27:57 +0100 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 1F8jMW-0000Wt-00; Mon, 13 Feb 2006 13:27:52 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F8jM2-0000Wo-00 for ding@lists.math.uh.edu; Mon, 13 Feb 2006 13:27:22 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1F8jM1-0004Ty-C9 for ding@lists.math.uh.edu; Mon, 13 Feb 2006 13:27:22 -0600 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F8jLz-0008DI-00 for ; Mon, 13 Feb 2006 20:27:19 +0100 Original-Received: (qmail 27471 invoked from network); 13 Feb 2006 19:20:36 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: oub@mat.ucm.es, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) ([134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 13 Feb 2006 19:20:36 -0000 Mail-Followup-To: "Uwe Brauer" , ding@gnus.org Original-To: "Uwe Brauer" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:060213:ding@gnus.org::Nqm2BbrFz7qXuED1:00001YA7 X-Hashcash: 1:20:060213:oub@mat.ucm.es::bJ8onPHuhBQ+tdz8:00032sj In-Reply-To: <87oe1gmfyl.fsf@mat.ucm.es> (Uwe Brauer's message of "Thu, 09 Feb 2006 21:31:46 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61969 Archived-At: On 9 Feb 2006, oub@mat.ucm.es wrote: > While it is posible to set the spam splitting method such that it > detects hashcash, via spam-use-hashcash, there seems to exist no tool > for pgp-signed-message. Is this correct? Not currently, but if it's a function that can be run on a message buffer, it will work. I just need: a) the function (or just a regexp match) b) whether it needs just the headers or the whole message (I'm guessing the whole message, which will make it a bit slow) I don't use PGP signing myself, so I don't know where to start with (a), sorry... Ted