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.
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.');
}
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.');
}
03-22-2013 04:18 AM
That's it!
Totally forgot that.
Thanks a lot.
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