View Single Post
Old 22 Jan 2023, 11:03 PM   #7
qwertz123456
Essential Contributor
 
Join Date: Jan 2008
Posts: 378
Quote:
Originally Posted by BritTim View Post
In almost all cases where you want a message discarded, you do not want any further tests applied to that message. "stop" informs the system of that. It has no effect on any other message.

Basically, after any action that affects a message (discard, fileinto etc.) you should decide whether your processing of that particular message is over. If so, use "stop". Failing to do so can lead to very surprising results as the message is examined by later tests.
OK, now I think I understand. So if the IF-statement hold true and the script does something that's generally where the users wants to stop (unless the message should be processed further). If the IF-statement does not hold true, then the "stop" function has no effect and it move onto the next rule, right?

If so, then I've learned something, thanks
qwertz123456 is offline   Reply With Quote