mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-07 06:57:37 +03:00
smtp.ConnectionState is no longer a thing and sessions are initialized early so we can move more processing early. One such change is in DNSBL - run the check before EHLO completes. Some further optimizations are possible there - e.g. start DNSBL check once we get EHLO and have the result ready once we receive MAIL FROM and act accordingly. |
||
---|---|---|
.. | ||
dns.go | ||
dns_test.go |