From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48835 Path: main.gmane.org!not-for-mail From: Michael Shields Newsgroups: gmane.emacs.gnus.general Subject: Does spam.el only use group parameters now? Date: Tue, 07 Jan 2003 00:33:48 +0000 Organization: Mad Science Research Labs Sender: owner-ding@hpc.uh.edu Message-ID: <873co5yf0z.fsf@mulligatwani.msrl.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041900096 13868 80.91.224.249 (7 Jan 2003 00:41:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 00:41:36 +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 18VhoF-0003bR-00 for ; Tue, 07 Jan 2003 01:41:35 +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 18Vhh1-0000Ov-00; Mon, 06 Jan 2003 18:34:07 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Jan 2003 18:35:00 -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 SAA08545 for ; Mon, 6 Jan 2003 18:34:49 -0600 (CST) Original-Received: (qmail 15047 invoked by alias); 7 Jan 2003 00:33:51 -0000 Original-Received: (qmail 15042 invoked from network); 7 Jan 2003 00:33:51 -0000 Original-Received: from challah.msrl.com (198.137.194.222) by 66.230.238.6 with SMTP; 7 Jan 2003 00:33:51 -0000 Original-Received: (qmail 13177 invoked from network); 7 Jan 2003 00:33:49 -0000 Original-Received: from localhost (HELO mulligatwani.msrl.com) (127.0.0.1) by localhost with SMTP; 7 Jan 2003 00:33:49 -0000 Original-To: ding@gnus.org Original-Lines: 14 User-Agent: Gnus/5.090011 (Oort Gnus v0.11) XEmacs/21.4 (Military Intelligence, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48835 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48835 It looks like spam.el, since the big customization change last week, uses only group parameters to determine whether a message should be processed on exit or not. This is not convenient for me, since I have dozens of mail groups; I want to invoke bogofilter whenever I exit a mail group, but I don't want to set dozens of group parameters. Is there a way around this? This clumsily hacks around it: (defun spam-group-processor-bogofilter-p (group) (not (gnus-news-group-p group))) but that's obviously not the right way to solve the problem. -- Shields.