mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +00:00
Remove obsolete TODOs
This commit is contained in:
@@ -970,7 +970,6 @@ func (c *Conn) AUTH(params string) (code int, msg string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if c.authAttempts > 3 {
|
if c.authAttempts > 3 {
|
||||||
// TODO: close the connection?
|
|
||||||
return 503, "Too many attempts - go away"
|
return 503, "Too many attempts - go away"
|
||||||
}
|
}
|
||||||
c.authAttempts++
|
c.authAttempts++
|
||||||
|
|||||||
@@ -28,8 +28,6 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: Neutral if not supported (including macros).
|
|
||||||
|
|
||||||
// Functions that we can override for testing purposes.
|
// Functions that we can override for testing purposes.
|
||||||
var (
|
var (
|
||||||
lookupTXT func(domain string) (txts []string, err error) = net.LookupTXT
|
lookupTXT func(domain string) (txts []string, err error) = net.LookupTXT
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ keep_environment =
|
|||||||
tls_advertise_hosts =
|
tls_advertise_hosts =
|
||||||
|
|
||||||
# Run as the current user.
|
# Run as the current user.
|
||||||
# TODO: obviously do not hard-code it!
|
|
||||||
exim_group = ${USER}
|
exim_group = ${USER}
|
||||||
exim_user = ${USER}
|
exim_user = ${USER}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user