mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #277] failed delivery code column too long causing SQL error #799
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#799
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 @makua104 on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/277
This happened in a self-hosted v10.1 instance when trying to send to a google workspace address' alias.
I sent an email to a google workspace address' alias
bbbbb+aaaaa@xxxxxxxxx.xxxx.xxinstead ofaaaaa+bbbbb@xxxxxxxxx.xxxx.xxcausing a failed delivery.The beginning of the error in the AnonAddy storage logs looks like this
The contents of the code column were
@willbrowningme commented on GitHub (Mar 14, 2022):
The diagnostic code is already limited in
ReceiveEmail.php- https://github.com/anonaddy/anonaddy/blob/master/app/Console/Commands/ReceiveEmail.php#L321What version of MariaDB are you using and what charset?
@makua104 commented on GitHub (Mar 14, 2022):
Oh that's strange.
mariadb --versionis15.1select @@character_set_database;of the AnonAddy db isutf8mb4Is that what you're looking for?
@willbrowningme commented on GitHub (Mar 14, 2022):
Is the distribution output from that command
Distrib 10.5.15-MariaDB?@makua104 commented on GitHub (Mar 14, 2022):
Yes
@willbrowningme commented on GitHub (Mar 14, 2022):
I've just pushed a new release that should fix this - https://github.com/anonaddy/anonaddy/releases/tag/v0.11.1