Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there
to better debug some of our SPF , DKIM and DMARC implementation I created a simple message filter which seems to have an error with a missing bracket I can simply not find to resolve :
Error
An error occurred during processing: filter:17:22...
Todays version of the filter
TestGroupTagTest: if (recv-listener == "InboundMail") AND ((rcpt-to == "(stefan\\.wernicke|marc\\.luescher)@(fresenius-netcare\\.com|net-dept\\.com|fmc-ag\\.com)") AND(mail-from !="@(activhealth|akdq-euclid|appdrugs|appph...
So good so far , that works now the tricky questions :
a) I had supposed that if I would use the debug like this the values would not be empty in case on of the key words fires off :
log-entry("$Header['signed']");log-entry("$Header['encrypted']");l...
We are currently also tagging and are workign aorund the follwing filter :
ExternalFriendlyNameTag: if (recv-listener == "InboundMail") AND ((rcpt-to == "(FN\\.LN)@(xyz\\.com)") AND(mail-from !="@(xyz|xxx|zzz)\\.(de|com|net|com\\.au|at|nl|ca|org|pt|c...