From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60291 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el and dspam Date: 12 May 2005 10:45:10 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nis1ojyfd.fsf@lifelogs.com> References: <4n8y2lzskw.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115909146 30991 80.91.229.2 (12 May 2005 14:45:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 14:45:46 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8819@lists.math.uh.edu Thu May 12 16:45:43 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DWEuc-00073C-50 for ding-account@gmane.org; Thu, 12 May 2005 16:43:42 +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 1DWEwa-0005RW-00; Thu, 12 May 2005 09:45:44 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DWEwP-0005RO-00 for ding@lists.math.uh.edu; Thu, 12 May 2005 09:45:33 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DWEwG-0002Y8-Ug for ding@lists.math.uh.edu; Thu, 12 May 2005 09:45:25 -0500 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 1DWEw7-0007wu-00 for ; Thu, 12 May 2005 16:45:15 +0200 Original-Received: (qmail 21715 invoked from network); 12 May 2005 14:42:13 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: jochen@fhi-berlin.mpg.de, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 12 May 2005 14:42:12 -0000 Mail-Followup-To: "Jochen =?iso-8859-1?Q?K=FCpper?=" , ding@gnus.org Original-To: "Jochen =?iso-8859-1?Q?K=FCpper?=" 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:050512:ding@gnus.org::9S6ov9izK8xYYrkY:00001MTS X-Hashcash: 1:20:050512:jochen@fhi-berlin.mpg.de::rwP8SYCVqyvjjgrT:00000000000000000000000000000000000003ZoQ In-Reply-To: (Jochen =?iso-8859-1?Q?K=FCpper's?= message of "Wed, 11 May 2005 22:58:39 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60291 On Wed, 11 May 2005, jochen@fhi-berlin.mpg.de wrote: > "Ted Zlatanov" writes: > >>> 2. reporting spam marked articles to a email adress (eg. >>> zedek+spam@gnu-rox.org) >> >> That's pretty easy with spam-report.el (if the attachment format is >> special it may need a little extra work). > > Is it possible to report spam and ham to different addresses? AFAICT > spam-report-resend always sends to spam-report-resend-to. In our > setup, however, spam and ham have to be send to different accounts. The function already supports it as far as parameters go: (defun spam-report-resend (articles &optional ham) so I just need to change the internals and add another group parameter (spam-report-resend-to-ham). I'm not sure why that wasn't done earlier :) I may remove spam-report-resend-to and use spam-report-resend-to-spam instead for consistency, I don't know yet. If I do that I'll provide the usual backwards compatibility until the next major release. Ted