Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Drecipient.c1049 new->q_flags |= QTHISPASS;
1079 new->q_flags |= QTHISPASS;
1098 if (bitset(QTHISPASS, q->q_flags) &&
1104 q->q_flags &= ~QTHISPASS;
H A Dsendmail.h277 #define QTHISPASS 0x40000000 /* temp: address set this pass */ macro
H A Dparseaddr.c2421 { "QTHISPASS", QTHISPASS },