Spam Filter Rules: RemoveBayesSpam

Statement RemoveBayesSpam
Version 2.1.7+
Purpose Removes the current message from the 'spam' Bayesian database

Example

Remove the message from the 'spam' database if score is less than 100

If ${Score} < 100
 RemoveBayesSpam
EndIf