mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #302] [Feature request] Custom alias creation rules #256
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#256
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 @grzegor on GitHub (Jun 16, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/302
It would be great if user could provide their own dictionaries, let's say for example
colors.txtandfruits.txt.Then customize alias creation with them, like:
${colors}_${fruits}- this would result in picking a random word from colors dict (let's say "red") and random word from fruits dict (let's say "banana"), resuling in someting likered_banana@mydomain.tldalias. It's ok if it worked only on custom (user provided) domain names, because of the potential lack of global naming variablity and even on the pro plan since it seems like a very specific feature and would require hosting user's dictionaries on the server.Also thank you for creating this awesome service!