Searched refs:bounceq (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/dma/
H A Dmail.c49 struct queue bounceq; local
60 bzero(&bounceq, sizeof(bounceq));
61 LIST_INIT(&bounceq.queue);
62 bounceq.sender = "";
63 if (add_recp(&bounceq, it->sender, EXPAND_WILDCARD) != 0)
66 if (newspoolf(&bounceq) != 0)
69 syslog(LOG_ERR, "delivery failed, bouncing as %s", bounceq.id);
70 setlogident("%s", bounceq.id);
72 error = fprintf(bounceq
[all...]

Completed in 111 milliseconds