Re: Matcher/Mailet clauses order of execution

2015-03-19 Thread Benoit Tellier
Hi, Have a look to the configuration file conf/mailetcontainer.xml To understand the order of execution of mailet, follow these simple rules : - Starting point : The root processor. - Order of execution : Sequential. The first mailet you see is applied, the the second and then the third

Re: Matcher/Mailet clauses order of execution

2015-03-19 Thread Özgür EROĞLU
Hi Order of execution is the order of declaration in the configuration file. But if you are trying to execute mailets conditionally then you can brach the execution using processors with the help of toProcessor class. Then you can use SenderHostIs matcher only if SenderIs matches a specific

Re: Matcher/Mailet clauses order of execution

2015-03-19 Thread Hassan Latif
Thanks a lot Özgür and Benoit for clarifying. On Thu, Mar 19, 2015 at 11:44 AM, Benoit Tellier btell...@linagora.com wrote: Hi, Have a look to the configuration file conf/mailetcontainer.xml To understand the order of execution of mailet, follow these simple rules : - Starting point :

Matcher/Mailet clauses order of execution

2015-03-18 Thread Hassan Latif
Hello, I'm struggling to find some text on this. Is there any specific order of execution for the matcher/mailet clauses that are declared in mailetcontainer.conf. Let's say we want to first check whether the Sender is known (e.g. by using SenderIs matcher) and then check whether the sender is