fix: bound SMTP sends with explicit connect and send timeouts #176
No reviewers
Labels
No labels
kind
bug
kind
enhancement
wayfinder
grilling
wayfinder
map
wayfinder
prototype
wayfinder
research
wayfinder
task
workflow
needs-info
workflow
needs-triage
workflow
ready-for-agent
workflow
ready-for-human
workflow
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rosa/vernier!176
Loading…
Reference in a new issue
No description provided.
Delete branch "ops/smtp-send-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lettre's async transport applies its builder timeout only to the TCP connect; the SMTP greeting and command replies have no bound, so a relay that accepts a connection and then stalls could park a mailer worker indefinitely.
Closes #163