We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a618ae commit d00eab2Copy full SHA for d00eab2
index.js
@@ -74,7 +74,7 @@ function extract_data(container)
74
//
75
let tmp_to = container
76
.to
77
- .match(/[a-z0-9-]{1,30}@[a-z0-9-]{1,65}.[a-z]{1,}/gm)[0]
+ .match(/[a-z0-9-+]{1,30}@[a-z0-9-]{1,65}.[a-z]{1,}/gm)[0]
78
.split('@');
79
80
let tmp_from = container
0 commit comments