From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49565 Path: main.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in spam.el and expiry issue Date: Fri, 24 Jan 2003 11:15:09 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <871y327q9u.fsf@cenderis.demon.co.uk> References: <873cnqqrjj.fsf@cenderis.demon.co.uk> <4n7kcy2zyt.fsf@lockgroove.bwh.harvard.edu> <87fzrlw7m7.fsf@cenderis.demon.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043406900 9103 80.91.224.249 (24 Jan 2003 11:15:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2003 11:15:00 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18c1nW-0002MY-00 for ; Fri, 24 Jan 2003 12:14:58 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18c1o0-0006g6-00; Fri, 24 Jan 2003 05:15:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 24 Jan 2003 05:16:26 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA05235 for ; Fri, 24 Jan 2003 05:16:14 -0600 (CST) Original-Received: (qmail 87020 invoked by alias); 24 Jan 2003 11:15:12 -0000 Original-Received: (qmail 87015 invoked from network); 24 Jan 2003 11:15:12 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 24 Jan 2003 11:15:12 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18c1oq-0003EG-00 for ; Fri, 24 Jan 2003 12:16:20 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: cenderis.demon.co.uk Original-X-Trace: quimby.gnus.org 1043406980 12404 62.49.17.254 (24 Jan 2003 11:16:20 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 24 Jan 2003 11:16:20 GMT User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-pc-linux-gnu) Cancel-Lock: sha1:jPkoWZoake4pPWSWQJ01PKRKvoc= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49565 Ted Zlatanov writes: [...] > With the following group parameters: > > ((total-expire . t) > (spam-contents gnus-group-spam-classification-ham) > (spam-process > (gnus-group-ham-exit-processor-whitelist)) > (expiry-wait . immediate) > (expiry-target . "temporarygroup")) > > I get ham-marked articles processed into the whitelist at summary > exit, before they are moved to "temporarygroup". This is the expected > correct behavior. I get the expected behaviour now. Probably I just messed up, and was still using the version where the bogofilter ham setting was predicated on ifile. Anyway, it works now, which is wonderful. (Thanks for pointing out expiry-target, BTW. I didn't know that functionality existed.)