mailcow-dockerized icon indicating copy to clipboard operation
mailcow-dockerized copied to clipboard

Fuzzy Learn Error in rspamd ui

Open baderas opened this issue 2 years ago • 1 comments

Contribution guidelines

I've found a bug and checked that ...

  • [X] ... I understand that not following the below instructions will result in immediate closure and/or deletion of my issue.
  • [X] ... I have understood that this bug report is dedicated for bugs, and not for support-related inquiries.
  • [X] ... I have understood that answers are voluntary and community-driven, and not commercial support.
  • [X] ... I have verified that my issue has not been already answered in the past. I also checked previous issues.

Description

Follow up from https://github.com/mailcow/mailcow-dockerized/issues/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:

grafik

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

There are no log messages corresponding to this error - I checked the output of every mailcow docker container.

Steps to reproduce

  1. Go to the rspamd web ui
  2. click on "Scan/Learn"
  3. enter anything as mailsource (it doesn't matter what was entered)
  4. press "Scan Message"
  5. 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

baderas avatar Jul 13 '22 07:07 baderas

Is there anything I can do to help? Does anyone else have this error?

baderas avatar Aug 25 '22 06:08 baderas

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

milkmaker avatar Oct 24 '22 13:10 milkmaker