From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54560 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: spam/ham processing Date: Thu, 30 Oct 2003 10:33:01 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4n4qxqwxjm.fsf@lockgroove.bwh.harvard.edu> References: <764qxr3356.fsf@newjersey.ppllc.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067528050 32551 80.91.224.253 (30 Oct 2003 15:34:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 15:34:10 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M3101@lists.math.uh.edu Thu Oct 30 16:34:05 2003 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 1AFEoH-0001XQ-00 for ; Thu, 30 Oct 2003 16:34:05 +0100 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 1AFEoB-000056-00; Thu, 30 Oct 2003 09:33:59 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AFEo6-000051-00 for ding@lists.math.uh.edu; Thu, 30 Oct 2003 09:33:54 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id CF5023A004C for ; Thu, 30 Oct 2003 09:33:53 -0600 (CST) Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h9UFXO724591; Thu, 30 Oct 2003 10:33:25 -0500 (EST) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h9UFX2105433; Thu, 30 Oct 2003 10:33:02 -0500 (EST) Original-To: Jake Colman 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: Jake Colman , ding@gnus.org In-Reply-To: <764qxr3356.fsf@newjersey.ppllc.com> (Jake Colman's message of "Wed, 29 Oct 2003 20:50:13 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54560 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54560 On Wed, 29 Oct 2003, colman@ppllc.com wrote: > 1) If a folder is declared a spam folder, and I set up a spam exit > processor, the contents of that folder will be sent to spam > processor so that it can be trained as spam. Eventually, in an > ideal world, I would expect all those messages to go directly to > my general spambox as soon as they are seen, since my processor > has been trained, and not even hit this folder. Is this correct? Spam groups' classification matters only as far as first-seen or unread mail. Such mail be marked as spam when you enter that group. Spam articles *anywhere* are processed by the exit spam processor. Ham articles are treated differently based on the group classification. See the manual, please. > 2) In a spam folder, the default mark is the spam mark. How do I > mark sonmething as ham? When I exit the folder, if I have > specified both hm and spam exit processors, will both kinds of > message be sent out to be trained? Spam and ham marks are actually customizable (though spam marks should probably be just the spam mark). Do `G c' on a group or topic to customize its spam/ham marks, or use M-x customize-variable on the variables gnus-parameter-ham-marks-alist and gnus-parameter-spam-marks-alist to achieve the same effect. This is in the manual. > 3) In a spam folder, the default action is to expire the spam > contents. What is the default action for the ham? It depends on the folder, but by default nothing is done. > 4) My spambox has the following configuration > > ((uidvalidity . "71437") > (timestamp 16288 15245) > (total-expire . t) > (spam-contents gnus-group-spam-classification-spam) > (spam-process > (gnus-group-spam-exit-processor-bogofilter > gnus-group-ham-exit-processor-bogofilter)) > (ham-process-destination . "nnimap+hamilton:INBOX/Misc") > (ham-marks > (gnus-read-mark)) > (expiry-wait . immediate)) > > If I mark something in there as ham, by pressing 'd' and changing > the mark to 'r', it should be moved to Misc box. Instead, it > disappared. How do I figure out what happned to it? When it's marked as read, an article won't show up. Try entering Misc with C-u ENTER to see all the articles in it. I set spam-mark-ham-unread-before-move-from-spam-group [1] to t, personally, and that way all ham that is moved out of a spam group is marked unread. > 5) I guess all groups should speicy both a ham and spam exit > processor, no? It's up to the user. You can choose to do so. > This way all group's contents can be used for training. The default > classification for the folder (ham/spam) should reflect the status > of the majortity of the mesages sent to that folder. Does this make > sense? Yes, but again, it's up to the user. There's an incredible variety of setups among Gnus users, and spam processing is done by them in different ways, so spam.el tries to be as flexible as possible. Ted