From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86296 Path: news.gmane.org!not-for-mail From: Jeffrey DeLeo Newsgroups: gmane.emacs.gnus.general Subject: Re: [SOLVED] solution included Date: Wed, 18 Nov 2015 10:48:31 -0800 Message-ID: <87ziybdtz4.fsf@JUbuntu.dharma.lan> References: <876116tzie.fsf@JUbuntu.dharma.lan> <87io55smq9.fsf@JUbuntu.dharma.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447874503 28890 80.91.229.3 (18 Nov 2015 19:21:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2015 19:21:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34528@lists.math.uh.edu Wed Nov 18 20:21:31 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 1Zz8IN-00049n-Hp for ding-account@gmane.org; Wed, 18 Nov 2015 20:21:31 +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 1Zz8HA-0006uC-S9; Wed, 18 Nov 2015 13:20:16 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zz8H9-0006tv-32 for ding@lists.math.uh.edu; Wed, 18 Nov 2015 13:20:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1Zz8H7-0006jW-HY for ding@lists.math.uh.edu; Wed, 18 Nov 2015 13:20:14 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Zz8H5-00049C-I0 for ding@gnus.org; Wed, 18 Nov 2015 20:20:11 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zz8H2-00023W-Ts for ding@gnus.org; Wed, 18 Nov 2015 20:20:09 +0100 Original-Received: from c-24-5-82-88.hsd1.ca.comcast.net ([24.5.82.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2015 20:20:08 +0100 Original-Received: from JeffreyDeLeo by c-24-5-82-88.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2015 20:20:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-24-5-82-88.hsd1.ca.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux) Cancel-Lock: sha1:A7aJO+0Eu+Hfp/YXYrU4rrkF6lE= X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86296 Archived-At: Xavier Maillard writes: > Ok, after some reading sessions and tests, here is what I came up > with: > > ("\\(lists\\|pub\\).*" (address (downcase (format > "%s@xavier.maillard.im" (gnus-replace-in-string gnus-newsgroup-name > "^INBOX\." ""))))))) > > That works as expected. I just did not understand why > `gnu-newsgroup-name' did not have the select method included in his > name. Hi Xavier - where exactly does this code fit in your gnus setup? Is this what you are setting the 'to-address' and 'to-list' parameter to for all your groups?