From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56291 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el: what does this message mean? Date: Thu, 05 Feb 2004 15:15:52 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nvfmluvt3.fsf@collins.bwh.harvard.edu> References: <87smhrs68t.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076012277 20158 80.91.224.253 (5 Feb 2004 20:17:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 20:17:57 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M4831@lists.math.uh.edu Thu Feb 05 21:17:47 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 1AopwZ-0007C2-00 for ; Thu, 05 Feb 2004 21:17:47 +0100 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 1AopwJ-0007dA-00; Thu, 05 Feb 2004 14:17:31 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AopwF-0007d5-00 for ding@lists.math.uh.edu; Thu, 05 Feb 2004 14:17:27 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id EAE293A004A for ; Thu, 5 Feb 2004 14:17:25 -0600 (CST) Original-Received: from collins.bwh.harvard.edu (collins [134.174.9.80]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id i15KG3U16159; Thu, 5 Feb 2004 15:16:03 -0500 (EST) Original-Received: from collins.bwh.harvard.edu (localhost [127.0.0.1]) by collins.bwh.harvard.edu (8.12.9+Sun/8.11.0) with ESMTP id i15KFsvl003138; Thu, 5 Feb 2004 15:15:54 -0500 (EST) Original-Received: (from tzz@localhost) by collins.bwh.harvard.edu (8.12.9+Sun/8.12.9/Submit) id i15KFqDr003135; Thu, 5 Feb 2004 15:15:52 -0500 (EST) Original-To: Kai Grossjohann 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" Mail-Followup-To: Kai Grossjohann , ding@gnus.org In-Reply-To: <87smhrs68t.fsf@emptyhost.emptydomain.de> (Kai Grossjohann's message of "Wed, 04 Feb 2004 07:34:10 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56291 On Wed, 04 Feb 2004, kai@emptydomain.de wrote: > Registering 4 articles with classification spam, check > spam-use-bogofilter > > I get the above message after leaving the spam group. Okay, I > understand the part before the comma. But what does "check > spam-use-bogofilter" mean? Am I supposed to check something? What? > Is it checking something? Sorry, this is actually "spam-check" and I've fixed it in spam.el. It's the spam-check we use when registering or unregistering. For instance, the spam-use-bogofilter spam-check is associated like so in spam-registration-functions: ;; first the ham register, second the spam register function ;; third the ham unregister, fourth the spam unregister function (spam-use-bogofilter spam-bogofilter-register-ham-routine spam-bogofilter-register-spam-routine spam-bogofilter-unregister-ham-routine spam-bogofilter-unregister-spam-routine) I realize I'm abusing spam-use-bogofilter to mean both "use bogofilter" and "associate things with bogofilter" but it seems like a better way than inventing new symbols every time. Ted