-
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
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 week ago · 4 comments
-
Firefox: Enable Case Sensitive Searches When Using Find (Ctrl+F)
5 days ago · 1 comment
-
Windows 7: How To Disable Live Preview for Taskbar Thumbnails
2 weeks ago · 2 comments
-
Gmail: How to block a sender from your inbox
3 weeks ago · 3 comments
-
Our first iPhone game GreenThumb available in the App Store
3 weeks ago · 2 comments
-
Facebook: How To Get Only Status Updates on Your FB Home Page
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.