0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python237 stars (237 stars)37 forks (37 forks)user submission
enhancementhelp wanted
説明
在次提交需要加入公共域过滤的邮件域地址
比如
@yahoo.co.uk
@googlemail.com
@hotmail.com
@yandex.ru
- Issue 種別
- 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.