======Spam Filter Rules: AddBayesSpam====== ^Statement |AddBayesSpam | ^Version |2.1.7+ | ^Purpose |Adds the current message to the 'spam' Bayesian database | =====Example===== Add the message to the 'spam' database if score is 100 or more If ${Score} >= 100 AddBayesSpam EndIf