-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/413/outlook_rules_create_multiple_duplicate_message/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
bej
4 comments · 1 points
-
dimithri
5 comments · 1 points
-
-
Popular Threads
-
Windows 7: How to Prevent the Mouse from Waking your PC
1 week ago · 2 comments
-
Outlook 2010: Turn Off Attachment Preview
2 weeks ago · 2 comments
-
Gmail: How to Send SMS Messages Without Using Email
3 weeks ago · 2 comments
-
Thunderbird 3: How to Download Images Automatically
2 weeks ago · 1 comment
-
Windows 7 – Prevent Live Messenger from Opening at Start Up
2 weeks ago · 1 comment
-
Windows 7: How to Prevent the Mouse from Waking your PC
You put in a rule: "check messages when it arrives where subject contains "viagra", delete it and stop processing more rules.
It goes check all messages, if the subject contains "viagra", delete it, then (even if not containing "viagra") stop processing more rules - not as you might expect, "stop processing more rules" IF the subject contans "viagra."
I had to remove the "stop processing" instruction in my early spam handler rules to get the behaviour I wanted.
I've had the exact same problems you've described; I believe that "stop processing more rules" is always executed despite what the rules wizard may tell you.
Is there another solution to the initial problem?
Good job!
Thanks!
Cheers
Andrew Derry
Most probably you have got some rules "relocating" some types of messages into specific directories. these "belong to" rules must be "seated" at the end of the list!
I have a suspicion that some rules are process on the exchange server, and some rules are processed locally. Somewhere along the line, a hand-off is made, and I don't believe the message is ever handed back to the server to process server based rules. It's a real mess regardless of what's happening. "Stop processing more rules" worsens things, because sometimes messages take the wrong path, and other times they are duplicated anyway because of parallel server/local processing.
Outlook users only have an illusion that they have control over the processing of their mail. Advanced users should switch to linux, and use *procmail*, the holy grail of mail processing.