From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84887 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: Re: Has anyone created code for reply to author on yahoogroups? Date: Mon, 08 Sep 2014 02:45:22 +0200 Organization: my virtual residence Message-ID: <87zjebc53x.fsf@yun.yagibdah.de> References: <87r3znfahl.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410137190 25941 80.91.229.3 (8 Sep 2014 00:46:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2014 00:46:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33128@lists.math.uh.edu Mon Sep 08 02:46:24 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XQn67-0008L8-DW for ding-account@gmane.org; Mon, 08 Sep 2014 02:46:23 +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 1XQn5T-00051f-FA; Sun, 07 Sep 2014 19:45:43 -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 1XQn5O-00050n-6T for ding@lists.math.uh.edu; Sun, 07 Sep 2014 19:45:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XQn5L-00033r-Pz for ding@lists.math.uh.edu; Sun, 07 Sep 2014 19:45:37 -0500 Original-Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.216]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XQn5J-0007uH-0u for ding@gnus.org; Mon, 08 Sep 2014 02:45:33 +0200 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1410137131; l=1038; s=domk; d=yun.yagibdah.de; h=Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:To: From; bh=SxRuIlpJYxZgKIxl5x4upwgwp3Q=; b=bRQQDd1AEGEZO6JNhhOGpxopXk5bVRhz1/78WeKhzcHPvc9HfkX8R9yWQsrmKsZpWxw UVpBOsO1Zf+u61G/yadfnivP0iqqxmoXo1+syWhmuQ8Hssde8ljKvNbdpulX04tqCcKVA QDP02pbwrNzOZkek9IgJEYQaWunKOVgV4Eo= X-RZG-AUTH: :O2kGeEG7b/pS1FS4THaxjVF9w0vVgfQ9xHcw0u9bPwwMFwe5A1Mf1jo8+wbUeX1fjiA= X-RZG-CLASS-ID: mo00 Original-Received: from jarl.yagibdah.de ([185.55.75.245]) by smtp.strato.de (RZmta 35.8 AUTH) with ESMTPSA id y0711fq880jVwZS (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client did not present a certificate) for ; Mon, 8 Sep 2014 02:45:31 +0200 (CEST) Original-Received: from yun.yagibdah.de ([192.168.3.20]) by jarl.yagibdah.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1XQn5H-0001JF-I6 for ding@gnus.org; Mon, 08 Sep 2014 02:45:31 +0200 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1XQn5H-000105-EN for ding@gnus.org; Mon, 08 Sep 2014 02:45:31 +0200 In-Reply-To: <87r3znfahl.fsf@dod.no> (Steinar Bang's message of "Sun, 07 Sep 2014 22:20:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84887 Archived-At: Steinar Bang writes: > Some time ago yahoogroups started changing the From emails, so that > emails from me to a yahoogroups list, looks like: > "Steinar Bang sb@dod.no [somelist]" > (where "somelist" is the name of a yahoogroups mailing list). > > This meant that my old gnus setup for the mail group in gnus, which was > to do "f" to reply to the list and "r" to reply only to the author, no > longer worked. > > Has anyone here created code to make "r" extract the sender email > address from the From field and reply directly to that? > > If not, any ideas for the most elegant and simple solution? Look at the group setup (Gc in the group buffer) and set up the mailing list address? I do that for lists, and it works fine, plus I have (setq message-subscribed-address-functions '(gnus-find-subscribed-addresses)) in .gnus, though I'm not too sure about this having the effect I would assume it has. -- Knowledge is volatile and fluid. Software is power.