Hi,
To know why your rule does not work you will have to tell us what exactly did you define in your rule. Maybe there is a small mistake.
Also: if you have more then 1 rule defined you have to be very carefully how you define them. You can not have any overlap between the first condition in the rules or only one of them will work.
For example:
If you define the following 2 rules then the second one will not work:
Rule1:
If sender contains Hotmail.com AND attachment name contains .JPG then delete
Rule 2:
If sender contains Hotmail.com AND attachment name contains .GIF then delete
Altough the total condition is different, the partly overlap will make that the second rule will not work!
If I change rule 2 to the following it will work:
Rule2:
If attachment name contains .GIF and sender contains Hotmail.com then delete
Now both rules will work....
We found this out after a lot of trying!
Kind regards,
Dominik Malfait
dominik@amazingit.com