Searched refs:bounce_send (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/smtpd/ |
| D | bounce.c | 82 static void bounce_send(struct bounce_session *, const char *, ...) 290 bounce_send(struct bounce_session *s, const char *fmt, ...) in bounce_send() function 410 bounce_send(s, "EHLO %s", s->smtpname); in bounce_next() 419 bounce_send(s, "QUIT"); in bounce_next() 425 bounce_send(s, "MAIL FROM: <>"); in bounce_next() 430 bounce_send(s, "RCPT TO: <%s>", s->msg->to); in bounce_next() 435 bounce_send(s, "DATA"); in bounce_next() 550 bounce_send(s, "."); in bounce_next() 578 bounce_send(s, "."); in bounce_next() 584 bounce_send(s, "QUIT"); in bounce_next()
|