Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15284 invoked from network); 6 Feb 2015 00:05:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2015 00:05:13 -0000 Authentication-Results: pb1.pair.com header.from=zardozrocks@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zardozrocks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: zardozrocks@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:52484] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/17-17766-43504D45 for ; Thu, 05 Feb 2015 19:05:10 -0500 Received: by mail-wg0-f51.google.com with SMTP id k14so10490793wgh.10 for ; Thu, 05 Feb 2015 16:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xHrk47RtpjG91KI3dnSyJ99nyRX/VlJ3FF0oIA1Salc=; b=us2kkCcKWVgRzOyP6AGibOjYz8HMovuUL8xCCtedA5LEjpQ5W7k66xv80mHETh4unx CG7lPf9OKhlwUy2kz5jG72xVZOwd+FvNdKnb7vS6A4Ud+iJovADnyGni5ejVdQljj7/1 3gDyQDhRzgZQXa6+37QMwIAkoW8+EVSTg+n/HpWqTRRq6IOR2tls+kZRno43V1hxb63H Ag6JLiMXi2oQsncd/B4+Cj0sGjHejKKAbGZ89XuHKT8VWI2Rv0JpJTbQCHZtwxITuudz 8zZCBP8JLubj+4KeohMs6/KkyoDg2N3t2RurzapzNQyC1edVTHi5ccXVj3wf6xY7zV93 hNfA== MIME-Version: 1.0 X-Received: by 10.194.104.196 with SMTP id gg4mr1581833wjb.31.1423181105706; Thu, 05 Feb 2015 16:05:05 -0800 (PST) Received: by 10.216.201.131 with HTTP; Thu, 5 Feb 2015 16:05:05 -0800 (PST) Date: Thu, 5 Feb 2015 16:05:05 -0800 Message-ID: To: internals Content-Type: multipart/alternative; boundary=089e010d83fc41bdcc050e602ceb Subject: filter_var doesn't support international email addresses From: zardozrocks@gmail.com (j adams) --089e010d83fc41bdcc050e602ceb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Please let me know which mailing list address to use if I have sent this to the wrong list. filter_var does not properly validate emails with international characters. For example, this returns FALSE: var_dump(filter_var("Pel=C3=A9@example.com", FILTER_VALIDATE_EMAIL)); Are there any plans to implement proper validation of email addresses as described in RFC 6530? http://tools.ietf.org/html/rfc6530 --089e010d83fc41bdcc050e602ceb--