mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #524] [Feature Request] Modify List-Unsubscribe message header to forward through Addy #386
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#386
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 @httpjamesm on GitHub (Sep 21, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/524
Marketing emails have
List-Unsubscribeheaders that tell email clients where and what to send to unsubscribe from marketing lists. I'd like Addy to modify this so the recipient address for unsubscribing is a proxy address. This would allow unsubscribing using email clients without revealing your true address, as the unsubscribe message would go through Addy.@obadz commented on GitHub (Dec 23, 2025):
As discussed in #593, the List Unsubscribe should add the sender to a
Block Senderrule imho.@httpjamesm commented on GitHub (Dec 24, 2025):
This is a bad idea. Aliases can be for important accounts that deliver notifications too, not exclusively newsletters.
@obadz commented on GitHub (Dec 24, 2025):
Absolutely. I'm not sure why that implies that "unsubscribe ⇒ block" is a bad idea though.
@httpjamesm commented on GitHub (Dec 24, 2025):
Well my thinking is this:
This can happen if transactional mail comes from the same address as newsletter mail
@obadz commented on GitHub (Dec 24, 2025):
I'm not aware of any operators which send newsletter or marketing E-mails from the same From address as their real operating E-mails (for this reason). Besides, the functionality would have to be understood by the user as: "you click unsubscribe ⇒ you are blocking this sender". The user can make the call on whether that is in fact what they want or whether they want a more elaborate filter based which they would have to create by hand.
@willbrowningme commented on GitHub (Feb 19, 2026):
This has just been added along with the new "List-Unsubscribe Behaviour" option in account settings.