mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-11 13:25:44 +02:00
Fix bug 3068. Spam messages were always marked as read.
This commit is contained in:
parent
4b21beea25
commit
9935cb48cd
@ -1,5 +1,4 @@
|
||||
require "imap4flags";
|
||||
require "vnd.dovecot.execute";
|
||||
|
||||
setflag "\\seen";
|
||||
execute :pipe "spam";
|
||||
|
@ -93,6 +93,8 @@ The exception to this rule, are email messages with an extremely high spam score
|
||||
|
||||
When the spam filter is enabled, received email messages will be moved to the logged in user's inbox folder or junk folder depending on the user defined spam filter tolerance.
|
||||
|
||||
When `Enable marking spam mails as read` is enabled. Received messages moved to the Junk folder are marked as read. When this setting is disabled. Received messages moved to the Junk folder are not marked as read. They remain marked as unread.
|
||||
|
||||
The user defined spam filter tolerance determines when an email is classified as ham (moved to the inbox folder) or spam (moved to the junk folder).
|
||||
The default value is 80%. The lower the spam filter tolerance, the more false positives (ham classified as spam). The higher the spam filter tolerance, the more false negatives (spam classified as ham).
|
||||
For more information see the :ref:`antispam documentation <antispam_howto>`.
|
||||
|
2
towncrier/newsfragments/3068.bugfix
Normal file
2
towncrier/newsfragments/3068.bugfix
Normal file
@ -0,0 +1,2 @@
|
||||
When "Enable marking spam mails as read" was disabled, new spam messages were still marked as read.
|
||||
Updated documentation with the setting "Enable marking spam mails as read".
|
Loading…
x
Reference in New Issue
Block a user