View Single Post
Old 22 Jan 2023, 03:31 PM   #4
BritTim
The "e" in e-mail
 
Join Date: May 2003
Location: mostly in Thailand
Posts: 3,095
Quote:
Originally Posted by qwertz123456 View Post
And what happens if I don't add the "stop" at each rule. As I have more rules and would want those to be followed as well would it be necessary to add a stop as well and each rule? Or would it stop after that rule and not follow any more?
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.
BritTim is offline   Reply With Quote