From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75718 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: splitting, spam-split Date: Wed, 19 Jan 2011 15:53:01 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sjwopnlu.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295474019 29344 80.91.229.12 (19 Jan 2011 21:53:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 21:53:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24069@lists.math.uh.edu Wed Jan 19 22:53:35 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 1PffyB-0000PW-2Y for ding-account@gmane.org; Wed, 19 Jan 2011 22:53:35 +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 1Pffy4-0008Hc-2T; Wed, 19 Jan 2011 15:53:28 -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 1Pffy3-0008HS-1Q for ding@lists.math.uh.edu; Wed, 19 Jan 2011 15:53:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pffy2-0002Xi-5E for ding@lists.math.uh.edu; Wed, 19 Jan 2011 15:53:26 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pffy1-000324-F8 for ding@gnus.org; Wed, 19 Jan 2011 22:53:25 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pffxu-0000BS-1O for ding@gnus.org; Wed, 19 Jan 2011 22:53:18 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Jan 2011 22:53:17 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Jan 2011 22:53:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:pWkEAyoIKe66pXPBMlnmBsCllKw= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75718 Archived-At: On Fri, 07 Jan 2011 11:48:13 +0100 Richard Riley wrote: RR> I've posted my set up and a backtrace a few times now but still no RR> pointer to getting it working. Possibly someone else using spam-split RR> could post their nnimap and nnmail split settings? My foreign server method: (nnimap "lifelogs.com" (nnimap-address "imap.lifelogs.com") (nnimap-server-port 993) (nnimap-inbox "INBOX") (nnimap-split-methods nnimap-courier-lifelogs-split-fancy) (nnimap-stream ssl)) This is in my gnus.el: (defun nnimap-courier-lifelogs-split-fancy () (let ((nnmail-split-fancy nnimap-courier-lifelogs-split-fancy) (spam-split-group "INBOX.spam")) (nnmail-split-fancy))) (setq nnimap-split-inbox "INBOX" nnimap-courier-lifelogs-split-fancy '(| (: gnus-registry-split-fancy-with-parent) (: spam-split 'spam-use-regex-headers) ;; folder rules here (any "spamassassin" "INBOX.sa") ;; folder rules end (: spam-split) ;; default mailbox "INBOX.mail")) Sorry if I'm posting bogus info, but I believe this works for me. Ted