Spam Filter Rules: *STOP

Statement *STOP
Version 2.2.5+
Purpose Stops the parsing of the current spam filter script file

The statements after the *STOP statement are not parsed, so will not cause syntax errors if they involve unrecognised commands.

Example

#This line is a comment
*STOP
Oops - this line has not been commented out, but will not be parsed, so it won't cause a syntax error.