From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73508 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: SPAM in spam group is processed into that exact same group Date: Sun, 24 Oct 2010 11:55:28 +0200 Message-ID: <87tykbj4of.fsf@thinkpad.tsdh.de> References: <87ocan4cis.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287914156 17164 80.91.229.12 (24 Oct 2010 09:55:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 09:55:56 +0000 (UTC) Cc: Ted Zlatanov To: ding@gnus.org Original-X-From: ding-owner+M21877@lists.math.uh.edu Sun Oct 24 11:55:55 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 1P9xIv-0001F4-QH for ding-account@gmane.org; Sun, 24 Oct 2010 11:55:54 +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 1P9xIf-0006z2-Cb; Sun, 24 Oct 2010 04:55:37 -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 1P9xId-0006yo-Og for ding@lists.math.uh.edu; Sun, 24 Oct 2010 04:55:35 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P9xIc-0000Fb-D2 for ding@lists.math.uh.edu; Sun, 24 Oct 2010 04:55:35 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P9xIb-0002lT-00 for ; Sun, 24 Oct 2010 11:55:33 +0200 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id D800741D; Sun, 24 Oct 2010 05:55:32 -0400 (EDT) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sun, 24 Oct 2010 05:55:32 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=ZJHOgOHoF5xqeQPc3wpx6OOIM18=; b=c1/XDQjj4pEWvcE1lVgKp7kE0TOvG3JynLZPyKAzgS78zU9jYHdYmz3qeSfQrDi0sidAazPXGYeqVlcuCt5dalKSTyz4zkr2/Qlj/eYR7ccDsbaQi3LXjrdXRVGH1EkJ4fkVDrQ1wkhls9N+71El/Z516CLN5P4ewkLSRml52KU= X-Sasl-enc: sguOOSVZv9Abd0lbTAf41mcP4u83a1jsMM+IOqLZVBiU 1287914132 Original-Received: from thinkpad.tsdh.de (p54AF063F.dip0.t-ipconnect.de [84.175.6.63]) by mail.messagingengine.com (Postfix) with ESMTPA id 50DD75E3230; Sun, 24 Oct 2010 05:55:30 -0400 (EDT) In-Reply-To: <87ocan4cis.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 21 Oct 2010 20:38:19 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73508 Archived-At: Tassilo Horn writes: > (setq gnus-spam-newsgroup-contents > ;; My spam groups all have spam or Junk in their name > '(("\\.\\(spam\\|Junk\\)" gnus-group-spam-classification-spam)) > > ;; Move SPAM in normal groups to spam training or spam group. > gnus-spam-process-destinations > '(("nnimap\\+Fastmail:" > "nnimap+Fastmail:INBOX.training.spam") > ("nnimap\\+Uni:" > "nnimap+Uni:Junk")) > > ;; Move ham in spam groups to inbox and training.ham. > gnus-ham-process-destinations > '(("nnimap\\+Fastmail:INBOX\\.Junk Mail" > "nnimap+Fastmail:INBOX" > "nnimap+Fastmail:INBOX.training.ham"))) > > I think the processing basically works fine except one really annoying > issue: as soon as I leave some spam group like > > nnimap+Fastmail:INBOX.Junk Mail > nnimap+Fastmail:INBOX.training.spam > nnimap+Uni:Junk > > which all contain only messages marked as spam ($), all messages in the > summary buffer are moved from that group into the exact same group. No, that was not true. All spam-marked messages are moved to nnimap+Fastmail:INBOX.training.spam. Anyway, the question is still: how do I tell Gnus to run only the ham processor and not the spam processor in spam groups? Bye, Tassilo