Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Drecipient.c679 else if (bitset(QUNSAFEADDR, new->q_alias->q_flags))
902 else if (bitset(QUNSAFEADDR, new->q_alias->q_flags))
1490 ctladdr->q_flags |= QUNSAFEADDR;
1641 ctladdr->q_flags |= QUNSAFEADDR;
1779 ctladdr->q_flags |= QUNSAFEADDR;
1821 ctladdr->q_flags |= QUNSAFEADDR;
H A Dparseaddr.c2412 { "QUNSAFEADDR", QUNSAFEADDR },
2803 #define Q_COPYFLAGS (QPRIMARY|QBOGUSSHELL|QUNSAFEADDR|\
H A Dsendmail.h264 #define QUNSAFEADDR 0x00000020 /* address acquired via unsafe path */ macro