mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #600] [Bug] IDN domain names #998
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#998
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @afarrag on GitHub (Feb 22, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/600
Hi,
I'm unable to add an Internationalized Domain Name. I receive the message
Please enter a valid domain name. Is there a workaround?The domain looks something like
ابجدهوز.مصرI also tried the punycode for it which is:
xn--mgbcmmp9jh.xn--wgbh1cbut I get the same error message
Thanks!
@afarrag commented on GitHub (Feb 23, 2024):
PR #601 should fix it
@willbrowningme commented on GitHub (Feb 23, 2024):
There is also some server side regex validating the domain. I need to do some testing of this first with Postfix etc. to make sure it all works as expected.
@afarrag commented on GitHub (Feb 24, 2024):
Also, it appears that Postfix SMTPUTF8 support needs to be enabled to allow for Unicode localparts.
@willbrowningme commented on GitHub (Jun 26, 2024):
Please could you try again now, the punycode version should work.
@afarrag commented on GitHub (Jul 1, 2024):
Thanks @willbrowningme, it works perfectly! I'm very grateful
Now I'm getting a new error if I try to send to a Unicode alias:
local-part of envelope RCPT address contains utf8 but remote server did not offer SMTPUTF8Should I file it in a separate issue?
@willbrowningme commented on GitHub (Jul 1, 2024):
The addy.io mail servers do not support SMTPUTF8 and non-ASCII characters in the local part are not accepted.