From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75277 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: splitting docs Date: Sun, 19 Dec 2010 15:45:51 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292769965 21428 80.91.229.12 (19 Dec 2010 14:46:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Dec 2010 14:46:05 +0000 (UTC) To: nognus Original-X-From: ding-owner+M23630@lists.math.uh.edu Sun Dec 19 15:46:01 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 1PUKWP-0004zk-4E for ding-account@gmane.org; Sun, 19 Dec 2010 15:46:01 +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 1PUKWM-0005J3-Mi; Sun, 19 Dec 2010 08:45:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PUKWL-0005Iq-E4 for ding@lists.math.uh.edu; Sun, 19 Dec 2010 08:45:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PUKWK-0006No-6m for ding@lists.math.uh.edu; Sun, 19 Dec 2010 08:45:57 -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 1PUKWJ-0004Eq-Bc for ding@gnus.org; Sun, 19 Dec 2010 15:45:55 +0100 Original-Received: by bwz16 with SMTP id 16so2729692bwz.32 for ; Sun, 19 Dec 2010 06:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :date:message-id:user-agent:mime-version:content-type; bh=v6u2EeoQRF0L2BSqBvefpxovg3PTe56jbcONZOTtHgw=; b=bxpJHOssWz/wkudHtxQKyiceVkTnz+0aYrbhrzoN+5+P+WPEgmrfl2SHhF/yUB0sex NUOoEZBEK90aoke/PFqtHPjZ8evoI01A/UoK5vYus/kY05PpcTIzOblJcW/DFX6nkwfG 9M2FqMC5wh4KGH89IcVzOVzUxWA2KDSVKvvEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:organization:date:message-id:user-agent :mime-version:content-type; b=dbNl5qqtsUJhFuEmfq4r1KK6TblsU3+1ZVbZNZp020GTV6beb7JA62z8q+xOVVQV3W 86oXFVEmFXvkd7T3yWcnBGS/kRrv87M8hzAaFr9uFUawToFJFPgJnvlovEmnXSpLdXel 8cXCxImK0fZcJgWDge+EbesgrZyzlWFdCJ99I= Original-Received: by 10.204.46.130 with SMTP id j2mr2599575bkf.169.1292769954830; Sun, 19 Dec 2010 06:45:54 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id x38sm1766896bkj.13.2010.12.19.06.45.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Dec 2010 06:45:53 -0800 (PST) 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:75277 Archived-At: I'm still trying to get spam splitting working properly - I keep getting sequencep errors having used the samples in the docs. I noticed this though while looking for other examples (gnus) SpamOracle ,---- | To enable SpamOracle usage by `spam.el', set the variable | `spam-use-spamoracle' to `t' and configure the `nnmail-split-fancy' or | `nnimap-split-fancy'. *Note Spam Package::. In this example the | `INBOX' of an nnimap server is filtered using SpamOracle. Mails | recognized as spam mails will be moved to `spam-split-group', `Junk' in | this case. Ham messages stay in `INBOX': | | (setq spam-use-spamoracle t | spam-split-group "Junk" | ;; for nnimap you'll probably want to set nnimap-split-methods, see the manual | nnimap-split-inbox '("INBOX") | nnimap-split-fancy '(| (: spam-split) "INBOX")) `---- I believe, but am not sure, that nnimap-split-inbox is now obsolete and replaced with nnimap-inbox?? But while you're reading ;(setq nnimap-split-fancy '(| (: spam-split) "INBOX")) ;(setq nnimap-split-methods 'nnimap-split-fancy) ;(setq nnmail-split-fancy '("SYS-INBOX")) ;(setq nnmail-split-methods 'nnmail-split-fancy) Whats wrong with the code above for nnmail and nnimap splitting? Its probably the quotes, but I cant seem to get the correct combination. I get sequencep errors when I restart gnus. I tried grepping the mail list too and so it seems I'm not alone in finding it rather confusing. Are the quotes different when using setq compared to when passing to the server constructors in gnus-secondary-select-methods? I feel rather lame asking the same Q again and again, but I just cant seem to get it right ;( Some clearer "easy" examples at the start of the splitting sections might be an idea during the sanitisation phase). I've used Gnus for a few years now with splitting working so I'm at a loss to explain my current uselessness with it!