02-03-2020 01:29 AM
Hi,
Could someone help me how can I create filter to inbound calendar notification messages with the ESA?
Is it possible somehow?
Thanks,
Zoltan
02-03-2020 03:52 AM - edited 02-03-2020 04:42 AM
in the past there was time where we needed to do this to overcome a software issue, so here our message filter used
CLIDetectCommonCalendarEntries5: if (header("X-MS-Exchange-Calendar-Originator-Id") OR (header("x-ms-exchange-calendar-series-instance-id")) OR (attachment-filename == "invite.ics") OR (attachment-filename == ".ics$")
OR (header("X-Barracuda-RBL-Trusted-Forwarder") OR (body-contains("BEGIN:VCALENDAR", 1)) {
drop();
}
02-03-2020 04:26 AM
Thank you! I'm going to test it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide