Searched refs:markfailure (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 2109 markfailure(e, to, NULL, EX_UNAVAILABLE, false); 2133 markfailure(e, to, NULL, rcode, ovr); 2235 markfailure(e, to, NULL, rcode, true); 4389 markfailure(e, to, mci, rc, false); 4430 markfailure(e, to, mci, rc, false); 4515 markfailure(e, to, mci, rcode, true); 4529 markfailure(e, to, mci, rcode, true); 4800 markfailure(e, q, mci, rcode, ovr) in markfailure() function
|
H A D | usersmtp.c | 2419 markfailure(e, mci->mci_nextaddr, mci, r, false); 2702 markfailure(e, mci->mci_nextaddr, mci, r,
|
H A D | sendmail.h | 2942 extern void markfailure __P((ENVELOPE *, ADDRESS *, MCI *, int, bool));
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 11062 has been moved from markfailure() to dropenvelope()
|