From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 596 invoked from network); 8 Dec 2023 21:32:08 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 8 Dec 2023 21:32:08 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBiRl-0008MO-Il; Fri, 08 Dec 2023 16:31:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBfqA-0003mf-9r for info-gnus-english@gnu.org; Fri, 08 Dec 2023 13:44:46 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBfq8-0001wq-6D for info-gnus-english@gnu.org; Fri, 08 Dec 2023 13:44:46 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C0166240027 for ; Fri, 8 Dec 2023 19:44:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1702061080; bh=Q0xOyurVAq1marAbBMc5UDm4/4Yv7ce+tKbs2ng5z+s=; h=MIME-Version:Content-Transfer-Encoding:Date:From:To:Subject: Message-ID:From; b=Esi37dKw1t6kXNt+ry1oWLpewHx8qntwHgLmFaaDgqW0LelOcjXW2CH+HExhnj9Uu mvHZjtlpyGtdOsO87fxBfi9GfBSCEWyfgNqY/oQqqirNk4SChUk7eDfRjbSjr7C5W+ fJrjDjBoIlY8XIpjDeZPXMPUd/QwqnNgLjfYPfGA6EU98wcw8tiR10RfjsrM+LSJn6 8dDE2uvlQOoJJsFb7fNbLXmgYJczxkATZsC+palwOVVnkOvoAjOi6BymjtjUPzmv9n Dgn7HtaBGp/sfbU5mAq0SX6PpK8ujmS3EDQhbUHmKmTB7Mpz2zqIaf4GNCrB7d29da ZDXy63Ztm8Yqw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Sn0Rr2mNlz6ty7 for ; Fri, 8 Dec 2023 19:44:40 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 08 Dec 2023 18:44:40 +0000 From: rameiko87@posteo.net To: info-gnus-english@gnu.org Subject: Have message-ID set by my email server rather than by Message Message-ID: <02faa3f8a25dc94c6e745ba7e119711a@posteo.net> Received-SPF: pass client-ip=185.67.36.65; envelope-from=rameiko87@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 08 Dec 2023 16:31:44 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Hello everyone! I'm on Emacs 29.1 and I use Message and sendmail for writing emails. I don't load Gnus but I do the easy C-x m. I can't get Emacs not to add Message-ID to my outgoing mail! I would be very grateful if some of you could help me out a little, I'm kind of a beginner. I set https://bpa.st/QLDQ and yet every email I write contains a message-ID which is set by emacs, rather than my email server. If I customize message-user-fqdn then the Message-ID will reflect that. Therefore whatever is setting my message ID despite the config telling Message not to, is taking it from the variable message-user-fqdn! Help is very much appreciated!