I posted this response to the bug tracker, but really want to make sure it
gets read and thought about, so I'm re-posting it.

On Thu, Jan 13, 2005, [EMAIL PROTECTED] said:

> The change that we'd need is to check the aliases table, too, and abide by
> it if the delivery address is a forward.
> 
> I'll repost this on the mailing list, too -- but are there any semantics
> that would be ruined if we changed from:
> 
> if (address is username)
>     put username on delivery list
> else
>     if (address has aliases)
>         resolve aliases into deliveries and forwards
> To:
> 
> if (address has aliases)
>     resolve aliases into deliveries and forwards
> else
>     if (address is username)
>         put username on delivery list

Reply via email to