Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 32741 invoked from network); 4 Dec 2009 11:50:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 11:50:02 -0000 Received: (qmail 83604 invoked by uid 500); 4 Dec 2009 11:50:02 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 83563 invoked by uid 500); 4 Dec 2009 11:50:02 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 83553 invoked by uid 99); 4 Dec 2009 11:50:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 11:50:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markus.wiederkehr@gmail.com designates 209.85.220.222 as permitted sender) Received: from [209.85.220.222] (HELO mail-fx0-f222.google.com) (209.85.220.222) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 11:49:53 +0000 Received: by fxm22 with SMTP id 22so2321299fxm.2 for ; Fri, 04 Dec 2009 03:49:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5mbytqvMCeA3/h3Wiiojc22swPtloSkJb6PDMPQxx+Y=; b=kqxPPnK7TnpjMFzXQeha4Fozv0xq9jz2F4CnQ7sxHqq3ky8jqoNNy2i02gJ6ZTjt+R 6sIW1w2YnvNPRBLlm23z5Go/bYTAJb90wb2RzCfKmRRKNDz5tshtCwb3W7f106b3mk2C IhwzwauWc0eWwofDog85u+AYjmMcRav6mqXeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mCzJg2Y8QKPQV22CuvtlP4NYCy4f+u1F8VPgVKs71nvt7wtYJ2nW9zuYoHI7ZkZQHQ REFRXfaYJUg09WOGfswhx6EWBJZEuCTCHu3BLmJ5onUMU+6k1xzHJ+goaDtYu5NmyC5y QTefPKnZK8j2NekJ8Wr1V1NCeFceKUQDZVD2o= MIME-Version: 1.0 Received: by 10.223.19.200 with SMTP id c8mr453321fab.55.1259927373048; Fri, 04 Dec 2009 03:49:33 -0800 (PST) In-Reply-To: <9ceb1e7a0912031431t36df3ccgb6823bda6ab960d6@mail.gmail.com> References: <9ceb1e7a0912031431t36df3ccgb6823bda6ab960d6@mail.gmail.com> Date: Fri, 4 Dec 2009 12:49:32 +0100 Message-ID: Subject: Re: Bug in decoderutil From: Markus Wiederkehr To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I believe this bug has already been resolved in the current SVN trunk. Probably in the course of http://issues.apache.org/jira/browse/MIME4J-138.. Please create a new JIRA issue if I am wrong. Best regards, Markus On Thu, Dec 3, 2009 at 11:31 PM, Wim Jongman wrote: > Hi, > > Decoderutil crashes on this subject line: > > =?utf-8?Q?variable=20${target.nl}?= > > Illegal group reference > at java.util.regex.Matcher.appendReplacement(Unknown Source) > at > org.apache.james.mime4j.codec.DecoderUtil.decodeEncodedWords(DecoderUtil.java:160) > > > Best regards, > > Wim