Exchange 2003 and older supports just 32 KB worth of rules. If each rule is small and simple, you might get about 50 – 70 rules when using Outlook 2002 and older. Outlook 2003 (and up) uses Unicode when writing the rules and this requires more space per rule, leaving most users with about 20 rules.
In Outlook 2000, you could force rules to be client rules, which are stored in Outlook. This would allow you to have many more rules. This does not work in Outlook 2002 and 2003 (and up) – all rules, both client and server, are stored on the Exchange server and subject to the 32 KB size limit.
In Exchange Server 2007/2010/2013 and Office365, the limit is higher – 64KB by default and configurable up to 256KB. This change will allow in the neighborhood of 100 rules, or about 90 more than I want to manage in the Rules dialog.
Here is the below the below shell command to explore the rule size.
Set-Mailbox username -RulesQuota:256KB
See Set-Mailbox cmdlet (TechNet) for more information
See the tools listed below to overcome this limitation and for better rules handling.
In Outlook 2000, you could force rules to be client rules, which are stored in Outlook. This would allow you to have many more rules. This does not work in Outlook 2002 and 2003 (and up) – all rules, both client and server, are stored on the Exchange server and subject to the 32 KB size limit.
In Exchange Server 2007/2010/2013 and Office365, the limit is higher – 64KB by default and configurable up to 256KB. This change will allow in the neighborhood of 100 rules, or about 90 more than I want to manage in the Rules dialog.
Here is the below the below shell command to explore the rule size.
Set-Mailbox username -RulesQuota:256KB
See Set-Mailbox cmdlet (TechNet) for more information
See the tools listed below to overcome this limitation and for better rules handling.