eraneverlaw commented on code in PR #12583: URL: https://github.com/apache/lucene/pull/12583#discussion_r1333932344
########## lucene/analysis/common/src/test/org/apache/lucene/analysis/email/TestUAX29URLEmailAnalyzer.java: ########## @@ -433,9 +433,9 @@ public void testMailtoSchemeEmails() throws Exception { new String[] { "mailto", "pers...@example.com", - // TODO: recognize ',' address delimiter. Also, see examples of ';' delimiter use at: + // Also, see examples of ';' delimiter use at: Review Comment: Not sure what this comment means? Semicolon works as a delimiter. Also, interesting that `?cc=pers...@example.com` is supposedly a legal email address. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org