Searched refs:EightBitAddrOK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c277 if (!EightBitAddrOK && (*addr & 0340) == 0200)
354 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
372 if (!EightBitAddrOK && (*addr & 0340) == 0200)
765 !EightBitAddrOK)
H A Dsendmail.h2213 EXTERN bool EightBitAddrOK; /* we'll let 8-bit addresses through */ variable
H A Dreadcf.c2248 { "EightBitAddrOK", O_EIGHT_BIT_ADDR_OK, OI_NONE },
3968 EightBitAddrOK = atobool(val);

Completed in 87 milliseconds