From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61023 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Other IDN-fixes Date: Tue, 27 Sep 2005 17:14:56 +0200 Message-ID: References: <87y85iejat.fsf@koldfront.dk> <87slvqvb2i.fsf@arnested.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1127834494 28598 80.91.229.2 (27 Sep 2005 15:21:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2005 15:21:34 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m9555@lists.math.uh.edu Tue Sep 27 17:21:31 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKHB3-0006Zx-2R for ding-account@gmane.org; Tue, 27 Sep 2005 17:15:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EKHAy-0002aC-00; Tue, 27 Sep 2005 10:15:24 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EKHAg-0002a7-00 for ding@lists.math.uh.edu; Tue, 27 Sep 2005 10:15:06 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EKHAd-0004LS-JQ for ding@lists.math.uh.edu; Tue, 27 Sep 2005 10:15:06 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EKHAc-0000X2-00 for ; Tue, 27 Sep 2005 17:15:02 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j8RFExx8007713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Sep 2005 17:15:00 +0200 Original-To: Arne =?iso-8859-1?Q?J=F8rgensen?= OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050927:arne@arnested.dk::Xjy3bXOAZ1GZHLki:7mFg X-Hashcash: 1:21:050927:ding@gnus.org::qF3vrHYO4QEs5m29:7rGu In-Reply-To: <87slvqvb2i.fsf@arnested.dk> (Arne =?iso-8859-1?Q?J=F8rgensen?= =?iso-8859-1?Q?'s?= message of "Tue, 27 Sep 2005 16:29:09 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id j8RFExx8007713 X-Spam-Score: -2.4 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61023 Archived-At: Arne J=F8rgensen writes: > The patch doesn't solve your problem as far as I can tell. > > It fixes the following things though: > > 1. Decoding articles with more than one IDN-address in the same field > (i.e. "To: adam@sj=F8gren.dk, arne@j=F8ssen.dk") > > Currently only the last address is decoded, but the patch fixes a > regexp in `article-decode-idna-rhs' so all are handled. > > 2. Also encode and decode address in Reply-To:, Mail-Reply-To: and > Mail-Followup-To:. > > 3. When `message-use-idna is 'ask you will be asked whether to replace > the same idna domain once for every time it is in a header (i.e. > twice about j=F8ssen.dk for "To: arne@j=F8ssen.dk, palle@j=F8ssen.dk") > but the replacement is done the first time for both/all. > > The patch only asks once for the same idna domain in each header, > but will still ask twice about j=F8ssen.dk if it is present in both > say To: and Reply-To: (that would require a bigger rewrite of the > idna handling). Looks good, I installed it, thanks!