From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Re: Reply-To -> CC? Date: Wed, 23 Dec 2020 09:26:48 +0300 Message-ID: References: <87pn352ogh.fsf@web.de> <87h7ohytch.fsf@passepartout.tim-landscheidt.de> <87eejlqc69.fsf@web.de> <877dp9tc8b.fsf@codeisgreat.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31622"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 23 07:33:59 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1krxih-000872-9U for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Dec 2020 07:33:59 +0100 Original-Received: from localhost ([::1]:35858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krxig-0004fr-92 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Dec 2020 01:33:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krxec-0001HN-Fr for help-gnu-emacs@gnu.org; Wed, 23 Dec 2020 01:29:46 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:48015) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krxeZ-0003TC-8F for help-gnu-emacs@gnu.org; Wed, 23 Dec 2020 01:29:46 -0500 Original-Received: from localhost ([::ffff:41.202.241.37]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000012125.000000005FE2E3D4.00003CC0; Tue, 22 Dec 2020 23:29:40 -0700 Mail-Followup-To: Jean Louis , help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <877dp9tc8b.fsf@codeisgreat.org> Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:126681 Archived-At: * Pankaj Jangid [2020-12-23 06:48]: > Michael Heerdegen writes: > > > Is there an alternative solution to this problem, "Email Groups" or > > something like that? (No, we don't want to use a messenger instead) > > Only guaranteed solution is that everybody a memberber of a group and > the From and To (both) the headers are pointing to the group email > address in each message. > > I guess this you need to setup yourself somewhere. I am not aware of a > hosted solution for this. There is solution. Example in `mutt' email client https://www.mutt.org is that I may specify which email addresses are mailing list addresses and then I may use the L key for list-reply as it will know how to reply to the list. And if I set $followup_to variable, it will add the header Mail-Followup-To: and you may read about that header: https://cr.yp.to/proto/replyto.html >From mutt manual: *3.97. followup_to Type: boolean Default: yes Controls whether or not the "Mail-Followup-To:" header field is generated when sending mail. When set, Mutt will generate this field when you are replying to a known mailing list, specified with the "[2031]subscribe" or "[2032]lists" commands. This field has two purposes. First, preventing you from receiving duplicate copies of replies to messages which you send to mailing lists, and second, ensuring that you do get a reply separately for any messages sent to known lists to which you are not subscribed. The header will contain only the list's address for subscribed lists, and both the list address and your own email address for unsubscribed lists. Without this header, a group reply to your message sent to a subscribed list will be sent to both the list and your address, resulting in two copies of the same email for you.