mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
UPDATED: improving email address splitting for common comma case
This commit is contained in:
parent
9524963da6
commit
1e37e91eda
3 changed files with 17 additions and 1 deletions
|
@ -13,6 +13,11 @@ three@example.com,
|
|||
two@example.com,
|
||||
one@example.com
|
||||
}
|
||||
{
|
||||
three@example.com,
|
||||
two@example.com,
|
||||
one@example.com
|
||||
}
|
||||
one@example.com
|
||||
[one@example.com, two@example.com, three@example.com, one@example.com]
|
||||
{
|
||||
|
@ -26,9 +31,17 @@ john.smith@email.com
|
|||
john.smith@email.com,
|
||||
jane.doe@email.com
|
||||
}
|
||||
{
|
||||
"Smith, John" <john.smith@email.com>,
|
||||
"Doe, Jane" <jane.doe@email.com>
|
||||
}
|
||||
john.smith@email.com
|
||||
[john.smith@email.com, jane.doe@email.com]
|
||||
{
|
||||
john.smith@email.com,
|
||||
jane.doe@email.com
|
||||
}
|
||||
{
|
||||
"Smith, John" <john.smith@email.com>,
|
||||
"Doe, Jane" <jane.doe@email.com>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue