From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56921 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: CRM114 Mailfilter and spam.el Date: Tue, 06 Apr 2004 10:12:57 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <87isgdle2e.fsf@emptyhost.emptydomain.de> References: <87isgjpggh.fsf@virgil.koldfront.dk> <87wu4ysxum.fsf@emptyhost.emptydomain.de> <87lllegya2.fsf@virgil.koldfront.dk> <877jwxi40w.fsf@emptyhost.emptydomain.de> <87wu4xdve1.fsf@virgil.koldfront.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1081239261 30083 80.91.224.253 (6 Apr 2004 08:14:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Apr 2004 08:14:21 +0000 (UTC) Original-X-From: ding-owner+M5460@lists.math.uh.edu Tue Apr 06 10:14:06 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 1BAlig-0006u7-00 for ; Tue, 06 Apr 2004 10:14:06 +0200 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 1BAlhT-0001j0-00; Tue, 06 Apr 2004 03:12:51 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BAlhK-0001is-00 for ding@lists.math.uh.edu; Tue, 06 Apr 2004 03:12:42 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BAlhJ-0002vy-Ej for ding@lists.math.uh.edu; Tue, 06 Apr 2004 03:12:41 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 8F0E53A0044 for ; Tue, 6 Apr 2004 03:12:40 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BAlhH-0000hR-00 for ; Tue, 06 Apr 2004 10:12:39 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1081239159 2250 213.203.244.156 (6 Apr 2004 08:12:39 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 6 Apr 2004 08:12:39 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:aK2ziPOPFpwUKqtgHM8zITUGbMo= X-Spam-Score: -4.9 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56921 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56921 asjo@koldfront.dk (Adam Sj=F8gren) writes: > I only want to Train On Error - so I do not want spam that has been > recognized correctly as spam to be processed as spam (passed to crm114 > for training). > > So, if my spam-group as classified as spam, I have to remove all those > automatically set marks by hand. You could also tell the nnml:spam group not to send spam to crm114, but to just delete it. I think that works by changing the spam exit processor group parameter. I have these parameters on nnml:spam: ((spam-contents gnus-group-spam-classification-spam) (spam-process ((spam spam-use-bogofilter) (ham spam-use-bogofilter))) (ham-process-destination . respool) (ham-marks (gnus-read-mark gnus-ticked-mark))) which means that I want to run bogofilter on the stuff from that group, which is the opposite of what you want. Kai