From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75610 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: splitting, spam-split Date: Fri, 07 Jan 2011 11:48:13 +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 1294397383 11882 80.91.229.12 (7 Jan 2011 10:49:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2011 10:49:43 +0000 (UTC) To: nognus Original-X-From: ding-owner+M23961@lists.math.uh.edu Fri Jan 07 11:49:39 2011 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 1Pb9t5-0007hg-78 for ding-account@gmane.org; Fri, 07 Jan 2011 11:49:39 +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 1Pb9rp-0002D7-6d; Fri, 07 Jan 2011 04:48:21 -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 1Pb9rn-0002Cu-Pm for ding@lists.math.uh.edu; Fri, 07 Jan 2011 04:48:19 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pb9rm-0004Mf-C1 for ding@lists.math.uh.edu; Fri, 07 Jan 2011 04:48:19 -0600 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pb9rl-0005n3-Cd for ding@gnus.org; Fri, 07 Jan 2011 11:48:17 +0100 Original-Received: by bwz12 with SMTP id 12so15569545bwz.17 for ; Fri, 07 Jan 2011 02:48:17 -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=RAWulkxE04FYGiEbmqYJMYp9G/+WRgC8vfaf1GyjMyY=; b=sZzwS+AdMxuU6SjtA6mNJFt8vSagN+bgG2ALfbxuoRo4GjxpuoVDkceNKUuDeMC0HP XYPYMYKNrOkfzTgs7LSaWO1KI8Jz07H1P9GwsrE5yIZvBW/5aaNaAbyR3cuuM3ejbk37 1zp0vV6V5Af5ebpOL2PbLjiYMXns1K6z+PS2k= 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=BQYJ/qjWa68A2Sb1wTiJTUWftoZTbVg8pxTjcOxKjteipVsKTihZr4/4JKlVhhspzn g2tQrUljhQDxo+7iEkaPF/+TtNebhvupEqEz39daQU3S+Rd41Mlw9nulo8YWUWNRmSwD 1ewq939baW0WpITIosArbVkVFJCBYanaBLvyM= Original-Received: by 10.204.126.138 with SMTP id c10mr19267937bks.156.1294397296842; Fri, 07 Jan 2011 02:48:16 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id v1sm13964676bkt.5.2011.01.07.02.48.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Jan 2011 02:48:15 -0800 (PST) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75610 Archived-At: I've posted my set up and a backtrace a few times now but still no pointer to getting it working. Possibly someone else using spam-split could post their nnimap and nnmail split settings? Just for the record ,---- | (setq nnimap-inbox '("INBOX")) | (setq nnimap-split-fancy '(| (: spam-split) "INBOX")) | (setq nnimap-split-methods 'nnimap-split-fancy) | (setq nnimap-split-download-body t) | | (setq nnmail-inbox '("INBOX")) | (setq nnmail-split-fancy '(| (: spam-split) "SYS-INBOX")) | (setq nnmail-split-methods 'nnmail-split-fancy) | | (setq spam-split-disabled nil) | | (setq spam-autodetect-recheck-messages t) | (setq spam-mark-ham-unread-before-move-from-spam-group t) | (setq spam-mark-new-messages-in-spam-group-as-spam t) | (setq spam-split-group "nnimap+riley:Gnus-Spam") `---- regards r.