Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Fully-qualifying Email addresses in outgoing mail
Date: 10 Dec 1999 16:41:36 +0100	[thread overview]
Message-ID: <vafbt7y7qhb.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: patl@cag.lcs.mit.edu's message of "10 Dec 1999 09:59:39 -0500"

patl@cag.lcs.mit.edu (Patrick J. LoPresti) writes:

> But when you use 'smtpmail-send-it, the message goes straight to the
> smtp daemon which performs no canonicalizations of any kind.

Why doesn't the smtp daemon do canonicalizations?  IMHO any smtp
daemon which does not convert local addresses to qualified addresses
when sending a message to another host is not configured correctly.

Suppose a user does this?

    $ telnet localhost smtp
    HELO myname
    MAIL FROM: <kai>
    RCPT TO: <peter>
    RCPT TO: <karl@cs.uni-helgoland.de>
    DATA
    To: peter, karl@cs.uni-helgoland.de
    From: kai
    Subject: Good Morning

    Good morning, Peter and Karl!
    Kai
    .

Shouldn't the smtp daemon on localhost convert `peter' into
`peter@myname.mydomain.de' before sending the message to
karl@cs.uni-helgoland.de? 

kai
-- 
A preposition is not a good thing to end a sentence with.


  reply	other threads:[~1999-12-10 15:41 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-09 21:51 Patrick J. LoPresti
1999-12-10  9:32 ` Per Abrahamsen
1999-12-10 14:59   ` Patrick J. LoPresti
1999-12-10 15:41     ` Kai Großjohann [this message]
1999-12-10 15:51       ` Kai Großjohann
1999-12-10 16:02         ` Patrick J. LoPresti
1999-12-10 17:22           ` Stainless Steel Rat
1999-12-10 18:28             ` Patrick J. LoPresti
1999-12-10 18:32               ` Patrick J. LoPresti
1999-12-10 19:08               ` Stainless Steel Rat
1999-12-10 20:20                 ` Patrick J. LoPresti
1999-12-10 20:48                 ` Patrick J. LoPresti
1999-12-10 22:03                   ` Stainless Steel Rat
1999-12-10 22:14                     ` Russ Allbery
1999-12-10 22:24                       ` Stainless Steel Rat
1999-12-10 22:41                         ` Russ Allbery
1999-12-11  1:03                     ` Patrick J. LoPresti
1999-12-10 22:15                 ` Russ Allbery
1999-12-10 22:30                   ` Stainless Steel Rat
1999-12-11  1:28                     ` Patrick J. LoPresti
1999-12-11  3:09                       ` Stainless Steel Rat
1999-12-11  3:14                         ` Russ Allbery
1999-12-12 15:55                           ` Stainless Steel Rat
1999-12-10 19:44             ` Kai Großjohann
1999-12-10 20:58               ` Stainless Steel Rat
1999-12-10 21:36                 ` Patrick J. LoPresti
1999-12-10 22:17                   ` Stainless Steel Rat
1999-12-11  0:55                     ` Patrick J. LoPresti
1999-12-11 11:44                       ` Per Abrahamsen
1999-12-11 16:58                         ` Amos Gouaux
1999-12-10 20:25 ` Patrick J. LoPresti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vafbt7y7qhb.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).