up vote 2 down vote favorite
share [g+] share [fb]

I have a particular need for a rule in outlook, and I don't know if it's possible to achieve.

I belong to 3 different mailing lists, and mails sent to them are moved to 3 different folders. But when one single mail is sent to all 3 of them, it gets replicated to all folders.

That is correct behaviour, but I'd like to create a rule so that if that happens, only one copy of the mail remains, for example:

  • if it contains mailing A, B, C; it's moved to folder A only.
  • if it contains mailing B, C; it's moved to folder B only.
  • if it contains mailing C; it's moved to folder C.

I tried "stop processing more rules", and it didn't work.

Any ideas?

link|improve this question

The problem is that the mail arrives 3 different times actually – Juan Manuel Dec 17 '09 at 13:26
feedback

1 Answer

I think this is what you want to do. You need three rules in this order.

#1
from C
move it to the C folder
except if from A or B
stop processing

#2
from B
move it to the B folder
except if from A
stop processing

#3
from A
move it to the A folder
stop processing

This assumes, of course, that all the addresses are on the message.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.