mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #579] Gmail banner message about spoofing or improperly forwarding #982
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#982
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 @TitaniumCoder477 on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/579
I created a subdomain alias for my domain (hazaqames.com) and signed up on a website. I received the email, but it's the first time I noticed the banner that says, "Warning: This email may be spoofed or improperly forwarded, please check the 'X-AnonAddy-Authentication-Results' header." I google'd this and reached https://addy.io/self-hosting/ which doesn't apply to me since I'm a paid subscriber, not a self-hoster, of this product. Please advise.
P.S. My domain's Verified Records column is green, no issues there.
@willbrowningme commented on GitHub (Jan 4, 2024):
That warning banner is added by addy.io when it forwards an email to you if that email failed its authentication checks (DMARC).
It is added in order to protect you from any potential phishing attempts or spoofed emails.
The sender has most likely just misconfigured their SPF and/or DKIM settings which is why that banner has been added.
If you look at the email headers for that email and find the one called
X-AnonAddy-Authentication-Resultsthen this will contain information on what exactly did not pass the checks.@RokeJulianLockhart commented on GitHub (Feb 12, 2026):
@TitaniumCoder477,
discussions/507#discussioncomment-15786320should provide some useful information.