You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... I understand that not following the below instructions will result in immediate closure and/or deletion of my issue.
... I have understood that this bug report is dedicated for bugs, and not for support-related inquiries.
... I have understood that answers are voluntary and community-driven, and not commercial support.
... I have verified that my issue has not been already answered in the past. I also checked previous issues.
Description
Follow up from #4624, a similar error occurs when using fuzzy learning on the rspamd web ui.
How to reproduce:
Go to the rspamd web ui, click on "Scan/Learn". Just enter anything as mailsource (it doesn't matter what was entered), and press "Scan Message" and then "Upload Fuzzy". An error occurs:
Not sure why this happens and rspamd cannot connect to /rspamd/fuzzyadd.
It was like this since I was using mailcow, which was around the april-22 version of mailcow.
Logs
There are no log messages corresponding to this error - I checked the output of every mailcow docker container.
Steps to reproduce
Go to the rspamd web ui
click on "Scan/Learn"
enter anything as mailsource (it doesn't matter what was entered)
press "Scan Message"
press "Upload Fuzzy"
System information
Question
Answer
My operating system
Archlinux
Is Apparmor, SELinux or similar active?
-
Virtualization technology (KVM, VMware, Xen, etc - LXC and OpenVZ are not supported
probably KVM (?)
Server/VM specifications (Memory, CPU Cores)
8gb, 4 cores
Docker version (docker version)
20.10.17
docker-compose version (docker-compose version)
2.6.1
mailcow version (git describe --tags `git rev-list --tags --max-count=1` )
2022-06b
Reverse proxy (custom solution)
traefik
The text was updated successfully, but these errors were encountered:
This error still exists, just because someone doesn't post in a thread doesn't mean the error doesn't still happen.
As far as I can tell the fuzzy stuff in rspamd doesn't even work
The error is wrong (rspam's fault) the page doesn't actually 404 error. They're giving you a JSON response with the 404 error code..
actually silly me, this is rspamd's fault @baderas you should post it there
Contribution guidelines
I've found a bug and checked that ...
Description
Follow up from #4624, a similar error occurs when using fuzzy learning on the rspamd web ui.
How to reproduce:
Go to the rspamd web ui, click on "Scan/Learn". Just enter anything as mailsource (it doesn't matter what was entered), and press "Scan Message" and then "Upload Fuzzy". An error occurs:
If I use the browser debugger, i can see that the result of the post request to https://mail.mydomain.de/rspamd/fuzzyadd is "404 Not Found".
If I however enter https://mail.mydomain.de/rspamd/fuzzyadd directly in my browser, I get "Unauthorized" which for me means, it is reachable.
Not sure why this happens and rspamd cannot connect to /rspamd/fuzzyadd.
It was like this since I was using mailcow, which was around the april-22 version of mailcow.
Logs
Steps to reproduce
System information
docker version
)docker-compose version
)git describe --tags `git rev-list --tags --max-count=1`
)The text was updated successfully, but these errors were encountered: