[
https://issues.apache.org/activemq/browse/CAMEL-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62377#action_62377
]
Tracy Snell edited comment on CAMEL-3199 at 10/5/10 9:08 PM:
-------------------------------------------------------------
Heh, that's exactly what I did. Added it to the test, now just testing with an
example to do a final confirmation.
Actually this is the regex I used:
{code}
String[] lines =
recipient.split("[,;]++(?=(?:(?:[^\\\"]*+\\\"){2})*+[^\\\"]*+$)");
{code}
was (Author: tjsnell):
Heh, that's exactly what I did. Added it to the test, now just testing with
an example to do a final confirmation.
Actually this is the regex I used:
String[] lines =
recipient.split("[,;]++(?=(?:(?:[^\\\"]*+\\\"){2})*+[^\\\"]*+$)");
> Allow : and , inside quoted names for addresses
> -----------------------------------------------
>
> Key: CAMEL-3199
> URL: https://issues.apache.org/activemq/browse/CAMEL-3199
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-mail
> Reporter: Tracy Snell
> Assignee: Tracy Snell
> Priority: Minor
>
> "Snell, Tracy" <[email protected]> breaks with the current address parsing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.