Re: How is EAI mail implemented ?

Claus Assmann <[email protected]>
Newsgroups gmane.ietf.smtp
Message-ID <[email protected]>
On Tue, Jun 15, 2021, John R Levine wrote:

> Nobody I've seen tags messages as EAI in their internal queues.

sendmail does:
writing: queueup()
	/* send various flag bits through */
...
	if (e->e_smtputf8)
		*p++ = 'e';

reading: readqf()
...
	  case 'e':	/* message requires EAI */
		e->e_smtputf8 = true;

-- 
Address is valid for this mailing list only, please do not reply
to it direcly, but to the list.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.