From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59026 Path: main.gmane.org!not-for-mail From: =?iso-8859-15?q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.gnus.general Subject: Processing ham with spam.el Date: Sun, 31 Oct 2004 06:29:58 +0100 Message-ID: <87lldne9pl.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1099229632 470 80.91.229.6 (31 Oct 2004 13:33:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 13:33:52 +0000 (UTC) Original-X-From: ding-owner+M7566@lists.math.uh.edu Sun Oct 31 14:33:37 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 1COFpx-0006cU-00 for ; Sun, 31 Oct 2004 14:33:37 +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 1COFmZ-0004z4-00; Sun, 31 Oct 2004 07:30:07 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1COFmR-0004yw-00 for ding@lists.math.uh.edu; Sun, 31 Oct 2004 07:29:59 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1COFmO-0000Ax-W1 for ding@lists.math.uh.edu; Sun, 31 Oct 2004 07:29:57 -0600 Original-Received: from mallaury.noc.nerim.net (smtp-100-sunday.noc.nerim.net [62.4.17.100]) by justine.libertine.org (Postfix) with ESMTP id 37BDB3A004C for ; Sun, 31 Oct 2004 07:29:55 -0600 (CST) Original-Received: from amboise (jmarant.net1.nerim.net [62.212.105.6]) by mallaury.noc.nerim.net (Postfix) with ESMTP id E8D1C62E29 for ; Sun, 31 Oct 2004 14:29:52 +0100 (CET) Original-Received: by amboise (Postfix, from userid 1000) id AF97C2C03E; Sun, 31 Oct 2004 06:29:58 +0100 (CET) Original-To: ding@gnus.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59026 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59026 Hi, 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? Thanks in advance. --=20 J=E9r=F4me Marant