A Help Desk case comes into the queue. A user, when attempting to create a new mail rule, is receiving an error. IBM Notes cannot create a new rule because it exceeds the 32K limit. This user isn’t dumb, he knows that there is no way a simple mail rule will exceed a 32K limit. And he’s right.
What he doesn’t know is that the Mail Rules view, however, can exceed that limit.
Especially if that view has over 100 mail rules. Yes, this particular person had more than 100 rules.
This was an easy fix, one that is told to “Mail Rules Power Users” time and time again – combine your rules. For example, if you have several rules that move mail into a particular folder, combine them into one rule using the “OR” statement. Or the “AND” statement. Like this:
Instead of having three separate Rules, I’ve combined three Rules into one. Best of all, I’ve reduced the size of the Mail Rules view accordingly. The unspoken, added benefit is that I can now have more than 100 Rules, as I have Rules that perform several functions at once.
TechNote: Is there a limit to the number of mail rules each user can create?
Great tip! See you in less than 10 days! Keep the shiny side up!!!
any way of doing more “complicated “rules”
like (A or B) and (C or D) in 1 rule ?
if I put in Notes it comes out like
When A
OR B
AND C
OR D
which resolves like this when its applied
((A or B) and C) or D
So an email that satisfies only “D” is processed by that rule …
and I don;t what this ….
the only way I found to make it work is by doing multiple rules…
A and C
A and D
B and C
B and D
problem is that I have 25 “C or D” conditions … 😦