Searched defs:deliver (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c102 static void deliver(int, int, char *, bool);
214 deliver(hfd, bfd, *argv, bouncequota);
394 deliver(hfd, bfd, rcpt_addr[i],
733 deliver(hfd, bfd, name, bouncequota) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c17 SM_RCSID("@(#)$Id: deliver.c,v 8.1024 2011/01/12 23:52:59 ca Exp $")
31 static int deliver __P((ENVELOPE *, ADDRESS *));
639 syserr("deliver: fork 1");
718 syserr("deliver: fork 2");
814 ** or if deliver-by time is exceeded.
918 (void) deliver(e, q);
1231 ** that it will deliver to all these addresses however -- so
1232 ** deliver should be called once for each address on the
1266 ** So deliver attempts coattail piggybacking when possible. If the
1269 ** cannot deliver t
1287 deliver(e, firstto) function
[all...]

Completed in 20 milliseconds