From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76116 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Back to Spam : is my config "clean"? Date: Sat, 29 Jan 2011 13:17:34 +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 1296303475 19317 80.91.229.12 (29 Jan 2011 12:17:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 12:17:55 +0000 (UTC) To: nognus Original-X-From: ding-owner+M24468@lists.math.uh.edu Sat Jan 29 13:17:51 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 1Pj9kT-0001I1-Tu for ding-account@gmane.org; Sat, 29 Jan 2011 13:17:50 +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 1Pj9kR-0006JA-Dn; Sat, 29 Jan 2011 06:17:47 -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 1Pj9kQ-0006Ix-96 for ding@lists.math.uh.edu; Sat, 29 Jan 2011 06:17:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pj9kP-0001Vs-22 for ding@lists.math.uh.edu; Sat, 29 Jan 2011 06:17:46 -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 1Pj9kO-0001c0-4B for ding@gnus.org; Sat, 29 Jan 2011 13:17:44 +0100 Original-Received: by bwz12 with SMTP id 12so4173313bwz.17 for ; Sat, 29 Jan 2011 04:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:organization:message-id :user-agent:mime-version:content-type; bh=Tci2bbOKqjVGiAKNgrsWPMvtM6qAmvVaXzjxNx14VU8=; b=gsfNhJMjbiFMkFIGYtd0+E/nqNhjCSiNYMyhLkBT85Ls/hVF5we9dDSNvf/0l/vZry LEFhc6hYrz/w7qWOVFbSkr8Mbu/+W7pZQ4ZekSkgKJyK/Sg+onXc2YMfUAhAOIbbROHK Ydqi8Od+ff9cqmuLAnvflUFNaPVBUv08eHASc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:organization:message-id:user-agent :mime-version:content-type; b=tBFvgxO/CT2r5mn4vckh6TS2JRKkt2QEWIOX7aKJLZPUlFawaUfK387C7fAYM7FUS5 +E+RerU+AgI6D1fo2DVX3f30bY2tQg4hTK1icP+EMJwNPGyCX3izopmOMS0FOLXRUqI2 +FY7qlcl8D7WMcb4E0hnHq+5yLXUvB9AFsKGM= Original-Received: by 10.204.70.136 with SMTP id d8mr3466698bkj.96.1296303458698; Sat, 29 Jan 2011 04:17:38 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id x38sm9203677bkj.13.2011.01.29.04.17.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 04:17:37 -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:76116 Archived-At: I have decided to try spam splitting again - having previously given up. It used to work for me before Gnus changes. Here is my set up. Before I go any further is there anything obviously wrong with this? ,---- | (setq nnimap-split-inbox '("INBOX")) | (setq nnimap-split-fancy '(| (: spam-split) "INBOX")) | (setq nnimap-split-methods 'nnimap-split-fancy) | (setq nnimap-split-download-body t) | | (setq nnmail-split-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) `---- If there is nothing obviously wrong then I will post the backtrace again the next time it falls over. thanks r.