-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
unable to accept invitation bug due to charset_map #5271
Comments
Seems like a SOGo issue, could you fill in a ticket on their side? |
Well, are you sure it's a SOGo issue? from the logs I've provided it seems like the problem is between SOGo and nginx communication isn't it? I'd be happy to report it with SOGo but what would I tell them? That nginx is not happy with a request from SOGo? |
closing, difficult to repeat and to reduce the load on open issues |
It's really quite easy to reproduce. And this is what causes the issue – and the issue of encodings are as old as time. |
Your Swedish machine is on iso-8858-1. Is that on purpose? |
This is more or less by default on non-english installations. You can install a different language pack post-install, and change it, but most don't. And nginx can and should handle this type of issue, assuming you configure for it. I'm surprised it doesn't, and I wonder if more modern reverse proxy's, like caddy for instance, just does this automatically.. |
No, the fact that you use Swedish has nothing to do with your iso-8859-1 charset which is outdated since many many years. I suggest that you use UTF-8 (i.e. sv_SE.UTF-8) like the rest of the world. Will help dealing with a lot of problems in general. |
Contribution guidelines
I've found a bug and checked that ...
Description
When I further investigated the source of the email itself I saw this very interesting part:
This is despite the calendar event itself being in UTF-8
So the problem is happening because parts of the email message contain iso-8859-1
Steps to reproduce:
Which branch are you using?
master
Operating System:
arch linux
Server/VM specifications:
ubuntu server
Is Apparmor, SELinux or similar active?
no
Virtualization technology:
none
Docker version:
Docker version 24.0.2, build cb74dfc
docker-compose version or docker compose version:
Docker Compose version v2.18.1
mailcow version:
2023-05a
Reverse proxy:
none, standard mailcow
Logs of git diff:
Logs of ip6tables -L -vn:
Logs of iptables -L -vn -t nat:
Logs of ip6tables -L -vn -t nat:
DNS check:
The text was updated successfully, but these errors were encountered: