Re: [EAI] mail bounce versus punycode conversion

"Jiankang YAO" <yaojk@cnnic.cn> Tue, 10 August 2010 05:31 UTC

Return-Path: <yaojk@cnnic.cn>
X-Original-To: ima@core3.amsl.com
Delivered-To: ima@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0C1613A6A20 for <ima@core3.amsl.com>; Mon, 9 Aug 2010 22:31:58 -0700 (PDT)
X-Quarantine-ID: <xP5EIUqsyiWc>
X-Virus-Scanned: amavisd-new at amsl.com
X-Amavis-Alert: BAD HEADER, Duplicate header field: "Message-ID"
X-Spam-Flag: NO
X-Spam-Score: -97.961
X-Spam-Level:
X-Spam-Status: No, score=-97.961 tagged_above=-999 required=5 tests=[AWL=-0.332, BAYES_40=-0.185, MIME_BASE64_TEXT=1.753, MSGID_FROM_MTA_HEADER=0.803, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xP5EIUqsyiWc for <ima@core3.amsl.com>; Mon, 9 Aug 2010 22:31:56 -0700 (PDT)
Received: from cnnic.cn (smtp.cnnic.cn [159.226.7.146]) by core3.amsl.com (Postfix) with SMTP id DD3383A6A08 for <ima@ietf.org>; Mon, 9 Aug 2010 22:31:54 -0700 (PDT)
Received: (eyou send program); Tue, 10 Aug 2010 13:32:29 +0800
Message-ID: <481418349.21989@cnnic.cn>
X-EYOUMAIL-SMTPAUTH: yaojk@cnnic.cn
Received: from unknown (HELO lenovo47e041cf) (127.0.0.1) by 127.0.0.1 with SMTP; Tue, 10 Aug 2010 13:32:29 +0800
Message-ID: <19D6DC79958B4031B9755C28EB6B508B@LENOVO47E041CF>
From: Jiankang YAO <yaojk@cnnic.cn>
To: Ernie Dainow <edainow@ca.afilias.info>, John C Klensin <klensin@jck.com>
References: <4C3B865C.2040503@ca.afilias.info><326D84CE7B092784C9F2229E@PST.JCK.COM> <479025963.24540@cnnic.cn>
Date: Tue, 10 Aug 2010 13:32:47 +0800
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.5931
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931
Cc: ima@ietf.org
Subject: Re: [EAI] mail bounce versus punycode conversion
X-BeenThere: ima@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "EAI \(Email Address Internationalization\)" <ima.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ima>, <mailto:ima-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ima>
List-Post: <mailto:ima@ietf.org>
List-Help: <mailto:ima-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ima>, <mailto:ima-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Aug 2010 05:31:59 -0000

based on the ietf 78 eai meeting,

 I have updated it to the following text:

  If a server advertises UTF8SMTP and the client does not recognize the
   extension, the client may send a regular message [RFC5321] and
   [RFC5322].  In this case, the client may continue to use the
   [RFC5890] to transform the domain portion of an address to A-label
   [RFC5890].  If the email address is in the format of ASCII@non-ASCII,
   the legacy SMTP servers MUST reject the message with the
   ASCII@non-ASCII if the non-ASCII domain part is not transformed into
   the format of A-label by the client.  UTF8SMTPbis servers MUST
   recognize and decode the ACE label(s) as appropriate.


Jiankang Yao


----- Original Message ----- 
From: "Ernie Dainow" <edainow@ca.afilias.info>
To: "John C Klensin" <klensin@jck.com>
Cc: <ima@ietf.org>
Sent: Tuesday, July 13, 2010 8:59 PM
Subject: Re: [EAI] mail bounce versus punycode conversion


> On 7/13/2010 1:53 AM, John C Klensin wrote:
>>
>> --On Monday, July 12, 2010 17:17 -0400 Ernie Dainow
>> <edainow@ca.afilias.info>  wrote:
>>
>>    
>>> A message to mailbox<ASCII@non-ASCII>  will bounce if the
>>> UTF8SMTPbis extension is not supported by an MTA. According to
>>> rfc5336bis, this will not be done by an MTA. This is not
>>> obvious behavior, since it is fairly trivial to do a punycode
>>> conversion of the domain part so that the address is all
>>> ASCII. Many users are familiar with web browsers that do this
>>> conversion and may expect similar behavior in email.
>>>      
>> Speaking for myself only, this is actually one of the difficult
>> cases I was sort of alluding to in an earlier note today.
>>
>> Please review draft-iab-idn-encoding (-03 was posted yesterday).
>> If one has a system in which any string in a multi-target name
>> resolution slot is passed to a common name resolution interface,
>> then it probably will not be possible to prevent an
>> <ASCII@non-ASCII>  string from being resolved, with or without
>> EAI.  Similarly, if a system identifies the domain part as being
>> an IDNA-aware domain name slot,<ASCII@non-ASCII>  might be
>> turned into<ASCII@A-label.A-label....>  before the mail-specific
>> software actually gets its hands on it and subsequently treated
>> as an all-ASCII address.
>>
>> It is plausible to put<ASCII@non-ASCII>  outside the scope of an
>> EAI standard if the extension isn't specified.  That follows
>> from the observation that, if the extension is not specified,
>> everything (ASCII and non-ASCII alike) is outside the scope of
>> the standard.  But requiring message rejection in one of those
>> cases is not reasonable: servers who do not announce the
>> extension are bound only by the rules of RFC 5321 and friends.
>> Those specifications are specific about what must be accepted
>> but deliberately not specific about what must be rejected.
>>
>>
>>    
>>> To reinforce that this is a failure case, we should add the
>>> following example to section 4.4 of rfc5335bis-00.
>>>
>>>      <ASCII@non-ASCII>
>>>           ; message will bounce if UTF8SMTPbis extension is not
>>> supported. An MTA will not convert
>>>           ; the domain part to ASCII, but this may be done by
>>> an MUA or submission server (MSA).
>>>      
>> The strongest thing that can be said, ideally with a citation of
>> 5321, is something like:
>>
>>      <ASCII@non-ASCII>
>>           ; if theUTF8SMTPbis extension is not supported,
>>           ; the MTA is required to be SMTP [RFC 5321]-compliant
>>           ; only.  Such an MTA is not required to
>>           ; convert the domain part to from U-label form to
>>           ; A-label form.  If it does not, the message may be
>>           ; rejected or simply not delivered.  Similarly,
>>           ; if theUTF8SMTPbis extension is not supported, an
>>           ; MUA or submission server (MSA) may perform conversions
>>           ; to A-label form, but is not required to do so.
>>    
> 
> According to section 3.2 in  5336bis-00, <ASCII@non-ASCII> is an 
> internationalized address and can't be submitted to an MTA that does not 
> support UTF8SMTPbis. An MTA cannot rewrite such a header so the message 
> must be rejected. If we want to allow an MTA to do punycode conversion, 
> the following paragraph in 5336bis-00 needs to be revised.
> 
> 1.  If and only if the SMTP client (sender) is a Message Submission
>        Server ("MSA") [RFC4409], it MAY, consistent with the general
>        provisions for changes by such servers, rewrite the envelope,
>        headers, or message material to make them entirely ASCII
> 
>>    
>> Note that the IRI spec makes this even more difficult because
>>
>> mailto:ASCII@non-ASCII
>>
>> is at least as likely to be converted into
>>
>>              mailto:ASCII@%-encoded-UTF-8
>>
>> as into
>>
>>              mailto:ASCII@A-label...
>>
>> john
>>
>>    
> 
> _______________________________________________
> IMA mailing list
> IMA@ietf.org
> https://www.ietf.org/mailman/listinfo/ima