lamson: mail address format

南楼画角 提交于 2019-12-11 19:18:14

问题


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:


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



来源:https://stackoverflow.com/questions/11141122/lamson-mail-address-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!