mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #340] Replies via alias being received from Admin email address #841
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#841
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 @ShawnTheShadow on GitHub (Sep 30, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/340
Been a while since I last updated my instance, i decided to take the leap. When i updated to the latest version and any version beyond 0.11.2 all replies sent through an alias are being received by the recipient from the admin email address.
I couldn't find a mention of it anywhere, or I'm just blind, about any additional configuration changes I would need to make for alias replies to be sent properly?
I try to reply via alias to shawn+test=otherdomain.com@mydomain.com, when test@otherdomain.com receives it, the From address shows up as admin@anondomain.com
Forgive me if I am overlooking something simple.
@willbrowningme commented on GitHub (Oct 3, 2022):
If you go to the domains page of the web application does it show that your domain has all the DNS records verified? Specifically those required for sending?
@willbrowningme commented on GitHub (Oct 4, 2022):
Did you sort this out?
Closing as potential duplicate of #305.
@ShawnTheShadow commented on GitHub (Oct 4, 2022):
Sorry for delayed response, I tried re-verifying the domain a couple times, it verifies no problem, but it's still being sent from the admin email.
@willbrowningme commented on GitHub (Oct 11, 2022):
I've just pushed a new release that fixes this - v0.13.9
Thanks for bringing it to my attention!
@ShawnTheShadow commented on GitHub (Oct 16, 2022):
Still seems to be doing it, reverifying doesn't change the result, sending via the username@defaultdomain works fine, tried removing and re-adding the domain and it's still happening. Tested with multiple recipients. Here's the debug logging.
@willbrowningme commented on GitHub (Oct 17, 2022):
So you've definitely updated to the latest release?
I don't see how it is possible if your custom domain is verified for sending.
As you can see here in the code - https://github.com/anonaddy/anonaddy/blob/master/app/Mail/ReplyToEmail.php#L74
It will only send from the admin email IF the alias uses a custom domain AND that custom domain is not verified for sending.
@ShawnTheShadow commented on GitHub (Oct 17, 2022):
it's showing 0.13.7 on the webpage, when i try pulling an updated docker image it doesn't pull anything else. Looks like the current version is 0.13.9, but it's not showing on docker hub.
@willbrowningme commented on GitHub (Oct 18, 2022):
v0.13.9 has just been released for Docker, thanks @crazy-max
Please try that and it should now work as expected.
@ShawnTheShadow commented on GitHub (Oct 18, 2022):
Seems to be working now, awesome, thanks!