Skip to content

Commit d00eab2

Browse files
author
David Gatti
committed
Fix?
1 parent 1a618ae commit d00eab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function extract_data(container)
7474
//
7575
let tmp_to = container
7676
.to
77-
.match(/[a-z0-9-]{1,30}@[a-z0-9-]{1,65}.[a-z]{1,}/gm)[0]
77+
.match(/[a-z0-9-+]{1,30}@[a-z0-9-]{1,65}.[a-z]{1,}/gm)[0]
7878
.split('@');
7979

8080
let tmp_from = container

0 commit comments

Comments
 (0)