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.
I have 360's running 7.6.1-022. Does anyone know if it's possible to write a message filter or content filter to manipulate the envelope sender? I want to change the envelope sender, as it appears our out of office notifications are using that fiel...
Not so much of a technical issue, but was wondering how long everyone keeps their message tracking and/or e-mail logs around? We use an M-Series, and it looks like you can't specify retention time, rather, you have to manually configure your disk si...
I've also noticed legitimate messages getting identified as both spam and suspected spam. Some of these false positives are internal e-mail messages, so I'm performing some emergency maintenance to disable spam scanning on our internally generated m...
Mike,I don't believe this is available without some minor customization. You'll want to create a message or content filter that adds an x-header with the filename, example:Add_Attachment-Header: if (attachment-filename == "^.+$") { insert-header("x-...
Thanks for the feedback, fellas. We also SCP our logs to a dedicated server, and we have message tracking via our M-Series. As Jason validated as well, we can't set our Message Tracking to go back to a specific date, like we can for our mail logs. ...
We've had a content filter to help identify spoofed e-mail since we implemented the ironports. I have two listeners setup on the ironport, so the content filter is something like this:if receiving listener = external listener and envelope sender ends...