Am 09.12.2013 20:03, schrieb LuKreme:
> In our previous episode (Monday, 09-Dec-2013), Wietse Venema said:
>> Instead, you need to eliminate all characters except those that are
>> known to be safe: a-zA-Z0-9_@:=+, the '-', and maybe a few more.
> 
> what about é and ø? Or aren't we utf-8 clean on email addresses yet?

* the local part must not contain special chars
* the domain itself does not exist with UTF8

if you look at a nameserver configured vor a IDN domain
you will see nothing else than Punnycode, in fact any client
translates the userinput to punnycode

honestly you have everywhere Punnycode (DNS, webserverconfig as
well as mailserverconfig) and nothing else on the low-level side
and so postfix will hardly see unicode in the envelope

http://en.wikipedia.org/wiki/Punycode

Reply via email to