Replies: 1 comment
-
Let me add what I've learned so far:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just enabled rspamd in my DMS setup and have some questions about spam handling:
RSPAMD_LEARN
is set to1
autolearning is enabled. On the same page it also states "Do you additionally want to enable the auto-spam-learning for the Bayes module? No problem: set-option-for-module classifier-bayes autolearn true." For now I have only set the DMS config parameter for this to 1.Do I need to set either or both for autolearning, or do they both configure the same rspamd setting?
How can I also use a #SPAM and #HAM folder in my mailbox where I can move email that should be learned as such?
Since enabling aulolearn I have received many emails with a negative spam score according to the rspamd history, but on the rspamd statistics page it says only one has been learned as HAM:
If I understand the rspamd docs correctly, it should learn all negative scored mails as HAM, but this obviously doesn't happen. Hope someone can explain why this is.
If I want to tweak the autolearn function, should I disable
RSPAMD_LEARN
and enable it again incustom-commands.conf
with for exampleset-option-for-module classifier-bayes autolearn [-5, 5]
?Does anyone know of a good guide to alternatively implement autolearning of SPAM when messages are moved into the JUNK folder and learned as HAM when they are moved out from the JUNK folder in this particular DMS+Dovecot+Rspamd setup? I found some guides for this, but they don't take into account the dockerized nature and want me to change config in the container which won't persist. I assume any config needs to be done using
custom-commands.conf
?thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions