From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28106 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Fully-qualifying Email addresses in outgoing mail Date: 11 Dec 1999 12:44:16 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165014 28163 80.91.224.250 (21 Oct 2002 01:50:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:50:14 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA01353 for ; Sat, 11 Dec 1999 06:44:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB29197; Sat, 11 Dec 1999 05:44:45 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 11 Dec 1999 05:44:54 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA22480 for ; Sat, 11 Dec 1999 05:44:43 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA01348 for ; Sat, 11 Dec 1999 06:44:20 -0500 (EST) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id MAA04242 for ; Sat, 11 Dec 1999 12:44:34 +0100 Original-Received: (from abraham@localhost) by zuse.dina.kvl.dk (8.9.1b+Sun/8.9.1) id MAA01444; Sat, 11 Dec 1999 12:44:17 +0100 (MET) X-Authentication-Warning: zuse.dina.kvl.dk: abraham set sender to abraham@dina.kvl.dk using -f Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: patl@cag.lcs.mit.edu's message of "10 Dec 1999 19:55:40 -0500" Original-Lines: 15 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28106 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28106 patl@cag.lcs.mit.edu (Patrick J. LoPresti) writes: > I agree that smtpmail itself might be a better place to fix this, > since it does not presently send valid SMTP mail. But since > message-mode can already perform a variety of RFC822 canonicalizations > (like adding From, Message-ID, and Date), it is not much of a stretch > to throw another into the mix. However, smtpmail is also used by the other Emacs mailers, so adding it there would fix them all. Also, smtpmail can be viewed as a Emacs Lisp equivalent to qmail-inject, so it is also the logical place for the functionality. I believe the required header parsing routines are already separated out in a library which smtpmail can use.