Skip to content
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

rspamd: Specify correct type for fuzzy worker #73689

Merged
merged 1 commit into from Nov 18, 2019

Conversation

dminuoso
Copy link
Contributor

The rspamd module has an incorrect type declaration The types require the fuzzy worker to be specified as fuzzy_storage but rspamd only accepts fuzzy as the worker type.

Perhaps the author just falsely assumed https://rspamd.com/doc/workers/ to be an authoritative list of worker types. That documentation of rspamd is wrong.

If fuzzy_storage is specified rspamd will emit a warning that this worker type does not exist, and fuzzy is not amissable.

Notify maintainers

cc @griff

@dminuoso dminuoso requested a review from peti as a code owner November 18, 2019 13:04
@dminuoso dminuoso changed the title Specify correct type for fuzzy worker rspamd: Specify correct type for fuzzy worker Nov 18, 2019
@peti peti merged commit 08c3826 into NixOS:master Nov 18, 2019
@griff
Copy link
Contributor

griff commented Nov 18, 2019

You are correct that was my assumption. Silly me assumed at the time that the Rspamd documentation was correct. I have since learnt my lesson. I now have a todo list of improvements I could make to the documentation if I ever find the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants