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

/freebsd-10.0-release/contrib/sendmail/src/
H A Ddeliver.c73 int otherowners; local
222 otherowners = 1;
223 while (owner != NULL && otherowners > 0)
226 sm_dprintf("owner = \"%s\", otherowners = %d\n",
227 owner, otherowners);
229 otherowners = bitset(EF_SENDRECEIPT, e->e_flags) ? 1 : 0;
275 otherowners++;
287 otherowners++;
379 if (owner != NULL && otherowners > 0)
393 sm_dprintf("sendall: split %s into %s, owner = \"%s\", otherowners
[all...]

Completed in 147 milliseconds