Q: | I have a multi-action filter but some of the actions aren't working. What have I done wrong? |
A: | The order of some actions is critical. Some actions will stop subsequent actions
and filters later in the processing order from acting on the message. The actions which will stop
subsequent actions are:
Note: Scripts that delete or move messages have the same effect in that they will cause subsequent filters and/or script to skip the message. Commands executed after the delete or move command within the script will still be executed. |