ietf-smtp
[Top] [All Lists]

Re: [ietf-smtp] How is EAI mail implemented ?

2021-06-15 13:26:48
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.

_______________________________________________
ietf-smtp mailing list
ietf-smtp(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/ietf-smtp