jida...@jidanni.org wrote:
> Sure we can do
>   meta META0 TEST1 && TEST2
> but say TEST2 is expensive, and we only want it to be run if TEST1 is
> positive. I suppose SpamAssassin's whole train of thought has no ifs
> ands or buts, other than a method of quitting early, but that not what
> I want to do. I suppose branching is only possible on the procmail level.
>
>   
You'd have to use priorities and shortcircuit to do something like that.

Meta rules won't do this, as the meta runs *AFTER* the other rules have
already been completed.

Reply via email to