Spam Filter Rules: RemoveBayesHam

Statement RemoveBayesHam
Version 2.1.7+
Purpose Removes the current message from the 'not-spam' (or 'ham') Bayesian database

Example

Remove the message from the 'not-spam' database if score is 100 or more

If ${Score} >= 100
 RemoveBayesHam
EndIf