A customer posted this on our forum -

Hopefully cPanel will consider a UI upgrade to allow for complex-compound rule construction. I wager more people would use such if it were obviously available.

ex: now

rule 1 - compound
if condition match x
AND
if condition match x


ex: potential future

rule 1 - complex-compound
if condition match x
AND
{
if condition match a
OR
if condition match b
OR
{
if condition match M
AND
if condition not match N
}
}
----------


I can

rule: gmail no thanks for the most part
from contains @gmail.com
AND
from does not contain user1@gmail.com
AND
from does not contain user2@gmail.com
AND
from does not contain user3@gmail.com


.. though it would be handier if the exceptions could be added to a text file rather than the filter GUI


Simple ANDing vs ORing is not always sufficient even with multiple rules. any ideas?


Where would the flat file be for such filters?