0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python237 stars (237 stars)37 forks (37 forks)user submission
enhancementhelp wanted
Description
在次提交需要加入公共域过滤的邮件域地址
比如
@yahoo.co.uk@googlemail.com@hotmail.com@yandex.ru
Contributor guide
- Tech stack
- python
- Domain
- backenddata
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Python programming
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- 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.