Is it possible to alphabetize the Rules list? I have Outlook 2007.
It would be really useful. I don't understand the "order of the
rules firing" ...
Ok.
When a message arrives, rules are evaluated in the order they are in Tools
- Rules and Alerts. So, the first rule is used to determine if it should
fire. Then the second. Then the third. etc. So, if the first rule says:
Apply this rule after the message arrives
Stop processing more rules
that rule will fire on every message and will force no other rules to fire.
Why should order matter?
Well, the above option is one reason.
Or lets say you want to have a rule that does something to a message that
has both URGENT and Daily Report in the subject line.
Outlook rules system does AND between conditions and OR within them.
In other words:
Apply this rule after the message arrives
sent to SOMEDL
and with 'Urgent' in the subject
move it to the FOLDER folder
That rule will look for messages that are sent to the SOMEDL distribution
list AND have Urgent in the subject line.
However, if and with 'Urgent' in the subject is changed to look for other
words, it would say 'and with 'Urgent' or 'Daily Report' in the subject.
So, a message sent to SOMEDL that has 'URGENT: There is a stoat loose in
the boardroom' as the subject will fire that rule.
Or, a message send to SOMEDL that has 'Has anyone seen the daily report',
that subject will also fire the rule off.
But, that's not necessarily what you want. You want a rule that fires when
you receive an email that has both URGENT *and* Daily Report in the subject,
because you get an Urgent Daily Report every day whose subject looks like
URGENT: 2009-08-13 Daily Report, and since the date changes, you can't look
for 'URGENT: Daily Report'.
So, what you do is this. You create two rules.
Apply this rule after the message arrives
sent to SOMEDL
and with 'Urgent' in the subject
assign it to the CATEGORY category
and
Apply this rule after the message arrives
assigned to the CATEGORY category
and with 'daily report' in the subject
move it to the FOLDER folder
Those rules obviously need to be listed in the order above, otherwise it'll
never move to the FOLDER folder.
Make sense?