From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60149 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't mark spam in NNTP group Date: 12 Apr 2005 13:06:22 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nzmw3ylf5.fsf@lifelogs.com> References: <87acsgmucc.fsf@dod.no> <4n7jnk7bzo.fsf@lifelogs.com> <87r7l5rybp.fsf@dod.no> <87acpgzoon.fsf@dod.no> <877jjah27d.fsf_-_@dod.no> <87u0md4vkf.fsf@dod.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1113325806 8615 80.91.229.2 (12 Apr 2005 17:10:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2005 17:10:06 +0000 (UTC) Original-X-From: ding-owner+M8676@lists.math.uh.edu Tue Apr 12 19:10:02 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLOsF-0008MS-HU for ding-account@gmane.org; Tue, 12 Apr 2005 19:08:27 +0200 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 1DLOqf-0003Z3-00; Tue, 12 Apr 2005 12:06:49 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DLOqa-0003Yy-00 for ding@lists.math.uh.edu; Tue, 12 Apr 2005 12:06:44 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DLOqY-0006KD-Qm for ding@lists.math.uh.edu; Tue, 12 Apr 2005 12:06:42 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DLOqP-0004uA-00 for ; Tue, 12 Apr 2005 19:06:33 +0200 Original-Received: (qmail 23080 invoked from network); 12 Apr 2005 17:03:50 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 12 Apr 2005 17:03:49 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org 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:20:050412:ding@gnus.org::syHdEEODnI0ou3gc:00009juf In-Reply-To: <87u0md4vkf.fsf@dod.no> (Steinar Bang's message of "Mon, 11 Apr 2005 09:33:04 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60149 On Mon, 11 Apr 2005, sb@dod.no wrote: >>>>>> Steinar Bang : > >>>>>> Steinar Bang : >>> I missed this bit from the example: >>> ;; my parameters, set with `G p' > >> Now, I've tried setting the following in the group parameters of >> gnu.emacs.help: > >> (((spam-autodetect-methods spam-use-blacklist spam-use-BBDB) >> (spam-process-destination . "nnml:train")) >> ((spam-autodetect . t))) I think your parenthesis are not right. You want: ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB) (spam-process-destination . "nnml:train") (spam-autodetect . t)) Better yet, use `G c' the first time you customize the parameters to be sure they are correct. > I get the following in *Messages* after spam marking an article in > gnu.emacs.help, and then exiting the group: > Exiting summary buffer and applying spam rules > Registering 1 specific articles as spam using backend spam-use-move > 1 spam messages were registered by backend spam-use-move. > No more unread newsgroups > > But nnml:train still doesn't contain any articles. Looks OK, but there's no destination for the spam (see above), so spam-use-move does nothing. When you fix the parameters you'll probably have better luck with autodetection and exit processing. Good luck Ted