- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2013 01:52 AM
Hello Community,
I can't find the answer in existing topics, so i start a new discussion:
Creating filters on Ironport by CLI.
How is it possible to test the new filter? (without activating it into the production workflow)
(there is no "test" appliance, only production)
Thanks for your help.
Regards.
Solved! Go to Solution.
- Labels:
-
Email Security
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2013 04:00 AM
You could test it using just the log entry action:
TestRule:
if (body-contains('Company Confidential'))
{
log-entry('Message may have contained confidential information.');
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2013 04:00 AM
You could test it using just the log entry action:
TestRule:
if (body-contains('Company Confidential'))
{
log-entry('Message may have contained confidential information.');
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2013 04:18 AM
That's it!
Totally forgot that.
Thanks a lot.
