Re: Assistance with rule

2023-04-28 Thread Matus UHLAR - fantomas
On 28.04.23 12:11, Joey J wrote: I haven't written many of these with Meta, but wanted to make sure how this works. If the meta FROM_TEST from FROM_TEST_EMAIL && FROM_TEST_IP is false, does that mean the next line score will not be added/executed? In my mind, I feel like (top down logic ) the sco

Re: Assistance with rule

2023-04-28 Thread Joey J
I haven't written many of these with Meta, but wanted to make sure how this works. If the meta FROM_TEST from FROM_TEST_EMAIL && FROM_TEST_IP is false, does that mean the next line score will not be added/executed? In my mind, I feel like (top down logic ) the score will happen all the time. Also,

Re: Assistance with rule

2023-04-28 Thread Matus UHLAR - fantomas
On 28.04.23 11:04, Joey J wrote: I have this rule which I thought looked good, but doesn't seem to ever kick in. header FROM_TEST_IP_AND_EMAIL From =~ /sender@sender\.com/i && Received =~ /from 138\.193\.30\.7/ I was hoping to find the senders email address, then if it's found, see the sen

Assistance with rule

2023-04-28 Thread Joey J
Hello all, I have this rule which I thought looked good, but doesn't seem to ever kick in. header FROM_TEST_IP_AND_EMAIL From =~ /sender@sender\.com/i && Received =~ /from 138\.193\.30\.7/ score FROM_TEST_IP_AND_EMAIL -8.0 I was hoping to find the senders email address, then if it's found, see th