From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Y. E." Newsgroups: gmane.emacs.help Subject: How to reply to a mailing list retrieved via Gnus gmane? Date: Thu, 09 Sep 2021 22:29:44 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23539"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 10 02:42:59 2021 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 1mOUd6-0005nj-8o for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 02:42:56 +0200 Original-Received: from localhost ([::1]:52300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOUd4-0007WQ-SC for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Sep 2021 20:42:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOPk6-00057n-EL for help-gnu-emacs@gnu.org; Thu, 09 Sep 2021 15:29:50 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]:59731) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOPk3-0002dy-Ug for help-gnu-emacs@gnu.org; Thu, 09 Sep 2021 15:29:50 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1631215785; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=G5DQRt0aeccQ/uH2L6Z7LBZWq8DZJMVN9R1s6D2Myhs=; b=vGGNlTuxoFhl/03MfLUMPyUo4KBGXdUX+nF9wQP2CmcnOZ0qceNpcu7fUWzSAez442XoPL L8Q/LZx7A71x6iqtMB1S8tq1dSeIudPLU0U/XaGfB6LZKiykjDB6rsfKXwcRYeAqCJWRD7 PK/3KmOXOTxjXfokYciAnxsB6sfslWc= X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: yuga@ego.team Received-SPF: pass client-ip=188.165.223.204; envelope-from=yet@ego.team; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 09 Sep 2021 20:42:20 -0400 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:132975 Archived-At: Hello, *** Context - My configured email client is Rmail. - Gnus is configured to retrieve mailing lists articles from news.gmane.io. *** Question How do I reply to a mailing list "article" retrieved from news.gmane.io with Gnus? *** Attempted I tried the commands listed here: https://www.gnu.org/software/emacs/manual/html_node/gnus/Summary-Mail-Commands.html Specifically, `S L' and `S W' seemed to be appropriate ones. But on each attempt it seems to me only 4 headers are filled, such as: To: help-gnu-emacs... Subject: Re: auto-filled subject... From: my from address Gcc: nnfolder+archive:sent.2021-09 I see no Message-ID (or In-Reply-To) auto-filled, isn't it required? *** Extra: Rmail I also attempted to reply by loading mbox file to Rmail and replying to all from it. In-Reply-To header was auto-filled in this case, so I sent the message, but it didn't seem to reach the destination, at least not the mailing list. (>30 mins have passed since that attempt.) I expect it'd be something super-simple I'm missing here. Thank you.