EFForg / EFForg/starttls-backend
Limit concurrent connections
Open
low-priority
- Dominant language
- Go
- Stars
- 18
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we make two concurrent connections to a mail server during a hostname check. Making those connections sequential might help avoid aggressive anti-spam measures.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Go code that performs the hostname check and creates the two mail-server connections. Confirm how the concurrent connections are initiated, then verify that the check completes with those connections made sequentially and that the anti-spam-related behavior is covered by the available tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100