Re: sm8: bogus SMTPUTF8? (was: How is EAI mail implemented ?)
Claus Assmann <[email protected]>
| Newsgroups | gmane.ietf.smtp |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 16, 2021, John Levine wrote: > >> Huh. Why does it set the UTF8 flag on MAIL FROM when sending ASCII messages? > It was locally injected with "sendmail [email protected] [email protected]" I can't reproduce that - the sink does not receive an SMTPUTF8 argument: EHLO seven.dev-lab.TLD 250-local.host ESMTP Hi there 250-SMTPUTF8 250-8BITMIME 250 HELP MAIL From:<[email protected]> 250 Ok RCPT To:<[email protected]> 250 Ok DATA If SMTPUTF8 is not given during submission, then it will only be added if one of the envelope addresses is rewritten to a non-ASCII format during processing, e.g., using aliases -- it's easy to see that in the code: fgrep 'smtputf8 = true' *.[ch] If you can provide all the required information to reproduce the problem, please send it to the sendmail support address. -- Address is valid for this mailing list only, please do not reply to it direcly, but to the list.