Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c275 if (!EightBitAddrOK && (*addr & 0340) == 0200)
352 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
370 if (!EightBitAddrOK && (*addr & 0340) == 0200)
763 !EightBitAddrOK)
H A Dsendmail.h2213 EXTERN bool EightBitAddrOK; /* we'll let 8-bit addresses through */ variable
H A Dreadcf.c3968 EightBitAddrOK = atobool(val);