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.
Hello,I am working on a content filter for stripping file attachments - my logic is this: Condition: If File Type does NOT EQUAL file type Documents: attachment-filetype != "Document" Action: Strip File Attachment by File Info: drop-attachments-by-si...
Hello,I am looking to block inbound attachments that contain any type of Java file, and I am looking to use the "Java" file type as opposed to a regex statement that matches every file type:.java.jar.js.jsx.jse.jobI've looked in the manual, it does n...
Hello,Has anyone had any luck with filtering by reply-to addresses? I have some legit emails from bulk mail senders mixed in with obvious spam and wanted to see if anyone had done this. I check out the manual, it mentions it....but not in the context...
Hello,I am looking to do some logfile parsing for attachment tracking from CLI, and I have a few questions. Here is what I would like to do:Since this device is 'nix based, I assume its got CRON for scheduling tasks. I'd like to write a script to run...
Hi Matthew,Great minds think alike, I tried exactly what you recommended above earlier today It seemed to ignore the "skip remaining content filters", which really surprised me. I made sure the "skip" rule was above the "drop rule" in order of pre...
Thanks for the information, I was looking to whitelist certain emails from a vendor that uses a common bulk mail service that has a poor reputation. I'll take a look at it and get back you.