Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 62298 invoked from network); 6 Aug 2004 07:51:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Aug 2004 07:51:05 -0000 Received: (qmail 96976 invoked by uid 500); 6 Aug 2004 07:50:59 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 96930 invoked by uid 500); 6 Aug 2004 07:50:58 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 96898 invoked by uid 99); 6 Aug 2004 07:50:58 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 06 Aug 2004 00:50:56 -0700 Received: (qmail 23573 invoked by uid 50); 6 Aug 2004 07:52:28 -0000 Date: 6 Aug 2004 07:52:28 -0000 Message-ID: <20040806075228.23572.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 30506] - [PATCH] Email validation is not RFC2822 compliant X-Virus-Checked: Checked 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://issues.apache.org/bugzilla/show_bug.cgi?id=30506 [PATCH] Email validation is not RFC2822 compliant ------- Additional Comments From bruno@outerthought.org 2004-08-06 07:52 ------- I'm not sure how to interpret the comment "should check for all valid email addresses": does this mean there are valid email addresses that do not pass the current test? PS: I don't like making cforms depedent on javamail just for this little check, and I think there are also licensing problems with javamail, its source code doesn't seem to be available either, so it's unclear to me exactly how liberal or strict their parsing is.