From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59031 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: Processing ham with spam.el Date: 1 Nov 2004 14:05:16 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nfz3tbdar.fsf@lifelogs.com> References: <87lldne9pl.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099336085 1931 80.91.229.6 (1 Nov 2004 19:08:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 19:08:05 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7571@lists.math.uh.edu Mon Nov 01 20:07:48 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COhWu-0000DA-00 for ; Mon, 01 Nov 2004 20:07:48 +0100 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 1COhUk-00077c-00; Mon, 01 Nov 2004 13:05:34 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1COhUd-00077W-00 for ding@lists.math.uh.edu; Mon, 01 Nov 2004 13:05:27 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1COhUZ-0007Xk-Fc for ding@lists.math.uh.edu; Mon, 01 Nov 2004 13:05:23 -0600 Original-Received: from mail.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 481633A0064 for ; Mon, 1 Nov 2004 13:05:20 -0600 (CST) Original-Received: (qmail 20898 invoked from network); 1 Nov 2004 18:55:03 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: jmarant@nerim.net, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.9?user:?tzz@[134.174.9.63]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 1 Nov 2004 18:55:02 -0000 Mail-Followup-To: "=?iso-8859-1?Q?J=E9r=F4me?= Marant" , ding@gnus.org Original-To: "=?iso-8859-1?Q?J=E9r=F4me?= Marant" 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:10:041101:jmarant@nerim.net::4212ca810973e1e4:3ca X-Hashcash: 1:10:041101:ding@gnus.org::b5ebad1a9010ead7:200 In-Reply-To: <87lldne9pl.fsf@marant.org> =?iso-8859-1?Q?=28J=E9r=F4me?= Marant's message of "Sun, 31 Oct 2004 06:29:58 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59031 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59031 On Sun, 31 Oct 2004, jmarant@nerim.net wrote: > I read the proper Gnus manual sections about spam and I managed > to make gnus teach bogofilter about spam messages. > > I added the following: > > (add-to-list 'gnus-parameters > '(".*" > (ham-marks (gnus-ticked-mark)) > (spam-process ((spam spam-use-bogofilter) > (ham spam-use-bogofilter))) > (spam-process-destination "spam"))) > > However, I can't make it work for ham. Marking messages with '!' > (ticked mark) and leaving the group does not trigger bogofilter. > I must have missed something. Any idea? It looks correct. Can you try to force these parameters with `G p' to be sure they are active in the group of interest? If you can step through the spam-summary-prepare-exit function, that would be most helpful. Specifically, spam-resolve-registrations-routine will be invoked and I need to know what articles are listed for ham bogofilter processing. Ted