Message filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 02:11 AM
Hello,
I have a problem when I am trying to create a message filter on ESA and the string contains /.
I tried to use \ before /, but doesn't work.
If not body-contains('^class: message / attachment')
{
drop();
}
.
Thank you.
- Labels:
-
Email Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2019 08:38 AM
HI,
I tried to create the filter shared on my lab and was able to addd it successfully. Try with the filter created below:
Choose the operation you want to perform:
- NEW - Create a new filter.
- IMPORT - Import a filter script from a file.
[]> new
Enter filter script. Enter '.' on its own line to end.
test:
If not body-contains('^class: message / attachment')
{
drop();
}
.
1 filters added.
Rgds,
Gagan
