From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57445 Path: main.gmane.org!not-for-mail From: Timothy Brown Newsgroups: gmane.emacs.gnus.general Subject: Spam splitting and multiple nnimap methods Date: Mon, 17 May 2004 17:50:42 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <20040517175042.B23864@gwyn.tux.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084830663 21691 80.91.224.253 (17 May 2004 21:51:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 21:51:03 +0000 (UTC) Original-X-From: ding-owner+M5985@lists.math.uh.edu Mon May 17 23:50:57 2004 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 1BPq0e-0001CW-00 for ; Mon, 17 May 2004 23:50:56 +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 1BPq0X-00075l-00; Mon, 17 May 2004 16:50:49 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BPq0T-00075g-00 for ding@lists.math.uh.edu; Mon, 17 May 2004 16:50:45 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BPq0S-0005Tw-Hg for ding@lists.math.uh.edu; Mon, 17 May 2004 16:50:44 -0500 Original-Received: from gwyn.tux.org (gwyn.tux.org [199.184.165.135]) by justine.libertine.org (Postfix) with ESMTP id E05DD3A0034 for ; Mon, 17 May 2004 16:50:42 -0500 (CDT) Original-Received: (from tim@localhost) by gwyn.tux.org (8.11.6p2/8.9.1) id i4HLog402528 for ding@gnus.org; Mon, 17 May 2004 17:50:42 -0400 Original-To: ding@gnus.org Content-Disposition: inline User-Agent: Mutt/1.2i Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57445 Hi, I'm a little clueless about Gnus, having just started using it and Emacs a few months ago. The manual isn't entirely clear about how best to proceed along this path. Basically: 1) I have multiple IMAP select methods. 2) I want to do spam filtering via bogofilter and blackholes, and potentially SA later. 3) I want mail to be "autodetected" and shifted into a spam group. 4) I will also manually train bogofilter by marking messages as spam. I'm a little confused about how the options in .gnus and the group customize options end up interacting. i've spent hours poring over this and I'm still not getting anywhere. I've included my .gnus; i'm wondering if people could give me some pointers on how best to get this accomplished? You will note the relevant sections of my configuration are commented out in order to prevent myself from losing any more mail. :-) Thanks, Tim ; nil select methods (setq gnus-select-method '(nnnil "")) ; IMAP select methods [snip, multiple named nnimap methods, with -address, -directory, and stream defined for each] [snip, additional customizations] ;(setq nnimap-split-download-body) ; download bodies - IMAP ;(setq spam-split-group "INBOX.spam") ; put all spam in this group ;(setq spam-use-blackholes t) ; use blackholes ;(setq spam-use-bogofilter t) ; use bogofilter ;(require 'spam) ; flip the switch marty ;(spam-initialize) ; flip the other switch too, doc ;(setq nnimap-split-inbox '("INBOX")) ; split messages in INBOX ;(setq nnimap-split-rule 'nnimap-split-fancy) ; fancy splitting ; ; fancy splitting rulesets ; ;(setq nnimap-split-fancy '(| ; (: spam-split) ; ;; default mailbox ; "INBOX"))