0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)Python237 star (237 star)37 fork (37 fork)user submission
enhancementhelp wanted
描述
在次提交需要加入公共域过滤的邮件域地址
比如
@yahoo.co.uk
@googlemail.com
@hotmail.com
@yandex.ru
- 议题类型
- feature
- 研究方向
- Look for existing email domain filtering logic in the Python codebase (e.g., in a list or configuration file). The issue requests adding specific domains (@yahoo.co.uk, @googlemail.com, @hotmail.com, @yandex.ru) to a blocklist or filter. Search for files handling email addresses, such as a constants file or a utility function. Add the provided domains to that list.