Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c1489 && !bitset(QINTREPLY, rcpt->q_flags))
4388 to->q_flags |= QINTREPLY;
5503 if (rcode != EX_OK && (NULL == to || !bitset(QINTREPLY, to->q_flags)))
H A Dsendmail.h444 #define QINTREPLY 0x00400000 /* internally rejected (delivery) */ macro
H A Dparseaddr.c2496 { "QINTREPLY", QINTREPLY },