From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Gnus mail splitting / Gmane / gnu.emacs.help / mailing list Date: Fri, 02 Nov 2018 17:27:44 +0100 Message-ID: <864lczfnr3.fsf@zoho.eu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1541176201 3419 195.159.176.226 (2 Nov 2018 16:30:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2018 16:30:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 02 17:29:57 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 1gIcKZ-0000lQ-G9 for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2018 17:29:55 +0100 Original-Received: from localhost ([::1]:52549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIcMf-000554-Ku for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2018 12:32:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIcIb-0002v7-LZ for help-gnu-emacs@gnu.org; Fri, 02 Nov 2018 12:27:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIcIX-0003mR-DK for help-gnu-emacs@gnu.org; Fri, 02 Nov 2018 12:27:53 -0400 Original-Received: from sender-pp-o92.zoho.eu ([185.20.209.252]:25324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gIcIX-0003kz-10 for help-gnu-emacs@gnu.org; Fri, 02 Nov 2018 12:27:49 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1541176066; cv=none; d=zoho.eu; s=zohoarc; b=PT5SxbNDtT1pds+1TFCsztPiUtsgd4XyUAE/sIu+h0l8kRRrUaK/8NF4EoitgnaXGgo3WlIb7pCGqsOwzeAgv7ZbBN6SjNFBMoxramU784afuzYxGIcxIlXpNQddbXn9EMbszOA5JL+l+gtjeirL8ehi07U+kPxfAtknxxdL3j4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.eu; s=zohoarc; t=1541176066; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To:ARC-Authentication-Results; bh=JdyGFGTfs/5uGkl8LGd9Z1mTi1zwchhuLQYoEOdk8UM=; b=feesVDApEq7gl35PBl6FAyCSkVYM7g0yONwJA/jPNXtZL/pcpEu4pL2C8mlZlSNnTMSL4z0OYxZPpx0m+XD2VylT/oUPrcwfva0xHszCuglsGew0Ur9D684OOLinAxrDknuw1RdH0j1YbUyOwaeKUEogXiyyKCaB8behV0ICDY8= ARC-Authentication-Results: i=1; mx.zoho.eu; dkim=pass header.i=zoho.eu; spf=pass smtp.mailfrom=moasenwood@zoho.eu; dmarc=pass header.from= header.from= Original-Received: from raspberrypi.zoho.eu (c-5c95225c.08-680-7570702.bbcust.telenor.se [92.34.149.92]) by mx.zoho.eu with SMTPS id 1541176064919475.2050341031651; Fri, 2 Nov 2018 17:27:44 +0100 (CET) Mail-Copies-To: never X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.20.209.252 X-Mailman-Approved-At: Fri, 02 Nov 2018 12:31:11 -0400 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:118556 Archived-At: Now that one is disencouraged to use the newsgroup (gnu.emacs.help) because of the threading issue, and newcomers cannot use Gmane (gmane.emacs.help) because of the authentication issue, here is how one can do it with Gnus to get away with at least half the self-respect intact. First add an nnml group. Here, I called it mail.geh. ("geh" for gnu.emacs.help, no doubt.) Then add this to split mail from the mailing list to that group: (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" "") )) Maybe you would like to killfile, or rather downscore which is recommended and much better, maybe you'd like to do that to yourself so you don't see your own posts. You can still bring them up by entering the group and do `gnus-summary-insert-old-articles' (I think the original key for that is `/ o'; I have it just `o') which ignores the scoring. In a way that doesn't make sense but it can nevertheless be used in this particular situation. There are other ways to do it, as well. -- underground experts united http://user.it.uu.se/~embe8573