lamson: mail address format

2019-09-01 07:19发布

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.

1条回答
狗以群分
2楼-- · 2019-09-01 07:27

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

查看更多
登录 后发表回答