1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-07-30 02:49:49 +00:00

Remove obsolete TODOs

This commit is contained in:
Alberto Bertogli
2016-10-12 22:20:18 +01:00
parent a7afa08e7c
commit dd35085a32
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -970,7 +970,6 @@ func (c *Conn) AUTH(params string) (code int, msg string) {
}
if c.authAttempts > 3 {
// TODO: close the connection?
return 503, "Too many attempts - go away"
}
c.authAttempts++
-2
View File
@@ -28,8 +28,6 @@ import (
"strings"
)
// TODO: Neutral if not supported (including macros).
// Functions that we can override for testing purposes.
var (
lookupTXT func(domain string) (txts []string, err error) = net.LookupTXT
-1
View File
@@ -12,7 +12,6 @@ keep_environment =
tls_advertise_hosts =
# Run as the current user.
# TODO: obviously do not hard-code it!
exim_group = ${USER}
exim_user = ${USER}