Alias expansion in "to" field needed
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- backend
Research direction
Start by locating the update app and its handling of the "to" list, then inspect aliases.json and the existing alias format. Confirm how aliases are recognized before changing behavior. Done means aliases found in the "to" list are expanded to their full lists before Mailgun receives the update, including the ctc@ -> tsc@ case described in the issue.
Written by the indexing model from the issue text.
Description
See #56.
I don't think that mailgun supports recursive aliases. So you can do ctc@ -> tsc@, you have to double-up the list. So what we should do with the update app in this repo is adjust it so that if any aliases are recognised in the "to" list (i.e. any x@iojs.org in the iojs.org aliases list) get expanded to what's in that list itself. So we can then use recursive aliases locally in aliases.json but mailgun only sees the full lists.
- Dominant language
- JavaScript
- Stars
- 65
- Forks
- 85
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from nodejs/email
-
Move to LFX Open
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
avniproject/avni-client#2135 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
babalae/bettergi-scripts-list#3674 ·
-
A-Release-Notes C-Editing D-Modest S-Ready-For-Implementation
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
bevyengine/bevy-website#2595 ·
-
ecosystem wording
Difficulty 1/5 Under an hour Newbie friendliness 90/100
matrix-org/matrix.org#3649 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
vadimdemedes/ink#1029 ·