From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Nuno Silva" Newsgroups: gmane.emacs.help Subject: Re: Gnus mail splitting / Gmane / gnu.emacs.help / mailing list Date: Sat, 03 Nov 2018 12:51:46 +0000 Organization: albasani.net Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1541249604 5642 195.159.176.226 (3 Nov 2018 12:53:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Nov 2018 12:53:24 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 03 13:53:20 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gIvQU-0001MY-1d for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Nov 2018 13:53:18 +0100 Original-Received: from localhost ([::1]:55532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIvSa-0002Mc-Kw for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Nov 2018 08:55:28 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: news.albasani.net 2KHbhdHsP3RP+esFn72ORZxEy7/cGmR+4qFbwFkzvX5MpgsDmmBmcq8ALorcdBSRShPIGJLKTH8OdYC//UWSBA== Original-NNTP-Posting-Date: Sat, 3 Nov 2018 12:51:47 +0000 (UTC) Original-Injection-Info: news.albasani.net; logging-data="RPF6fEalcnZEhf/2r51SZ3akXbHyk6SFiCQJz8Yzm/8V8kwJ1WYcQAPh8MsSoaP/sy8BhhJMjpkJ6je7PjQFej3ExtH0zPBPINiE3dAdFOayFQN+fqja2Z/R6T+/CjR5"; mail-complaints-to="abuse@albasani.net" Cancel-Lock: sha1:9TSs4bW/zvDpjAi5U4Cu6oavuzA= Original-Xref: usenet.stanford.edu gnu.emacs.help:224452 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118581 Archived-At: On 2018-11-02, Emanuel Berg wrote: > (setq nnmail-split-methods > '( > ("mail.geh" "\\(From\\|To\\|Cc\\):.*help-gnu-emacs@gnu.org") > ;; add more here the same way if need be > ("mail.misc" "") > )) There's also the "List-Id:" header, which should match only messages that are sent through the mailing list. But whether you want to filter based on From/To/Cc or List-Id depends on what you want to happen and on your personal taste. (With List-Id, if somebody addresses a message to the list *and* to you, the rule should only match the copy you get from the list). -- Nuno Silva