Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C8EB1895C for ; Tue, 16 Jun 2015 15:51:56 +0000 (UTC) Received: (qmail 51359 invoked by uid 500); 16 Jun 2015 15:51:54 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 51243 invoked by uid 500); 16 Jun 2015 15:51:54 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 51231 invoked by uid 99); 16 Jun 2015 15:51:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 15:51:54 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daveh42@gmail.com designates 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-qk0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 15:49:37 +0000 Received: by qkhu186 with SMTP id u186so11116408qkh.0 for ; Tue, 16 Jun 2015 08:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=zQg0R5yQw0ywmg00R395u7daC8Qd4TUYgOeNQXSqJyU=; b=zSgUeQVgN5WM9HwaRJ/5UoE3wKP1KbYtfrzVp6A3wQgcgeVIWbVQeYC+8gGo5DcVsp UtpvmlpiDRi06yzybuWniqAdzzlf0P79v4g1Dyw4/uCtKmLyYgk5sAZFTUDqvNyXB6k1 hzLcFWaz1K2+wI88OWoGJmVq/LZdkTquVCVznSRr61nTLIBD7h6UE3tnfc4NlbxX4iy1 JOHYhG2Pqjimot82NqXLC3jCdJs8nx5HFDht3Kpx9cXOB1ALAX6PlfoWyMhTv5Z6srN4 ZkJeeFwdCKZs5P/tYEVTh0j0YTCVxLf87PfJtYoCKRgj/ypVQs+IGrjAgmNpFizOtIK6 xhLg== X-Received: by 10.55.16.200 with SMTP id 69mr2556856qkq.98.1434469885640; Tue, 16 Jun 2015 08:51:25 -0700 (PDT) Received: from DaveLaptop (mail.maineturnpike.com. [24.39.54.68]) by mx.google.com with ESMTPSA id b191sm629235qka.14.2015.06.16.08.51.24 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Jun 2015 08:51:25 -0700 (PDT) From: "Dave Hammond" To: Subject: [validator] EmailValidator 1.4.1 returns true for some invalid(?) email addresses Date: Tue, 16 Jun 2015 11:51:25 -0400 Message-ID: <005f01d0a84c$4d6e27b0$e84a7710$@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0060_01D0A82A.C65E0E50" X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdCoTEq2KCLEJH6SR3+KhrkHdKymrA== Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0060_01D0A82A.C65E0E50 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The EmailValidator.java isValid routine was changed in version 1.4.1 and now returns true for email addresses like these: user@com user@gmail Are these valid email address forms? ------=_NextPart_000_0060_01D0A82A.C65E0E50--