Bogdan-Andrei Iancu wrote:
Hi,
I have implemented a new group feature. So far we have group support
with fixed matching: user X belongs to group G, etc..
This proves to be inefficient when you have huge block of users
belonging to small numbers of groups. So I did some regular expression
based groups:
if user@domain matched a RE -> belongs to group G
very usefull if try to provisions routing logic based on groups.
Very usefull? Great. no comments except a real world example would help
for better understanding.
klaus