Lines Matching refs:bounce
43 struct delivery_bounce bounce; in queue_imsg() local
59 memset(&bounce, 0, sizeof(struct delivery_bounce)); in queue_imsg()
201 bounce.type = B_FAILED; in queue_imsg()
205 queue_bounce(&evp, &bounce); in queue_imsg()
223 queue_bounce(&evp, &req_bounce->bounce); in queue_imsg()
333 bounce.type = B_DELIVERED; in queue_imsg()
334 bounce.dsn_ret = evp.dsn_ret; in queue_imsg()
337 queue_bounce(&evp, &bounce); in queue_imsg()
340 bounce.mta_without_dsn = 1; in queue_imsg()
341 queue_bounce(&evp, &bounce); in queue_imsg()
391 bounce.type = B_FAILED; in queue_imsg()
395 queue_bounce(&evp, &bounce); in queue_imsg()
418 bounce.type = B_FAILED; in queue_imsg()
419 queue_bounce(&evp, &bounce); in queue_imsg()
564 b.agent.bounce = *d; in queue_bounce()