Here is a screenshot of the GUI for this feature. Please let me know if you think I've missed anything. The drop-down listbox options are:
- contains
- equals
- starts with
- matches the regular expression expressed by
The list of rules are applied in an
OR fashion, not
AND. In other words, if
any of the rules match, the account is activated. Is there any reason we need
AND capability (e.g., starts with "http://m"
and contains "yahoo.com")? I'm hoping if someone wants this kind of match he can write a regular expression for it.
Thanks,
Eric