From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54488 Path: main.gmane.org!not-for-mail From: Jake Colman Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and Outlook and spam? Date: Tue, 28 Oct 2003 10:25:01 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: <76llr5gzaq.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> <76llraep1k.fsf@newjersey.ppllc.com> <4n1xsycs7j.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 1067354754 9299 80.91.224.253 (28 Oct 2003 15:25:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 15:25:54 +0000 (UTC) Original-X-From: ding-owner+M3029@lists.math.uh.edu Tue Oct 28 16:25:49 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 1AEVjB-00015P-00 for ; Tue, 28 Oct 2003 16:25:49 +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 1AEVif-0007Vr-00; Tue, 28 Oct 2003 09:25:17 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEViX-0007Vj-00 for ding@lists.math.uh.edu; Tue, 28 Oct 2003 09:25:09 -0600 Original-Received: from newjersey.ppllc.com (unknown [65.206.49.195]) by justine.libertine.org (Postfix) with ESMTP id 5DD493A0066 for ; Tue, 28 Oct 2003 09:25:08 -0600 (CST) Original-Received: (from colman@localhost) by newjersey.ppllc.com (8.9.3/8.9.3) id KAA21827; Tue, 28 Oct 2003 10:25:01 -0500 (EST) X-Authentication-Warning: newjersey.ppllc.com: colman set sender to colman@ppllc.com using -f Original-To: ding@gnus.org In-Reply-To: <4n1xsycs7j.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 27 Oct 2003 15:59:28 -0500") 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:54488 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54488 >>>>> "TZ" == Ted Zlatanov writes: TZ> Please point that out. You may be referring to the note for IMAP TZ> users, which relates to statistical filters, but that's not a problem TZ> with IMAP per se, it's just a setting (nnimap-split-download-body) TZ> that you need to turn on. This variable, nnimap-split-download-body, is NOT required if I work with bogofilter? Supposedly, this variable is expensive to use since it slows things down considerably. >> ;; 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/Misc" "") >> )) >> >> How do I convert from this to what I need to do to use bogofilter? TZ> ;; this is a very rough approximation, read the fancy splitting docs TZ> ;; if you want to know more TZ> (setq nnimap-split-fancy TZ> '(| TZ> (any "help-gnu-emacs" "INBOX/Emacs/Help") TZ> (any "info-gnus-english" "INBOX/Emacs/Gnus") TZ> ... TZ> ... TZ> ... TZ> ... TZ> (: spam-split) TZ> ("INBOX/Misc"))) TZ> (setq spam-use-bogofilter t) TZ> (spam-initialize) Thanks for this conversion. If I understand this correctly, it will first filter that which it knows, then it will spam-split and file accordingly. This means that I will only be spam filtering on those emails that I have not explicitly filtered and filed, correct? So it cannot check for spam in mailing lists that have been spammed, right? -- 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