On 27/06/2018 02:15, J Doe wrote:


Hi John,

Ok, good to know.

Is it possible with the SA grammar to have variables ?  I was thinking I’d have something like the following in my: /etc/spamassassin/local.cf

    POISON_PILL = 100

Hi,

I'd say that a better solution would be to use shortcircuit:

body __BODY_TEST1 . . .
body __BODY_TEST2 . . .
meta CUSTOM_RULE1    (__BODY_TEST1 && __BODY_TEST2)
shortcircuit CUSTOM_RULE1 spam

At least that saves computing power because other rules would not be processed 
once a rule is shortcircuited

Daniele

Reply via email to