Recursive expansion not trapped
Status: Beta
Brought to you by:
blane
VIRTUAL::expand() if user names are also being
expanded, then using USER <mailname> <username> where
<mailname> == <username> locks up. This is because when
VIRTUAL::expand() is called to expand the <username>
the touchfind flags are reset.
Logged In: YES
user_id=116647
split expand() into two halves to handle this. Also need to
think about whether the user list needs recursive expansion.
Testing.