Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Drecipient.c235 a->q_alias = ctladdr;
490 if (new->q_alias == NULL)
499 for (q = new; q->q_alias != NULL; q = q->q_alias)
611 if (new->q_alias != NULL)
613 new->q_alias->q_state = QS_BADADDR;
614 new->q_alias->q_status = "5.4.6";
656 if (new->q_alias == NULL || UseMSP ||
664 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
668 if (new->q_alias->q_ruser == NULL)
671 new->q_alias->q_uid);
[all …]
Dsavemail.c609 if (q->q_alias == NULL)
930 if (q->q_alias != NULL)
934 shortenstring(q->q_alias->q_paddr,
965 if (q->q_alias != NULL)
969 shortenstring(q->q_alias->q_paddr,
1019 if (q->q_alias != NULL)
1023 shortenstring(q->q_alias->q_paddr,
Dcollect.c159 if (q->q_alias != NULL)
Dqueue.c742 if (q->q_alias != NULL &&
743 bitset(QALIAS, q->q_alias->q_flags))
1000 if (a == NULL || a->q_alias == NULL || tfp == NULL)
1023 a = a->q_alias;
4446 q->q_alias = ctladdr;
Dparseaddr.c2555 a->q_next, a->q_alias,
2896 a1->q_alias = a;
Dsendmail.h245 struct address *q_alias; /* address this results from */ member
Ddeliver.c205 for (a = q; a != NULL && a->q_owner == NULL; a = a->q_alias)