mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #571] Feedback regarding updated Display From Format #975
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#975
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 @vlad-tim on GitHub (Dec 9, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/571
Hi there, thanks for a new major version with the revamped UI. I have updated from
v0.14.1tov1.0.4and it went mostly smoothly, but I encountered one issue, which took me some time to figure out, and I wanted to leave feedback.Apparently the default
Fromheader format was changedfrom
sender@sendersdomain.com <somealias+sender=sendersdomain.com@mydomain.com>to
sender at sendersdomain.com <somealias+sender=sendersdomain.com@mydomain.com>This caused my email filters to break because they match
Fromheader by patterns likesender@sendersdomain.com, which conveniently is an actual sender email address, but with the new format it no longer matches. I am currently considering to update my filters to match somehow differently, for example bysender at sendersdomain.comorsender=sendersdomain.com, or maybe switch to the custom headerX-AnonAddy-Original-Senderheader, because there doesn't seem to be an option to keep the prior format , and I could not find a specific issue/PR that clarifies the need for the change.Question 1: out of curiosity, what was the rationale for this change?
Suggestion 1: outline this as a breaking change in the release log, so folks who update can quickly spot it.
@willbrowningme commented on GitHub (Dec 11, 2023):
Thanks for the feedback, this was added with v1.0.0 along with the rebrand update. To be honest I completely forget to mention it. I've just added it to the release notes now - https://github.com/anonaddy/anonaddy/releases/tag/v1.0.0
The reason for the change is to reduce the chance of messages being rejected as spam. If an email is forwarded and the display from part of the From header is
support@paypal.comfor example then many email providers will assume this to be a phishing attempt and reject the message.