Spam Filter Rules: Break

Statement Break
Version 2.1.11+
Purpose Breaks out of a loop prematurely

Example

ForEach Recipient Rcpt
 IfMatch ${Rcpt} "/@spammer.com/i"
  ${Score} += 100
  Break
 EndIf
EndFor