My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
122 stars 48 forks source link

Locked entries that gets classified as ham should remain locked #627

Closed auge8472 closed 2 years ago

auge8472 commented 2 years ago

This affects only cases, when the entry was not classified directly before the classification, in example old entries that should be classified to train the Bayes filter. All other entries, in example entries, that was classified as spam before but are ham or unclassified but also unlocked ham entries, are not affected by this change.

This fixes #615