Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/sendmail/src/
HDrecipient.c243 a->q_alias = ctladdr;
504 if (new->q_alias == NULL)
513 for (q = new; q->q_alias != NULL; q = q->q_alias)
630 if (new->q_alias != NULL)
632 new->q_alias->q_state = QS_BADADDR;
633 new->q_alias->q_status = "5.4.6";
675 if (new->q_alias == NULL || UseMSP ||
683 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
687 if (new->q_alias->q_ruser == NULL)
690 (long) new->q_alias->q_uid);
[all …]
HDsavemail.c615 if (q->q_alias == NULL)
988 if (q->q_alias != NULL)
992 shortenstring(q->q_alias->q_paddr,
1023 if (q->q_alias != NULL)
1027 shortenstring(q->q_alias->q_paddr,
1077 if (q->q_alias != NULL)
1081 shortenstring(q->q_alias->q_paddr,
HDcollect.c161 if (q->q_alias != NULL)
HDqueue.c751 if (q->q_alias != NULL &&
752 bitset(QALIAS, q->q_alias->q_flags))
1049 if (a == NULL || a->q_alias == NULL || tfp == NULL)
1072 a = a->q_alias;
4545 q->q_alias = ctladdr;
HDparseaddr.c2625 (void *)a->q_next, (void *)a->q_alias,
2973 a1->q_alias = a;
HDsendmail.h389 struct address *q_alias; /* address this results from */ member
HDdeliver.c307 for (a = q; a != NULL && a->q_owner == NULL; a = a->q_alias)