Home
last modified time | relevance | path

Searched refs:SMTP_UTF8 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dalias.c762 if (SMTP_UTF8 || EightBitAddrOK)
924 if (SMTP_UTF8 || EightBitAddrOK)
H A Dsendmail.h2639 EXTERN int SMTP_UTF8; /* enable SMTPUTF8 support */ variable
2641 # define SMTP_UTF8 false macro
H A Dsrvrsmtp.c219 if (!SMTP_UTF8) \
227 if (!utf8_valid(str, strlen(str)) && SMTP_UTF8 <= 1) \
1127 | (SMTP_UTF8 ? SRV_OFFER_EAI : 0)
H A Drecipient.c1981 if (!SMTP_UTF8 && !asciistr(p))
H A Dmain.c1381 if (!SMTP_UTF8 && MainEnvelope.e_smtputf8)
2819 if (!SMTP_UTF8 && !asciistr(fromaddr))
H A Dreadcf.c4930 SMTP_UTF8 = (int) strtol(val, NULL, 0);
4932 SMTP_UTF8 = atobool(val);
H A Dusersmtp.c2097 if (e->e_smtputf8 && !SMTP_UTF8)
H A Dparseaddr.c402 if (!SMTP_UTF8 && !EightBitAddrOK && (*addr & 0340) == 0200)