Home
last modified time | relevance | path

Searched refs:msg_rcpt_unused (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c285 int rcpt_unused, msg_rcpt_unused; in qmgr_job_move_limits() local
303 msg_rcpt_unused = message->rcpt_limit - message->rcpt_count; in qmgr_job_move_limits()
304 if (msg_rcpt_unused < rcpt_unused) in qmgr_job_move_limits()
305 rcpt_unused = msg_rcpt_unused; in qmgr_job_move_limits()