X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d867af1072e19ac8326846792e97f482113e7473..f66203a2674e483bf257db94cb78305754ccdf81:/server/server.c diff --git a/server/server.c b/server/server.c index 09f5098..6cfed04 100644 --- a/server/server.c +++ b/server/server.c @@ -1404,6 +1404,7 @@ static int c_reminder(struct conn *c, sink_writes(ev_writer_sink(c->w), "550 Cannot send a reminder email\n"); return 1; } + /* TODO use email_valid() */ if(!(email = kvp_get(k, "email")) || !strchr(email, '@')) { error(0, "user '%s' has no valid email address", vec[0]);