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.