mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #414] [BUG] ADDRESS_REGEX问题 #145
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ivangreat on GitHub (Aug 16, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/414
复现步骤
配置ADDRESS_REGEX,不希望邮箱地址以admin开头,输入^(?!admin).*$后,还是可以创建以admin开头的邮箱,是不支持这种正则么?
预期行为
部署方式
浏览器环境
@dreamhunter2333 commented on GitHub (Aug 16, 2024):
目前的正则为 replace 的正则(即不合法的字符会被去掉),我后续增加个校验正则
@dreamhunter2333 commented on GitHub (Aug 18, 2024):
v0.7.3 已发布
https://github.com/dreamhunter2333/cloudflare_temp_email/releases/tag/v0.7.3
@ivangreat commented on GitHub (Aug 19, 2024):
感谢,已测试成功。