From owner-freebsd-perl@FreeBSD.ORG Mon Jul 22 21:15:00 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62853889 for ; Mon, 22 Jul 2013 21:15:00 +0000 (UTC) (envelope-from feld@freebsd.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAB32546 for ; Mon, 22 Jul 2013 21:14:59 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 3B17D21382 for ; Mon, 22 Jul 2013 17:14:59 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Mon, 22 Jul 2013 17:14:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=KUjk4nSBuD+CsQfptLNr9FDNe6U=; b=R6Zp1vaPVH+xeDrqJxuUWqjpL4mv CVG9BrkhcpUhbKy8kzAM3fl1HOwuwGUH1f1awm1vnzRKRJuI9AlwJxco7y9/FMLG +yZjdBt11hlAOWixhQU0OBoNqvYZ36rCjnwcGWrCcgWQimvkgX+sfINqsuX/ZeV9 dHiRj3c/DoYNWck= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1FB5AB01B8B; Mon, 22 Jul 2013 17:14:59 -0400 (EDT) Message-Id: <1374527699.28446.9223372036855832473.0B9F69C7@webmail.messagingengine.com> X-Sasl-Enc: JlDWYVHT8n0Vej7xQXEKQyY9Bt/zgcXNsvigTs2W8lu3 1374527699 From: Mark Felder To: perl@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-01299b66 Subject: p5-Email-Address woes Date: Mon, 22 Jul 2013 16:14:59 -0500 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 21:15:00 -0000 I have a report from a user that p5-Email-Address is broken again -- upstream has been releasing versions that cannot parse non-ASCII email addresses. Versions 1.894-5 were supposedly broken, possibly 1.898 now. Here's some info from an RT mailing list entry about the last round of breakage: http://comments.gmane.org/gmane.comp.bug-tracking.request-tracker.user/65302 This causes some major woes with RT users who get tickets/emails from non-English users. We have RT at work so now I have to review logs and see if we've been missing tickets :( Is it possible a test-case could be made and used before committing updates to this port in the future? Or should we just yell loudly at upstream? Thanks!