Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 23151 invoked from network); 22 Oct 2003 09:24:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Oct 2003 09:24:39 -0000 Received: (qmail 36531 invoked by uid 500); 22 Oct 2003 09:24:21 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 36182 invoked by uid 500); 22 Oct 2003 09:24:18 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 36169 invoked from network); 22 Oct 2003 09:24:18 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 22 Oct 2003 09:24:18 -0000 Received: (qmail 16900 invoked by uid 50); 22 Oct 2003 09:27:38 -0000 Date: 22 Oct 2003 09:27:38 -0000 Message-ID: <20031022092738.16899.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 23990] - EmailValidator - valid email address fails X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23990 EmailValidator - valid email address fails ------- Additional Comments From vsr77@yahoo.com 2003-10-22 09:27 ------- If someone@[216.109.118.76] is a valid email address, then even for this, the output is "false" bcos in the code, the pattern that matches the domain is "^(\\d{1,3})[.](\\d{1,3})[.](\\d{1,3})[.](\\d{1,3})$" where it says that the domain can only have digits and not "[" or "]" in the email addresss. So it again boils down to a *BUG*. Thanks Srirajesh --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org