You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Rspamd: adjust learning of ham (#3334)
* adjust learning of ham See #3333 When moving a mail from the Junk folder to the Trash folder, the mail previously classified as ham due to the wildcard match of `*`. Because the syntax does not allow for negation, we can only change the behavior in a way that mails are learned as ham when they are moved into `INBOX` from `Junk`. This is reasonable though. * adjust tests accordingly * adjust docs accordingly
This commit is contained in:
@ -353,7 +353,9 @@ Controls whether the [Rspamd Greylisting module][rspamd-greylisting-module] is e
|
||||
When enabled,
|
||||
|
||||
1. the "[autolearning][rspamd-autolearn]" feature is turned on;
|
||||
2. the Bayes classifier will be trained when moving mails from or to the Junk folder (with the help of Sieve scripts).
|
||||
2. the Bayes classifier will be trained (with the help of Sieve scripts) when moving mails
|
||||
1. from anywhere to the `Junk` folder (learning this email as spam);
|
||||
2. from the `Junk` folder into the `INBOX` (learning this email as ham).
|
||||
|
||||
!!! warning "Attention"
|
||||
|
||||
|
Reference in New Issue
Block a user