From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52782 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam Management When Using nnimap Date: Tue, 20 May 2003 14:45:14 -0400 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: <4nbrxxcv9h.fsf@lockgroove.bwh.harvard.edu> References: <76smrgc6of.fsf@newjersey.ppllc.com> <76of23di1o.fsf@newjersey.ppllc.com> <871xyyu9j9.fsf@cag.lcs.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053456461 23822 80.91.224.249 (20 May 2003 18:47:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 18:47:41 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1327@lists.math.uh.edu Tue May 20 20:47:40 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19IC5J-0005sK-00 for ; Tue, 20 May 2003 20:43:37 +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 19IC6z-0008Gj-00; Tue, 20 May 2003 13:45:21 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19IC6u-0008Ge-00 for ding@lists.math.uh.edu; Tue, 20 May 2003 13:45:16 -0500 Original-Received: (qmail 35863 invoked by alias); 20 May 2003 18:45:16 -0000 Original-Received: (qmail 35858 invoked from network); 20 May 2003 18:45:16 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 20 May 2003 18:45:16 -0000 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 h4KIjEI22123; Tue, 20 May 2003 14:45:14 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h4KIjE428792; Tue, 20 May 2003 14:45:14 -0400 (EDT) Original-To: David Z Maze 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: David Z Maze , ding@gnus.org In-Reply-To: <871xyyu9j9.fsf@cag.lcs.mit.edu> (David Z. Maze's message of "Fri, 16 May 2003 12:43:38 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52782 On Fri, 16 May 2003, dmaze@MIT.EDU wrote: > Those are the various spam-use-* flags. If you wanted to add your > own classifier, you'd need to add it to spam-list-of-checks. I thought the manual was pretty clear about this. Maybe I need a "starting from scratch with spam.el" section. > The check functions appear to be called with no parameters with the > current buffer narrowed to the headers of the article in question, > and return t if the article is ham, spam-split-group (or another > group name) if the article is spam, and nil for undecided. For the statistical checks (see the recently added spam-list-of-statistical-checks) we widen to the whole article when we do the check. Ted