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