mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #717] Charset causes status=deferred (An error has occurred, please try again later. ) #1062
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#1062
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 @be-side on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/717
Using a selfhosted instance of Addy and have noticed the following issue.
When emails are received to an alias with charset="shift_jis" (possibly any non UTF-8?) the emails are indefinitely deferred with the following entry in the logs.
Jan 31 19:50:27 mail postfix/pipe[1641]: 2E63D2800000005BDF4: to=<alias@domain.com>, relay=anonaddy, delay=4643, delays=4642/0.02/0/0.48, dsn=4.3.0, status=deferred (An error has occurred, please try again later. )When the same email is sent using the same account from the same mail client, but forced to use UTF-8 for the charset, the email is received via the alias without issue.
There was mention of the same issue in #485 but it was never explored further in that issue.