From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48341 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Add hooks to Gnus on move/edit/delete? Date: Sun, 29 Dec 2002 22:35:17 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: owner-ding@hpc.uh.edu Message-ID: References: <84fzsgk72x.fsf@lucy.cs.uni-dortmund.de> <847kdswkd6.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041219756 4299 80.91.224.249 (30 Dec 2002 03:42:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Dec 2002 03:42:36 +0000 (UTC) Return-path: Original-Received: from util1.math.uh.edu ([129.7.128.22]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Sqp0-000176-00 for ; Mon, 30 Dec 2002 04:42:34 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by util1.math.uh.edu with esmtp (Exim 4.10) id 18SqkA-0003j0-00; Sun, 29 Dec 2002 21:37:35 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Dec 2002 21:36:50 -0600 (CST) Original-Received: from ns1.beld.net (ns1.beld.net [208.229.215.81]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id VAA11504 for ; Sun, 29 Dec 2002 21:36:33 -0600 (CST) Original-Received: from heechee.beld.net (dhcp-0-30-bd-1-93-b2.cpe.beld.net [24.233.65.6]) by ns1.beld.net (Postfix) with ESMTP id 3B8133BECC for ; Sun, 29 Dec 2002 22:35:11 -0500 (EST) Original-To: ding@hpc.uh.edu 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: ding@hpc.uh.edu In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 29 Dec 2002 23:53:13 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48341 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48341 On Sun, 29 Dec 2002, larsi@gnus.org wrote: > Quoth the manual: > > ----- > Gnus can learn from the spam you get. All you have to do is > collect your spam in one or more spam groups, and set the > variable `spam-junk-mailgroups' as appropriate. In these groups, > all messages are considered to be spam by default: they get the > `H' mark. You must review these messages from time to time and > remove the `H' mark for every message that is not spam after all. > When you leave a spam group, all messages that continue with the > `H' mark, are passed on to the spam-detection engine (bogofilter, > ifile, and others). To remove the `H' mark, you can use `M-u' to > "unread" the article, or `d' for declaring it read the non-spam > way. When you leave a group, all `H' marked articles, saved or > unsaved, are sent to Bogofilter or ifile (depending on > `spam-use-bogofilter' and `spam-use-ifile'), which will study > them as spam samples. ----- > > So I guess spam.el tells ifile these things upon group exit... I'm afraid I gave incorrect info here, ifile does not yet get the spam-marked articles. But I'd rather fix the code than the manual :) See my other message to Kai. Ted