-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emails from certain senders not being forwarded #252
Comments
Getting errors app in /data/storage/logs like this:
|
Here is how the email which is not forwarded looks: I ran postcat to view the email in queue
|
@ririko5834 Which AnonAddy version? Latest?
Looks like a bug. cc @willbrowningme |
Yes it does appear to be a bug which may be in php-mime-mail-parser. Will investigate and try to sort this shortly. |
yeah latest, but the same error was shown also before when I used older version 0.x |
Ok but when it will be fixed? |
I've suddenly started getting a raft of failed deliveries, deferred, which I suspect may be related. Pardon my ignorance but how do I run postcat on the container? |
@willbrowningme Can you fix it? Its really annoying Or at least can you make me some script which will run in the docker container (idk how) and it will get the unforwarded emails from postqueue (emails with this message: An error has occurred, please try again ) and forward them to some email address or for example to discord webhook? Only forward one unsent email once |
@willbrowningme If you need any further information to investigate it, let me know |
I have a lot on at the moment so will attempt to fix this as soon as I have time. |
I just tested this locally using the email you provided above and it was forwarded without any issues. |
But it still does that and I have no idea why Here is postcat output from the most recent email stuck there https://pastebin.com/raw/gtQPBWkU |
When I paste that email content into php artisan anonaddy:receive-email /path/to/webapp/tests/emails/email.eml [email protected] [email protected] --local_part=ebay --extension= --domain=johndoe.anonaddy.com --size=1000 It is forwarded with no issues. Is the same |
This is export from todays laravel log file:
|
Can't it be caused by using anonaddy in docker? Did you test it using anonaddy instance in docker container? Maybe some PHP extension is missing, this is what I have there in docker container
|
While this is the content of /var/www/anonaddy/tests/emails/spstest.eml
|
I put the following exact content in the .eml file:
And it was forwarded without any issues. No I haven't tested it in the Docker image. |
@willbrowningme Can you try to deploy this docker container and do it there? |
I am encountering an issue with AnonAddy where emails from specific senders are not being forwarded to my real email address. I self-host AnonAddy using Docker. For example, I am not receiving emails from the courier company regarding package deliveries, specifically from [email protected]. However, I receive emails from this address normally on my Gmail. After running postqueue -p, I noticed the undelivered emails in the queue.
None of these emails were saved in failed deliveries. I would like to understand how failed delivery works and if it saves emails only if the alias recipient email address refuses the forwarded email.
I also want to inquire if the issue could be due to the sender, [email protected], not passing all AnonAddy anti-spam checks. If so, is there a way to whitelist that domain to bypass all checks and forward the emails directly?
Your assistance in resolving this matter would be greatly appreciated.
The text was updated successfully, but these errors were encountered: