cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
795
Views
5
Helpful
2
Replies

Need help on Message filter condition.

Vinay babu
Level 1
Level 1

Can you confirm, which condition is correct ? 

 

(header("Authentication-Results")=="dmarc\\=pass")

 

OR

 

(header("Authentication-Results")=="dmarc=pass")

2 Replies 2

andrey.rusev
Level 1
Level 1

Hi Vinay

 

it should be (header("Authentication-Results")=="*dmarc=pass")

You can add and the server name, otherwise you may match on other server dmarc verification header.

 

Regards

Thanks for your response Andrey. My understanding was "dmarc=pass" is fine as we aren't using ^ and $ and it's like contains function. We have other conditions to see whether the email coming from the specific email server or not.