05-14-2018 10:47 PM - edited 03-08-2019 07:37 PM
Hi,
I want to reject emails with some attachments (EXE, COM, DLL, scripts, etc.) but just only quarantine emails with this files in compressed packages (ZIP, RAR etc.)
How can I do that. I've made an "incoming Content Filter", but there is only e few "executables" filetypes and I don't know how to make an exception for compressed packages.
Thanks.
Solved! Go to Solution.
05-31-2018 12:00 AM
I made a dictionary with recommended extensions (\.ade$, \.adp$, \.bas$, \.bat$, ... ) and used it in two content filters:
1. "attachment-filename-dictionary-match" and "attachment-filetype != "Compressed"". action: Notify sender and drop the messge
2. "attachment-filename-dictionary-match" and "attachment-filetype = "Compressed"", action: Quarantine and notify administrator.
05-16-2018 04:37 AM
Since the ESA looks inside compressed files for executables as well, adding a condition for the above may not work as expected.
You can certainly try a filter with two conditions
attachment-filetype is Executables
and
attachment-filetype is Compressed
However, this may not work correctly if an email has multiple attachments (one compressed pdf and one dll)
05-31-2018 12:00 AM
I made a dictionary with recommended extensions (\.ade$, \.adp$, \.bas$, \.bat$, ... ) and used it in two content filters:
1. "attachment-filename-dictionary-match" and "attachment-filetype != "Compressed"". action: Notify sender and drop the messge
2. "attachment-filename-dictionary-match" and "attachment-filetype = "Compressed"", action: Quarantine and notify administrator.
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