From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14418 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.user Subject: Re: Error in (info "(gnus)Splitting Mail") Date: Mon, 27 Dec 2010 16:38:50 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87fwtwzqm5.fsf@topper.koldfront.dk> <87aak4488w.fsf_-_@gmail.com> <874oa9u9au.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293464512 11637 80.91.229.12 (27 Dec 2010 15:41:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2010 15:41:52 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Dec 27 16:41:48 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PXFCl-0000Nz-Q7 for gegu-info-gnus-english@m.gmane.org; Mon, 27 Dec 2010 16:41:47 +0100 Original-Received: from localhost ([127.0.0.1]:58218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXFCl-0003FF-89 for gegu-info-gnus-english@m.gmane.org; Mon, 27 Dec 2010 10:41:47 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!newsfeed2.funet.fi!newsfeed1.funet.fi!newsfeeds.funet.fi!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 49 Original-NNTP-Posting-Host: 85.183.18.158 Original-X-Trace: quimby.gnus.org 1293464330 5067 85.183.18.158 (27 Dec 2010 15:38:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 27 Dec 2010 15:38:50 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:85146 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14418 Archived-At: Ted Zlatanov writes: > On Sun, 19 Dec 2010 09:53:14 -0600 Tommy Kelly wrote: > > TK> All that said. I'm new here and have invested a mere fraction of the > TK> hours in this project that y'all have. So don't hesitate to pat me on > TK> the head and say "Shhhh! The grown-ups are speaking." :-) > > Nah, that would be condescending. We do passive-aggressive :) > > Seriously, your feedback is appreciated. You have invested a lot of > time fighting features and jargon that are implied or learned for many > of the Gnus regulars, so your experience helps us. If we don't respond > or fix things quickly (speaking for myself) it's for lack of time, not > desire to help. > > Ted > While you're here Ted, I have had to stop using spam-split. Possibly you can see what is wrong with this? (setq spam-use-bogofilter t) (setq spam-use-spamassassin t) (require 'spam) (spam-initialize) (setq nnimap-inbox '("INBOX")) (setq nnimap-split-fancy '(| (: spam-split) "INBOX")) (setq nnimap-split-methods 'nnimap-split-fancy) (setq nnimap-split-download-body t) I then set the spam settings using G c on the groups I want spam-split to process. I get some form of sequencep errors I think it is. Sorry to be vague - I cant post a backtrace right now but can again tomorrow if you're interested in taking a look. I dont *think* there is anything wrong with the above but few people have offered up other split examples using spam-split to compare it against. I am guessing my quoting is wrong but its hard to pinpoint from the manual examples. regards r.