mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #619] Self Hosted Store Failed Deliveries not working as expected #448
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#448
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 @koolsb on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/619
I have a self hosted instance of anonaddy. My user has store failed deliveries enabled and I have failed deliveries in the database but no files have been saved for download. Reviewing my user shows the flag set correctly and the eamil types are not those the controller shouldn't store. Reviewing my error logs only has the relay issue, nothing related to a storage failure.
User attributes
Laravel logs
@willbrowningme commented on GitHub (Mar 25, 2024):
That delivery failed locally which is why it wasn't saved.
I've just pushed a new release that will now save any local failed deliveries like that one.
@koolsb commented on GitHub (Mar 25, 2024):
Thanks for the quick reply/fix!
@Tazzios commented on GitHub (Apr 6, 2024):
With the hosted version on app.addy.io i have some Failed Deliveries incoming mails, they are 'classified as SPAM'. When i click on 'download' i only get the header info in an .eml file instead of the actual mail.
Should this also been resolved with issue?