* Suresh Ramasubramanian <[EMAIL PROTECTED]>:
> Magnus Bodin proclaimed on mutt-users that:
>
> >As of RFC 821 <http://rfc821.x42.com/> the local part of an e-mail address
> >can consist of other characters than a-z0-9 and should then be quoted (see
> >local-part and quoted-string).
>
> >It seems though, that the mutt client does not support the use of an address
> >like "address with spaces"@x42.com which indeed is a valid and working
>
> I don't know ... yeah ... RFC 821 (page 29) does say this ... but let's
> see what goes on.
>
> I sent out a mail to my catchall domain kcircle.com ->
> 'suresh test'@kcircle.com
You need to use double quotes, or else mutt breaks it up into several
addresses. "suresh test"@kcircle.com appears to work fine with mutt.
>
> See the headers ...
>
> > Received: from cs2.hyd.office.juno.com (cs2.hyd.office.juno.com
> > [208.238.62.3])
> > by no9.superb.net (8.9.3/8.9.3) with ESMTP id BAA12436
> > for <'suresh.test'@kcircle.com>; Mon, 10 Jul 2000 01:49:48 -0400
> > (EDT)
>
> Hmmm... my sendmail 8.8.x mailserver converts spaces to dots.
My sendmail-8.9.3-15 appears to handle it:
...
Jul 10 00:16:41 novara sendmail[32751]: AAA32751: to="this works"@novara.avenue,
delay=00:00:01, mailer=local, stat=User unknown
...
...unless it adds the dots later.
David