======Spam Filter Rules: RemoveTags====== ^Statement |RemoveTags | ^Version |2.2.1+ | ^Purpose |Converts an HTML string to its plain text equivalent | The **RemoveTags** statement requires a variable name, in the format RemoveTags * HTML tags are removed * HTML entities are converted to their plain text form (e.g. " -> ") =====Example===== RemoveTags SectionText # The above line has removed HTML from the variable ${SectionText}