From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75358 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: Head. Wall. Bang. (imap fancy splitting) Date: Tue, 21 Dec 2010 12:20:40 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87k4j4exl5.fsf@maru.md5i.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292930467 15690 80.91.229.12 (21 Dec 2010 11:21:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 11:21:07 +0000 (UTC) Cc: ding@gnus.org To: Michael Welsh Duggan Original-X-From: ding-owner+M23710@lists.math.uh.edu Tue Dec 21 12:21:03 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PV0H5-00025z-JG for ding-account@gmane.org; Tue, 21 Dec 2010 12:21:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PV0Gv-0003z9-Qs; Tue, 21 Dec 2010 05:20:49 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PV0Gt-0003yv-Qd for ding@lists.math.uh.edu; Tue, 21 Dec 2010 05:20:47 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PV0Gs-0000la-5x for ding@lists.math.uh.edu; Tue, 21 Dec 2010 05:20:47 -0600 Original-Received: from mail-bw0-f45.google.com ([209.85.214.45]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PV0Gr-0006Yv-0g for ding@gnus.org; Tue, 21 Dec 2010 12:20:45 +0100 Original-Received: by bwz16 with SMTP id 16so4863539bwz.32 for ; Tue, 21 Dec 2010 03:20:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=IzI5faopy3Z3K4JUCJFEqLIGdGYHs0m+sPLmnGVAj1k=; b=ZkKodSxtYzs/g3KPNNYt2p+xxebTnh1MqLVLbIirbmvy0pUcI9dYBKOOAlgoceeeEQ efxC3mBBUEvvyqP1e3ens6ZUUTCLvGT2aV8OXKF/OsdOGkYm6FIp2CdEicHGxu2KExPk sy+t/fITRhdeYFccIePzqcy04HYmLrmCB5H5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=mnpW7196uErHcNA1OTWQsdjC3EP10/DbBkIQgko7UK+jgS1kPr3WpU4MT2pI7RhzuJ yQWkv0tl1uQTsJ8kG7EOUUjSSFVZ2QaFBv9ZRgaCCaiFS9FaKWhkxI7tOajt9iavq/rF 8TMikFvXRFhVzhJJFIdqYhBZIQ/qUjzAUk8TQ= Original-Received: by 10.204.123.83 with SMTP id o19mr872692bkr.103.1292930443831; Tue, 21 Dec 2010 03:20:43 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id p22sm4289959bkp.21.2010.12.21.03.20.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Dec 2010 03:20:42 -0800 (PST) In-Reply-To: <87k4j4exl5.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Mon, 20 Dec 2010 20:14:30 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75358 Archived-At: Michael Welsh Duggan writes: > Tommy Kelly writes: > >> I'm trying to get even a simple fancy split going, so I can build up my >> understanding from there. But I can't even do that. I'm trying this >> simple split: >> >> (| "TEST-GROUP") >> >> My understanding is, that will shove everything into group >> TEST-GROUP. Yes? Here's how I'm using it: >> >> (setq gnus-secondary-select-methods >> '( >> (nnimap "work" >> (nnimap-address "imap.gmail.com") >> (nnimap-stream ssl) >> (nnimap-server-port 993) >> >> (nnimap-inbox "INBOX") >> (nnimap-split-methods nnimap-split-fancy) >> (nnimap-split-fancy (| "TEST-GROUP")) >> ) >> ) > > Try changing to: > (setq gnus-secondary-select-methods > '((nnimap "work" > (nnimap-address "imap.gmail.com") > (nnimap-stream ssl) > (nnimap-server-port 993) > (nnimap-inbox "INBOX") > (nnimap-split-methods nnmail-split-fancy)))) ^^ So no quote here? > (setq nnmail-split-fancy '(| "TEST-GROUP")) My fancy mail spam splitting is broken too. I cant figure out if its the group paremeters not interacting with spam-split or not. I did a M V c in my INBOX which clears all marks (so they are "unseen" : should the mail then be treated for spam processing again?) If not, what group parameter do I need to set? I set the obvious one "Spam Autodetection". Q1 : How do I mark or unmark my mail so its considered for spam checks once again? Currently nothing is being processed using the split vars used below. I have (setq spam-use-spamassassin t) and the spam-initialize done. My fancy split settings are set as (setq nnimap-split-inbox '("INBOX")) (setq nnimap-split-fancy '(| (: spam-split) "INBOX")) (setq nnmail-split-inbox '("INBOX")) (setq nnmail-split-fancy '(| (: spam-split) "SYS-INBOX")) And I'm not getting sequencep errors with this - but possibly since its not actually doing any splitting at the moment. It all used to work for me but I wonder if that was more by luck than judgement now. Having reset the groups I dont seem to have the magic combo of group parameters and split variables once more ;( I know my old settings worked as I shared them with a few people and got them up and running. So, if anyone is using spam-split could you please report your group settings and your split variables? It would be a great help.