mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #249] Recipient email domain matching includes other "valid" top level domains #785
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#785
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 @jakoberpf on GitHub (Jan 5, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/249
I think that during setup and now testing I stumbled over a domain matching bug. I deployed anonaddy on a domain anonaddy.example.de with . But i cannot register a user/recipient email with domain of *example.de eg. testexample.de because of
The recipient cannot use a local domain or be an alias.. But testexample.de actually is not a local domain or an alias from what i understand. I think the check should detecttest.example.debut nottestexample.de.@willbrowningme commented on GitHub (Jan 14, 2022):
What do you have in your
.envfile forANONADDY_ALL_DOMAINS?Is it
ANONADDY_ALL_DOMAINS=example.deThere is a check to make sure that the recipient domain does not end with any of the domains listed in
ANONADDY_ALL_DOMAINS.I've just pushed a small change that I think should fix this. Please give it a try and let me know.