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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c237 a->q_alias = ctladdr;
492 if (new->q_alias == NULL)
501 for (q = new; q->q_alias != NULL; q = q->q_alias)
613 if (new->q_alias != NULL)
615 new->q_alias->q_state = QS_BADADDR;
616 new->q_alias->q_status = "5.4.6";
658 if (new->q_alias == NULL || UseMSP ||
666 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
670 if (new->q_alias
[all...]
H A Dsavemail.c608 if (q->q_alias == NULL)
918 if (q->q_alias != NULL)
922 shortenstring(q->q_alias->q_paddr,
953 if (q->q_alias != NULL)
957 shortenstring(q->q_alias->q_paddr,
1007 if (q->q_alias != NULL)
1011 shortenstring(q->q_alias->q_paddr,
H A Dcollect.c159 if (q->q_alias != NULL)
H A Dqueue.c737 if (q->q_alias != NULL &&
738 bitset(QALIAS, q->q_alias->q_flags))
995 if (a == NULL || a->q_alias == NULL || tfp == NULL)
1018 a = a->q_alias;
4426 q->q_alias = ctladdr;
H A Dparseaddr.c2548 a->q_next, a->q_alias,
2889 a1->q_alias = a;
H A Dsendmail.h237 struct address *q_alias; /* address this results from */ member in struct:address
238 char *q_owner; /* owner of q_alias */
H A Ddeliver.c195 ** We scan up the q_alias chain looking for owners.
203 for (a = q; a != NULL && a->q_owner == NULL; a = a->q_alias)

Completed in 113 milliseconds