1 (edited by antoniob 2014-11-18 15:32:36)

Topic: IDN support still not fixed in iredadmin

on iRedAdmin frontend (stable and last development version) "reDomain" in libs/iredutils.py is not fixed for IDN. So one can not add domains with IDN extension like .рф or .中国 for instance, which are inputed with punycodes .xn--p1ai  and.xn--fiqs8s.
To have the admin frontend accept that kind of top domains extension, the reDomain variable has to be modified as indicated by another user here:
http://www.iredmail.org/forum/post32127.html#p32127
reDomain = r'''[\w\-][\w\-\.]*\.[a-z0-9\-]{2,15}'''
but current value in iredutils.py is still
reDomain = r'''[\w\-][\w\-\.]*\.[a-z]{2,15}'''
(https://bitbucket.org/zhb/iredadmin-ose … at=default)

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: IDN support still not fixed in iredadmin

OK, fixed moment ago. This fix will be available in the final release which will be shipped in iRedMail-0.9.0 stable release.
https://bitbucket.org/zhb/iredadmin-ose … at=default