From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72623 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: gnus request scan issue : backtrace Date: Tue, 5 Oct 2010 16:23:38 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286288681 15194 80.91.229.12 (5 Oct 2010 14:24:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 14:24:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20995@lists.math.uh.edu Tue Oct 05 16:24:40 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 1P38Rb-0005wj-Qg for ding-account@gmane.org; Tue, 05 Oct 2010 16:24:40 +0200 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 1P38RF-00087y-5b; Tue, 05 Oct 2010 09:24:17 -0500 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 1P38RD-00087j-Re for ding@lists.math.uh.edu; Tue, 05 Oct 2010 09:24:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P38R8-0000p2-RI for ding@lists.math.uh.edu; Tue, 05 Oct 2010 09:24:15 -0500 Original-Received: from mail-yx0-f172.google.com ([209.85.213.172]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P38R8-00087H-00 for ; Tue, 05 Oct 2010 16:24:10 +0200 Original-Received: by yxl31 with SMTP id 31so3040860yxl.17 for ; Tue, 05 Oct 2010 07:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=NGQ18lCLbTZgxQ1OAVT4iY3hM7AXYwTk4HGd/aDnLsw=; b=NljLiE8hayv6SIha1iPFFjbGBzUv5g6ijY1k16xk30uHkBMM1aqojA55Ar/GAa8cFB jobuom2yuNf3L68XeUluxwsYiLTZVb+4yo0BNolSIDdbxKBINkf/GVraLvdLhl/Te87t z3P1TymMijTyPq2SF3rZxOke2lqbviV/bnCes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=BAVTzA6eqPsYywMOTfkNHRwnJ0Y5hOxWzX9408Py97vzpur8D/PCOb7G1plMVex/Fr lHDz5p264os3IUXkTO75AYDquMdcYjIJGoXx/q1o6y95OFQhNuiZZlNhidXSR6Y79BTr 4n1t5usKrjGoBQvxzMfXPZzXY1/M9lbrgWCrQ= Original-Received: by 10.90.72.8 with SMTP id u8mr5658349aga.94.1286288618620; Tue, 05 Oct 2010 07:23:38 -0700 (PDT) Original-Received: by 10.231.140.166 with HTTP; Tue, 5 Oct 2010 07:23:38 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72623 Archived-At: trying to localise spam splitting to only my main imap server I modified my imap select method to this:- (setq nnimap-split-fancy (quote (: spam-split))) (add-to-list 'gnus-secondary-select-methods `(nnimap "riley" (nnimap-address "offlineimap") (nnir-search-engine imap) (nnimap-stream network) (nnimap-split-methods (quote nnimap-split-fancy= )) )) Starting gnus I then get this backtrace:- Debugger entered--Lisp error: (wrong-type-argument sequencep quote) nnmail-article-group(nnimap-dummy-active-number) nnmail-check-duplication("<87pqxduwtw.wl%phil@shellarchive.co.uk>" nnimap-save-mail-spec nnimap-dummy-active-number nnimap-save-mail-spec) nnmail-process-mmdf-mail-format(nnimap-save-mail-spec nnimap-dummy-active-number nnimap-save-mail-spec) nnmail-split-incoming(#> nnimap-save-mail-spec nil nil nnimap-dummy-active-number nnimap-save-mail-spec) nnimap-split-incoming-mail() nnimap-request-scan(nil "riley") gnus-request-scan(nil (nnimap "riley" (nnimap-address "offlineimap") (nnir-search-engine imap) (nnimap-stream network) (nnimap-split-methods (quote nnimap-split-fancy)))) gnus-read-active-file-1((nnimap "riley" (nnimap-address "offlineimap") (nnir-search-engine imap) (nnimap-stream network) (nnimap-split-methods (quote nnimap-split-fancy))) nil) gnus-read-active-file(nil nil) gnus-setup-news(nil nil nil) byte-code("=08\204=0E Is there anything obviously incorrect about this? And if this is a valid "error" how would I go about cleaning up my email to avoid it?