From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54447 Path: main.gmane.org!not-for-mail From: Jake Colman Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and Outlook and spam? Date: Fri, 24 Oct 2003 09:35:51 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <76llraep1k.fsf@newjersey.ppllc.com> References: <863cdldm6j.fsf@slowfox.dyndns.org> <4nn0bskkge.fsf@lockgroove.bwh.harvard.edu> <76brs7q5yz.fsf@newjersey.ppllc.com> <4nismfkg7b.fsf@lockgroove.bwh.harvard.edu> <76y8vbonov.fsf@newjersey.ppllc.com> <4nr813n46u.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067286494 20123 80.91.224.253 (27 Oct 2003 20:28:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 20:28:14 +0000 (UTC) Original-X-From: ding-owner+M2988@lists.math.uh.edu Mon Oct 27 21:28:06 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 1AEDy9-0001rJ-00 for ; Mon, 27 Oct 2003 21:28:06 +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 1AEDv8-0001gn-00; Mon, 27 Oct 2003 14:24:58 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEDul-0001gO-00 for ding@lists.math.uh.edu; Mon, 27 Oct 2003 14:24:35 -0600 Original-Received: from newjersey.ppllc.com (unknown [65.206.49.195]) by justine.libertine.org (Postfix) with ESMTP id 06EC83A0055 for ; Mon, 27 Oct 2003 14:24:35 -0600 (CST) Original-Received: (from colman@localhost) by newjersey.ppllc.com (8.9.3/8.9.3) id JAA10870; Fri, 24 Oct 2003 09:35:51 -0400 (EDT) X-Authentication-Warning: newjersey.ppllc.com: colman set sender to colman@ppllc.com using -f Original-To: ding@gnus.org X-Attribution: Jake X-URL: http://www.ppllc.com In-Reply-To: <4nr813n46u.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Thu, 23 Oct 2003 15:29:13 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54447 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54447 >>>>> "TZ" == Ted Zlatanov writes: TZ> On Thu, 23 Oct 2003, colman@ppllc.com wrote: >> But spam-stats is not for nnimap, if I read it correctly. TZ> I think it will work for any backend. If not, we can fix that - TZ> report any bugs you find. I'm glad to hear that but I think the info file for the latest official release of gnus (v5.10.2) says otherwise. BTW does 5.10.2 have good support for spam.el or do I need to use the latest version from cvs? If spam-stats works with nnimap should I just use it or would bogofilter, if I don't mind installing it, be a better choice? >> I already have a long nnimap-split-rule variable definition. Do I >> convert from nnimap-split-rule to nnimap-split-fancy? TZ> That would be easiest. >> Is that documented anywhere? TZ> I don't think so, but it's not a difficult conversion. Post your TZ> current methods and we'll see what we can do :) ;; nnimap split rules (setq nnimap-split-inbox "INBOX") (setq nnimap-split-crosspost nil) (setq nnimap-split-rule '( ; Emacs ("INBOX/Emacs/Help" "^To:.*help-gnu-emacs\\|^Resent-From:.*help-gnu-emacs\\|^Cc:.*help-gnu-emacs") ("INBOX/Emacs/Gnus" "^Resent-From:.*info-gnus-english\\|^To:.*info-gnus-english") ("INBOX/Emacs/XEmacs/Support" "^\\(To\\|Cc\\|From\\|Resent-From\\):.*xemacs@xemacs.org") ("INBOX/Emacs/XEmacs/Support" "^\\(To\\|Cc\\|From\\|Resent-From\\):.*xemacs-news@xemacs.org") ("INBOX/Emacs/XEmacs/Announce" "^\\(To\\|Cc\\|From\\|Resent-From\\):.*xemacs-announce@xemacs.org") ("INBOX/Emacs/XEmacs/Beta" "^\\(To\\|Cc\\|From\\|Resent-From\\):.*xemacs-beta@xemacs.org") ... ... ... ("INBOX/Misc" "") )) How do I convert from this to what I need to do to use bogofilter? -- Jake Colman Principia Partners LLC Phone: (201) 209-2467 Harborside Financial Center Fax: (201) 946-0320 902 Plaza Two E-mail: colman@ppllc.com Jersey City, NJ 07311 www.principiapartners.com