1
I am using Microsoft Outlook 2010. I received a several hundred automated emails a day and rely on Outlook rules to help me organize them and stay sane. I have run into a problem where Outlook will not allow me to have rules that exceed a certain size in whatever format they are stored in, and this is impacting my workflow.
I have compacted as many rules as I can, but I may hit this limit again. Is there a way to circumvent this limit, and have my email be sorted by as many rules as I want?
2Change to something other than outlook. – Solar Mike – 2017-12-08T21:34:22.017
1
Thunderbird has essentially unlimited filters: "There is no known limit to the number of message filters. It has been tested that even 10,000 filters can be managed properly in the Filter list dialog. However, message filters have a limit of 50 custom headers." - http://kb.mozillazine.org/Limits_(Thunderbird)#Message_filters although for true Exchange integration, a paid plugin like ExQuilla is required, otherwise you can only access Exchange with IMAP or POP3.
– acejavelin – 2017-12-08T22:06:37.387Unfortunately corporate policy has my machine fairly well limited. I am stuck with Outlook. – MackM – 2017-12-08T22:53:14.910
@MackM then you are limited to the restrictions in Outlook... Maybe a inbox manager plugin can help? – acejavelin – 2017-12-08T23:43:06.407
1
You can let the items go to the inbox (no rules) then based on the same identifier as in your current rules, move the mail to the appropriate folder with VBA using ItemAdd. Sample ItemAdd code https://superuser.com/questions/286658/how-to-run-outlook-rule-than-message-moved-to-folder It is known that receiving too many items at the same time breaks ItemAdd code.
– niton – 2017-12-11T20:15:59.540