We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e21f4 commit ecb7781Copy full SHA for ecb7781
index.js
@@ -79,7 +79,7 @@ function extract_data(container)
79
80
let tmp_from = container
81
.from
82
- .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]
83
.split('@');
84
85
//
0 commit comments