0

I'm using Lamson SMTP server with a Queue receiver for a project. It works fine, but from time to time, I get weird address emails in the "to" and "cc" headers from the email sent with mutt, with the default testing environment.

ex. an email sent to

test@test.com

with mutt will be sent to the SMTPReceiver, placed in maildir and processed with the QueueReceiver. What I finally get is something like

test@xn--est-o0a.com

I'm guessing it has to do with encoding but since Lamson is supposed to provide clean unicode strings...i don't know.

Any thought?

Thanks.

user19304
  • 55
  • 4

1 Answers1

0

According to this tool, xn--est-o0a means ŧest, not test.

glglgl
  • 89,107
  • 13
  • 149
  • 217