From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86265 Path: news.gmane.org!not-for-mail From: Yury Bulka Newsgroups: gmane.emacs.gnus.general Subject: Can't get splitting to work with nnmaildir Date: Sat, 07 Nov 2015 19:50:29 +0200 Message-ID: <86k2pt3di2.fsf@privacyrequired.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446931714 17109 80.91.229.3 (7 Nov 2015 21:28:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Nov 2015 21:28:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34498@lists.math.uh.edu Sat Nov 07 22:28:14 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZvB1x-0003a3-6k for ding-account@gmane.org; Sat, 07 Nov 2015 22:28:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZvB1X-0008Ne-UG; Sat, 07 Nov 2015 15:27:48 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zv7dQ-0007M7-W8 for ding@lists.math.uh.edu; Sat, 07 Nov 2015 11:50:41 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1Zv7dO-0002y9-IU for ding@lists.math.uh.edu; Sat, 07 Nov 2015 11:50:40 -0600 Original-Received: from perdizione.investici.org ([94.23.50.208]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Zv7dJ-0006HL-Nq for ding@gnus.org; Sat, 07 Nov 2015 18:50:33 +0100 Original-Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: setthemfree@privacyrequired.com) by localhost (Postfix) with ESMTPSA id 7D2331210D8 for ; Sat, 7 Nov 2015 17:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=privacyrequired.com; s=stigmate; t=1446918630; bh=Rbw76VAXJnY08RXtomWwEyA33gDZN4TuZs3oVMx701o=; h=From:To:Subject:Date; b=nVNV8Q7nB/+MfymoEJWNfOM0uqUTxT4zmoSoUPHx0U2qRUoXn3Tg8rHFvvfX117CJ gkGLJvDW8cJl9d8WwnuVAM+xQf7gRfgyczl7TrolrAbO7wfFYyQU+d/jiaWG+FptsM 0TkSfHUUEhcmRuzvZYtXqUQwK8uZKVDs/ryCenMo= X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86265 Archived-At: Dear list, I fetch my mail locally with an external program (mpop) that puts it into ~/.Mail/INBOX which is symlinked to ~/.nnmaildir/primary. This works fine. Now I'm trying to make Gnus put mail from a certain mailing list to a separate group ("list.sc"). With this config: (setq gnus-select-method '(nnmaildir "primary" (directory "~/.nnmaildir/") (get-new-mail t))) (setq mail-sources '((file))) (setq nnmail-split-methods '(("list.sc" "^List-Id:.*sc-users\.create\.ucsb\.edu.*") ("primary" ""))) When I run `gnus-summary-respool-trace` on a message from that list, it correctly reports "This message would go to list.sc". However, when I hit B r (gnus-summary-respool-article) the message just gets put back into "primary" instead of "list.sc" group. Will be very grateful for any suggestions on what I'm doing wrong here. Thanks, Yury. P.S. Someone has asked a similar question before, but it got lost: http://thread.gmane.org/gmane.emacs.gnus.general/68878