More on Specialized Filtering
The following two examples illustrate the difference between the two attribute choices.
Example 1
Attribute ( INCLUDE / EXCLUDE )
Attribute = INCLUDE
From = *@hotmail.com, *@trend.com
Filenames = *.exe
Only mails from *@hotmail.com or *@trend.com will be stripped if they contain *.exe.
Example 2
Attribute = EXCLUDE
From = *@hotmail.com, *@trend.com
Filenames = *.exe
All mails will be stripped if they contain *.exe, except mails from *@hotmail.com or *@trend.com.
The From, To, Reply-to and cc fields support the wildcard character (*).
In each field, you can use a comma to separate multiple entries. The commas represent an OR operator.
If you have entries in more than one field, both conditions must be met. Essentially, there is an AND operator between the From, To, Reply-to and cc fields.
Important: If all conditions are left blank, the rule will apply to all messages that meet the "When a message that is" criteria, inbound, outbound, or both..
You must input either filenames or MIME types. You cannot leave the Attachment Removal section empty.