I guess that says it all. I stepped through the rcpt-to flow with an =
aliased user and found that the cmdalias directory is processed with the =
original domain instead of the aliased domain:

domains.tab
"originaldomain.com"
"aliasdomain.com" (in or out causes identical results)

aliases.tab
"originaldomain.com" "originaluser" "[EMAIL PROTECTED]"

cmdalias is searched for "originaldomain.com\jim.tab" instead of =
"aliasdomain.com\jim.tab"

This, I believe, is a bug.


USmlGetCmdAliasFile:
        pszUser =3D originaluser
        pszdomain =3D originaldomain

should probably be

USmlGetCmdAliasFile:
        pszUser =3D newuser
        pszdomain =3D newdomain

Is this the correct behavior, or am I correct in assuming that this is =
unintentional?

-- Joel Griffiths



-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to