mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #323] Option to disable automatic tagging with plus in addresses #216
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#216
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 @jhartmann123 on GitHub (Jun 26, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/323
When testing, our team members and our customer often use plus-addresses, especially when testing onboarding-workflows and the like. We then have lots of emails with addresses like
myname+1@example.com, myname+2@example.com, myname+test123@example.com.Those then get automatically tagged with
1, 2, test123, which does not make much sense grouping / filtering wise. We already tag our emails explicitly with theX-Tags-header, so those additional tags from the plus-addresses just disturb the overview.It would be great if there was an option to disable the automatic tagging for plus-addresses.
@axllent commented on GitHub (Jun 26, 2024):
Sure, that makes sense to me. Leave this with me and I'll see what I can do in the next few days 👍
@axllent commented on GitHub (Jun 29, 2024):
This feature has been released in v1.19.0, and I've added some documentation to support here. Please let me know if this works for you, and feel free to re-open if you have any issues. Thanks.
@jhartmann123 commented on GitHub (Jul 1, 2024):
This is perfect, thank you!
@axllent commented on GitHub (Jul 1, 2024):
Awesome, thanks for the feedback