mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 20:58:00 +00:00
- Drop CohortSource interface — it had exactly one implementation. Blacklist is now *dataset.View[ipcohort.Cohort] directly, matching check-ip's usage. One concrete type, no premature abstraction. - SMTP 15s → 5s, MX 3s → 2s. A relay or resolver that isn't responding inside those bounds isn't going to deliver the mail; faster failure is better than holding the request goroutine.
11 lines
250 B
Modula-2
11 lines
250 B
Modula-2
module github.com/therootcompany/golib/net/formmailer
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/phuslu/iploc v1.0.20260415
|
|
github.com/therootcompany/golib/net/ipcohort v0.0.0
|
|
github.com/therootcompany/golib/sync/dataset v0.0.0
|
|
golang.org/x/time v0.15.0
|
|
)
|