From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57754 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el reporting and moving ham out of spam groups. Date: 27 May 2004 10:35:18 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4ny8negcpl.fsf@lifelogs.com> References: <8765akfxxt.fsf@enki.rimspace.net> <4nekp7jhc9.fsf@lifelogs.com> <877juypf9i.fsf@enki.rimspace.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085669570 1503 80.91.224.253 (27 May 2004 14:52:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 14:52:50 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6295@lists.math.uh.edu Thu May 27 16:52:35 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTMFG-0004Qv-00 for ; Thu, 27 May 2004 16:52:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BTMF7-0003co-00; Thu, 27 May 2004 09:52:25 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BTMF3-0003cj-00 for ding@lists.math.uh.edu; Thu, 27 May 2004 09:52:21 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BTMF2-0001mB-JX for ding@lists.math.uh.edu; Thu, 27 May 2004 09:52:20 -0500 Original-Received: from mail.bwh.harvard.edu (sysblade0.bwh.harvard.edu [134.174.9.44]) by justine.libertine.org (Postfix) with ESMTP id 318023A023E for ; Thu, 27 May 2004 09:52:20 -0500 (CDT) Original-Received: (qmail 5420 invoked from network); 27 May 2004 14:46:33 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: daniel@rimspace.net, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) ([134.174.9.63]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 27 May 2004 14:46:33 -0000 Mail-Followup-To: "Daniel Pittman" , ding@gnus.org Original-To: "Daniel Pittman" 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" In-Reply-To: <877juypf9i.fsf@enki.rimspace.net> (Daniel Pittman's message of "Thu, 27 May 2004 16:15:21 +1000") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57754 On Thu, 27 May 2004, daniel@rimspace.net wrote: > I did need to make a couple of changes to get `spam-report-by-resend' to > do the right thing with the new group parameter you added, though. > > Your code would bind the result of searching for the group parameter as > the value of `spam-report-resend-to' unconditionally, which means that > where the group parameter did not exist, the value was `nil'. > > This then triggered the "no set resend address" logic which, of course, > didn't actually set the variable as expected, resulting in things not > working as expected. > > If there *was* a group parameter, the result was a list containing a > string with the destination address, not the address itself. That needed > to be unpacked before resending... Oops, sorry! Comitted to CVS now (note the use of car-safe, and lines have to be less than 80 chars). Thanks Ted