Hello,

  The problem sounds like a bug in the recursive alias lookup
code ... I've never looked at it in 2.x, but one thing you might
try to work around it in the short term is to use the user_idnr
for deliver_to instead of the username.  Eg. in your example,
if user [EMAIL PROTECTED] has user_idnr 1234, change your
aliases table from:

[EMAIL PROTECTED] deliver to [EMAIL PROTECTED]
[EMAIL PROTECTED] deliver to [EMAIL PROTECTED]

to

[EMAIL PROTECTED] deliver to 1234
[EMAIL PROTECTED] deliver to [EMAIL PROTECTED]

  I don't know if it'll work or not, but is quick and easy to
test, and might hold you over till a bugfix is made.

Jn


--
Jesse Norell
jesse @ kci.net

Reply via email to