From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34931 Path: main.gmane.org!not-for-mail From: Jason R Mastaler Newsgroups: gmane.emacs.gnus.general Subject: `user-mail-address' for message-ids Date: Fri, 23 Feb 2001 13:30:30 -0700 (MST) Sender: owner-ding@hpc.uh.edu Message-ID: <20010223133030.B14991@mastaler.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170762 372 80.91.224.250 (21 Oct 2002 03:26:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:26:02 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id B73F7D049F for ; Fri, 23 Feb 2001 15:31:15 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id OAC05206; Fri, 23 Feb 2001 14:30:49 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Feb 2001 14:30:08 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA13105 for ; Fri, 23 Feb 2001 14:30:01 -0600 (CST) Original-Received: by mailhost.sclp.com (Postfix, from userid 110) id 77128D049F; Fri, 23 Feb 2001 15:30:30 -0500 (EST) Original-To: ding@gnus.org Content-Disposition: inline Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:34931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34931 It would be nice if `message-make-message-id' would use `user-mail-address' when creating message-ids so that they would match the user's From address. Or, at least this should be an option. Right now, `message-make-message-id' calls `message-make-fqdn' for the last part of the message-id (after @). `message-make-fqdn' uses `user-mail-address' only as a last resort (after consulting `system-name' and `mail-host-address'). Any objections to moving `user-mail-address' before the other two? If so, how about making this optional through a variable setting or something?